diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-11 21:18:16 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-11 21:18:16 +0000 |
commit | 9a793780e5007e6037b14c88d9ba96a2c2d98dfe (patch) | |
tree | b15080bc9736e63018d30d01af1656ce9d544d82 /bfd/ChangeLog | |
parent | 1158ee8b002771e405452fe34a5694e6adb3b841 (diff) | |
download | gdb-9a793780e5007e6037b14c88d9ba96a2c2d98dfe.zip gdb-9a793780e5007e6037b14c88d9ba96a2c2d98dfe.tar.gz gdb-9a793780e5007e6037b14c88d9ba96a2c2d98dfe.tar.bz2 |
Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com)
* archive.c: Change all references to '\n' in archive magic
to '\012', for greater portability.
* ecoff.c (ecoff_write_armap): Ditto.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 11bd45b..ae6af9b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,24 @@ +Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com) + + * archive.c: Change all references to '\n' in archive magic + to '\012', for greater portability. + * ecoff.c (ecoff_write_armap): Ditto. + +Thu Feb 10 12:58:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * aoutx.h (aout_link_write_other_symbol): Check strip settings to + see whether symbol should be output. + * genlink.h (struct generic_write_global_symbol_info): Added info + field. + * linker.c (_bfd_generic_final_link): Initialize wginfo.info. + (_bfd_generic_link_write_global_symbol): Check strip settings to + see whether symbol should be output. + * elf32-mips.c (mips_elf_final_link): Initialize wginfo.info. + Wed Feb 9 21:34:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * som.c (som_reloc_queue_find): Do not examine a NULL queue entry. + * som.c: Cast return values from BFD memory allocation routines to avoid warnings from the HP compiler. |