2001-02-20 Andreas Jaeger <aj@suse.de>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index b9be46907cdaa66c4068a1ddcbf1bb71fbc44ead..8168c86e1e4798e74ac3bf715c355ff71205054e 100644 (file)
@@ -1,3 +1,52 @@
+001-02-18  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in (cpu_type, arch): Add a generic FreeBSD specification as
+       all FreeBSD platforms should look the same at this level.
+       * configure: Rebuilt.
+       * config/tc-i386.c: Add support for old FreeBSD a.out hosts.
+
+2001-02-18  lars brinkhoff  <lars@nocrew.org>
+
+       * Makefile.am: Add PDP-11 target.
+       * configure.in: Likewise.
+       * config/tc-pdp11.c: New file.
+       * config/tc-pdp11.h: New file.
+       * doc/Makefile.am: Add PDP-11 documentation.
+       * doc/all.texi: Likewise.
+       * doc/as.texinfo: Likewise.
+       * doc/c-pdp11.texi: New file.
+
+2001-02-16  matthew green  <mrg@redhat.com>
+
+       * gas/cgen.c (gas_cgen_md_apply_fix3): Support BFD_RELOC_64.
+
+2001-02-13  Jim Wilson  <wilson@redhat.com>
+
+       * config/tc-ia64.c (operand_match, case TAG13): Make a BFD_RELOC_UNUSED
+       reloc instead of a 0 reloc.
+       (md_apply_fix3): Check for BFD_RELOC_UNUSED instead of 0, and mark it
+       as done.
+       * config/tc-ia64.h (TC_RELOC_RTSYM_LOC_FIXUP): Likewise.
+
+2001-02-13  Ian Lance Taylor  <ian@zembu.com>
+
+       * write.c (is_dnrange): Stop as soon as the address becomes
+       larger.
+       (relax_frag): Add segment parameter.  Only call symbol_get_frag
+       once.  Only call is_dnrange if the symbol is in the same segment,
+       and the symbol address is larger.
+       (relax_segment): Pass segment to md_relax_frag and relax_frag.
+       * write.h (relax_frag): Update declaration.
+       * config/tc-fr30.c (fr30_relax_frag): Add segment parameter.  Pass
+       it to relax_frag.
+       * config/tc-m32r.c (m32r_relax_frag): Likewise.
+       * config/tc-m32r.h (md_relax_frag): Add segment parameter.
+       (m32r_relax_frag): Update declaration.
+       * config/tc-mips.h (md_relax_frag): Add segment parameter.
+       * config/tc-tic54x.h (md_relax_frag): Likewise.
+       * doc/internals.texi (CPU backend): Update documentation for
+       md_relax_frag.
+
 2001-02-13  Alan Modra  <alan@linuxcare.com.au>
 
        * doc/c-i386.texi (i386-Arch): Add "jumps"/"nojumps" blurb.
This page took 0.02491 seconds and 4 git commands to generate.