Make a generic VxWorks entry
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 67bc647e0c57dcd5ff6cd079ac4d6edd0fe2a951..b6bec05447395a2d14bca3a6e8c1fd64707299ce 100644 (file)
@@ -1,6 +1,205 @@
+2003-10-29  Phil Edwards  <phil@codesourcery.com>
+
+       * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
+       ppc-*-vxworks, ppc-*-windiss):  Remove separate outdated stanzas.
+       (*-*-vxworks, *-*-windiss):  Use common stanzas, all ELF.
+       * configure:  Regenerated.
+
+2003-10-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog: Fix typos.
+       * ChangeLog-9295: Likewise.
+       * as.c: Fix comment typos.
+       * as.h: Likewise.
+       * atof-generic.c: Likewise.
+       * bit_fix.h: Likewise.
+       * frags.h: Likewise.
+       * hash.c: Likewise.
+       * input-file.c: Likewise.
+       * input-scrub.c: Likewise.
+       * itbl-ops.c: Likewise.
+       * itbl-parse.y: Likewise.
+       * listing.c: Likewise.
+       * macro.h: Likewise.
+       * read.c: Likewise.
+       * sb.c: Likewise.
+       * sb.h: Likewise.
+       * symbols.c: Likewise.
+       * symbols.h: Likewise.
+
+2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.c: Convert to ISO C90.
+       * config/tc-m68hc11.h: Likewise.
+
+2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/c-sh64.texi: Fix a typo.
+
+2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/c-alpha.texi: Fix typos.
+       * doc/c-ia64.texi: Likewise.
+       * doc/c-mmix.texi: Likewise.
+       * doc/c-sh64.texi: Likewise.
+       * doc/c-xtensa.texi: Likewise.
+       * doc/internals.texi: Likewise.
+
+2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Allow SHF_ALLOC
+       for .interp, .strtab and .symtab. Use specified section
+       attributes.
+
+2003-10-22  Andreas Schwab  <schwab@suse.de>
+           H.J. Lu  <hongjiu.lu@intel.com>
+           Jim Wilson <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (update_qp_mutex): New.
+       (note_register_values): Properly handle one of PRs in compare
+       is PR0. Don't add a mutex relation for .and.orcm/.or.andcm.
+       Clear mutex relation for .none/.unc. Don't clear mutex relation
+       on predicated compare.
+
+2003-10-21  Wouter van Heyst <wouter@vidicode.nl>
+
+       * config/tc-arm.c (all_reg_maps): Correct text describing Maverick
+       register requirements.
+       (md_begin): Remove F_SOFT_FLOAT if enabling MAVERICK FP.
+
+2003-10-21  Peter Barada  <pbarada@mail.wm.sps.mot.com>
+            Bernardo Innocenti  <bernie@develer.com>
+
+       * config/tc-m68k.c: Add MCF528x (MCFv4) support.
+       * config/m68k-parse.h: Likewise.
+       * NEWS: Mention the new support.
+       * doc/c-m68k.texi: Document new processor selection switch.
+
+2003-10-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (normalize_constant_expr): New function to fix sign
+       extensions broken by gas' expression evaluation of constants.
+       (check_absolute_expr): Use it.
+       (mips_ip): Likewise.
+
+2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       Generate BFD_RELOC_MMIX_PUSHJ_STUBBABLE for PUSHJ when possible.
+       * doc/c-mmix.texi (MMIX-Opts): Document --no-pushj-stubs and
+       --no-stubs.
+       * config/tc-mmix.c: Include limits.h.  Expand on mmix_relax_table
+       comment.
+       (expand_op, mmix_next_semicolon_is_eoln): Fix head comment.
+       (pushj_stubs): New variable.
+       (OPTION_NOPUSHJSTUBS, STATE_PUSHJSTUB, PUSHJSTUB_MIN)
+       (PUSHJSTUB_MAX): New macros.
+       (md_longopts): New options "--no-pushj-stubs" and synonym
+       "--no-stubs".
+       (mmix_relax_table): Handle new entry for STATE_PUSHJSTUB.
+       (md_parse_option): Handle OPTION_NOPUSHJSTUBS.
+       (md_estimate_size_before_relax): Modify STATE_PUSHJ state for
+       PUSHJ stub relaxation.
+       (md_convert_frag): Handle STATE_PUSHJSTUB.
+       (md_apply_fix3): Handle BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
+       (tc_gen_reloc): Ditto.
+       (mmix_md_relax_frag): Handle PUSHJ stub relaxation.
+       * config/tc-mmix.h (TC_SEGMENT_INFO_TYPE): Define.
+       (struct mmix_segment_info_type): New.
+
+2003-10-17  Paul Dale  <pauli@snapgear.com>
+           Bernardo Innocenti  <bernie@develer.com>
+
+       * config/tc-m68k.c (make_pcrel_absolute): Enforce
+       PC-relative jumps with --pcrel.
+       (md_convert_frag_1): Likewise.
+       (md_create_long_jump): Likewise.
+
+2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
+
+       * config/tc-h8300.c (PSIZE): Correct for Normal mode.
+       (get_operand): Accept both 16 bit 32 bit registers as pointer
+       registers, when operating in Normal mode.
+       (fix_operand_size): Make default address size 16 for Normal mode.
+
+2003-10-17  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * config/tc-arm.c (do_iwmmxt_byte_addr): Reject control
+       registers.
+       (do_iwmmxt_word_addr): With a control register, reject conditional
+       execution and reject a non-word size.
+
+2003-10-16  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * configure.in: Set em=linux for ppc-*-linux-gnu* target.
+       * configure: Regenerate.
+
+2003-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/as.texinfo (Align): Correct list of byte targets.
+
+2003-10-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
+       Fix indentation. Better error message.
+
+2003-10-14  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd
+       argument in call to xtensa_get_property_section_name.  Formatting.
+
+2003-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
+       parenthesis.
+
+2003-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.c: Convert to ISO C90.  Remove unnecessary
+       prototypes and casts.
+       * config/tc-sh.h: Likewise.
+       * config/tc-sh64.c: Likewise.
+       * config/tc-sh64.h: Likewise.
+
+2003-10-08  Dave Brolley  <brolley@redhat.com>
+
+       * config/tc-frv.c (fr550_check_insn_acc_range): New function.
+       (fr550_check_acc_range): New function.
+       (md_assemble): Call fr550_check_acc_range.
+
+2003-10-08  Dave Brolley  <brolley@redhat.com>
+
+       * config/tc-frv.c: Handle DEFAULT_CPU_FR550.
+       (md_parse_option): Handle OPTION_CPU==fr550.
+       (md_show_usage): Document fr550.
+
+2003-10-08  Philippe De Muyter  <phdm@macqel.be>
+
+       * as.c (use_gnu_debug_info_extensions) : New variable.
+       (parse_args) : Accept new --gstabs+ option, and set
+       `use_gnu_debug_info_extensions'.
+       (show_usage) : Document --gstabs+ option.
+       * as.h (use_gnu_debug_info_extensions) : New extern declaration.
+       * stabs.c (stabs_generate_asm_file) : If
+       `use_gnu_debug_info_extensions' is set, add the compilation
+       directory to the stabs debug info.
+       * doc/as.texinfo : Document --gstabs+ option.
+       * NEWS: Mention new feature.
+
+2003-10-06  Matt Thomas  <matt@3am-software.com>
+
+       Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
+       assembler syntax.
+
+       * tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
+       register names.  Change all "defined (TE_LINUX)" to
+       "(defined (TE_LINUX) || defined (TE_NETBSD))".
+
+       * tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
+       Remove NetBSD's use of LABELS_WITHOUT_COLONS.
+
 2003-10-06  Robert Millan  <robertmh@gnu.org>
 
-       * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
+       * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
        * configure: Regenerate.
 
 2003-10-05  Nick Clifton  <nickc@redhat.com>
        operands.
        (OPTION_MIPS32R2): New define.
        (md_longopts): Add entry for OPTION_MIPS32R2.
-       (OPTION_ELF_BASE): Adjust to accomodate OPTIONS_MIPS32R2.
+       (OPTION_ELF_BASE): Adjust to accommodate OPTIONS_MIPS32R2.
        (md_parse_option): Handle OPTION_MIPS32R2.
        (s_mipsset): Reimplement handling of ".set mipsN" options
        and add support for ".set mips32r2".
@@ -4829,7 +5028,7 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        types.
        (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
        Add support for "-mdmx" and "-no-mdmx" options.
-       (OPTION_ELF_BASE): Move to accomodate new options.
+       (OPTION_ELF_BASE): Move to accommodate new options.
        (s_mipsset): Support ".set mdmx" and ".set nomdmx".
        (mips_elf_final_processing): Set MDMX ASE ELF header flag if
        file_ase_mdmx was set.
@@ -5468,7 +5667,7 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        mips_opts.ase_mips3d is set.
        (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
        Add support for "-mips3d" and "-no-mips3d" options.
-       (OPTION_ELF_BASE): Move to accomodate new options.
+       (OPTION_ELF_BASE): Move to accommodate new options.
        (s_mipsset): Support ".set mips3d" and ".set nomips3d".
        (mips_elf_final_processing): Add a comment indicating that a
        MIPS-3D ASE ELF header flag should be set, when one exists.
This page took 0.030384 seconds and 4 git commands to generate.