* doc/c-alpha.texi: Fix typos.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 096e5ef0ebe573681e1039af16c353bc72778eac..c446859c4813e3635697b9d6c1ad421db86f5062 100644 (file)
@@ -1,3 +1,114 @@
+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
@@ -6,7 +117,7 @@
 2003-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * config/tc-sh.c: Convert to ISO C90.  Remove unnecessary
-        prototypes and casts.
+       prototypes and casts.
        * config/tc-sh.h: Likewise.
        * config/tc-sh64.c: Likewise.
        * config/tc-sh64.h: Likewise.
 
 2003-10-08  Philippe De Muyter  <phdm@macqel.be>
 
-       * as.c (use_gnu_debug_info_extensions) : New variable. 
+       * 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.
        * doc/as.texinfo : Document --gstabs+ option.
        * NEWS: Mention new feature.
 
-2003-10-06      Matt Thomas <matt@3am-software.com>
+2003-10-06  Matt Thomas  <matt@3am-software.com>
 
-         Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
-         assembler syntax.
+       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.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.
+       * 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>
This page took 0.025685 seconds and 4 git commands to generate.