diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-15 19:30:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-15 19:30:09 +0000 |
commit | 97ea252ef8065df3fcc039801fcc370aa3e3c00f (patch) | |
tree | fbfc3199a8b318eb966a6b019d11c3d2b83efc3a /bfd/ChangeLog | |
parent | 63eef03aba38e720963067475ff50ec372a099f4 (diff) | |
download | gdb-97ea252ef8065df3fcc039801fcc370aa3e3c00f.zip gdb-97ea252ef8065df3fcc039801fcc370aa3e3c00f.tar.gz gdb-97ea252ef8065df3fcc039801fcc370aa3e3c00f.tar.bz2 |
* bfd/archive.c: Consistently use ARFMAG; from
schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
(_bfd_write_archive_contents): Use ARFMAG rather than '`' and
'\012'.
(bsd_write_armap): Likewise.
(coff_write_armap): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc287e7..d3f12b5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * bfd/archive.c: Consistently use ARFMAG; from + schwab@issan.informatik.uni-dortmund.de (Andreas Schwab). + (_bfd_write_archive_contents): Use ARFMAG rather than '`' and + '\012'. + (bsd_write_armap): Likewise. + (coff_write_armap): Likewise. + * coff-mips.c (mips_relocate_section): When relaxing, adjust local relocs against the .text section as required. * ecofflink.c (bfd_ecoff_debug_accumulate): When relaxing, adjust |