* config/te-aix5.h: Typo fix.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 437b6315316b7d4cab4778ab8d6a817a90be6b50..4d496972b5ebd5b54e83e66402d742cd1090d284 100644 (file)
@@ -1,3 +1,64 @@
+2002-03-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/te-aix5.h: Typo fix.
+
+2002-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2002-03-20  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
+       (vfp_sp_reg_pos -> vfp_dp_reg_pos).
+
+2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
+       the EXTENDED bit here; report the estimate according to the
+       current size.
+
+2002-03-18  Tom Rix  <trix@redhat.com>
+
+       * configure.in: Add AIX 5 support.
+       * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
+       * config/te-aix5.h: New file. AIX 5 support.
+       * configure: Regenerate.
+
+2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/fr.po: Updated version.
+
+2002-03-16  Andreas Jaeger  <aj@suse.de>
+
+       * doc/c-mips.texi (Machine Dependencies): Add new node.
+
+2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
+       (mips_opts): Initialize "ase_mips3d" member.
+       (file_ase_mips3d): New variable.
+       (CPU_HAS_MIPS3D): New macro.
+       (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
+       based on command line options and configuration defaults.
+       (macro_build, mips_ip): Accept MIPS-3D instructions if
+       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.
+       (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.
+       * doc/as.texinfo: Document -mips3d and -no-mips3d options.
+       * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
+       nomips3d" directives.
+
+2002-03-14  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
+       a weak symbol in same section to be within reach.
+
 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * po/fr.po: Updated version.
        (parse_op_no_deferred): Support float literals.
        (parse_op): Reject attempts to refer to float regs.
        (parse_fop): New function, like parse_op but for float operand.
-       (md_assemble): Add cases to parse float operands.  Also fix 
+       (md_assemble): Add cases to parse float operands.  Also fix
        IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
 
 2002-03-04  H.J. Lu <hjl@gnu.org>
 
 2002-02-11  Tom Rix  <trix@redhat.com>
 
-       * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for 
+       * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
        xcoff64.
 
 Mon Feb 11 11:23:38 2002  Alexandre Oliva  <aoliva@redhat.com>
@@ -501,7 +562,7 @@ Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
        BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
        (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
        al>: Set lowest bit of field to relocate to 1 and rest to empty,
-       if reloc is emitted. 
+       if reloc is emitted.
        2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
        New options plus bugfixes.
        * config/tc-sh.c (md_longopts): New options "-no-expand" and
@@ -810,7 +871,7 @@ Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * config/tc-sh.c (parse_at): Install the correct version of
        2002-02-04's patch.
-       
+
        * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
        assume fixP->fx_subsy is non-NULL.
 
@@ -867,7 +928,7 @@ Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
        Support on-demand global register allocation by passing on
        base-plus-offset relocs to the linker.
        * config/tc-mmix.c: Tweak and fix typos in comments.
-       (allocate_undefined_gregs_in_linker): New variable.
+       (allocate_undefined_gregs_in_linker): New variable.
        (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
        (md_longopts): Add --linker-allocated-gregs.
        (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
@@ -983,7 +1044,7 @@ Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * configure.in (ia64-*-netbsd*): New target.
-       * configure: Regenerate. 
+       * configure: Regenerate.
 
 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
 
@@ -1022,7 +1083,7 @@ Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * NEWS: Mention new ARM command-line options and VFP support.
 
-       * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All 
+       * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All
        uses changed.
        (ARM_CEXT_MAVERICK): Similarly.
        (ARM_ANY): Now means any core instruction.
This page took 0.043425 seconds and 4 git commands to generate.