diff options
author | Per Bothner <per@bothner.com> | 1991-11-29 20:31:57 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-29 20:31:57 +0000 |
commit | 372170607324f200e993f356448225cb3474d58e (patch) | |
tree | baeac5f1842ca275a53d624b06c8dc6cb0cc8915 /bfd/ChangeLog | |
parent | 6089addcdc095ec84c74a4324b6c949a42c8011a (diff) | |
download | gdb-372170607324f200e993f356448225cb3474d58e.zip gdb-372170607324f200e993f356448225cb3474d58e.tar.gz gdb-372170607324f200e993f356448225cb3474d58e.tar.bz2 |
Two small bug-fixes (affecting ar and nm).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 36934ba..7172bf6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Fri Nov 29 12:16:51 1991 Per Bothner (bothner at cygnus.com) + + * syms.c (bfd_decode_symclass): Return 'A' + for symbols that are both absolute and global. + * archive.c (bfd_special_undocumented_glue): Return NULL + if bfd_ar_hdr_from_filesystem returns NULL. + Tue Nov 26 09:10:55 1991 Steve Chamberlain (sac at cygnus.com) * Makefile.in: added coff-h8300 @@ -13,9 +20,6 @@ Tue Nov 26 09:10:55 1991 Steve Chamberlain (sac at cygnus.com) handled, from the nest of #ifdefs to macros defined in the including coff-<foo>.c - - - Fri Nov 22 08:11:42 1991 John Gilmore (gnu at cygnus.com) * aoutx.h (some_aout_object_p): Set the `executable' bit |