diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-11 19:39:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-11 19:39:28 +0000 |
commit | fed872d325f9d982ec21c0a9c06b023a8ee8b714 (patch) | |
tree | e3b8879de75860d89d31b6a0ee0926aab096e902 /bfd | |
parent | 6a69975fbbeb7feb65c418a86942cc4374c8f5ee (diff) | |
download | gdb-fed872d325f9d982ec21c0a9c06b023a8ee8b714.zip gdb-fed872d325f9d982ec21c0a9c06b023a8ee8b714.tar.gz gdb-fed872d325f9d982ec21c0a9c06b023a8ee8b714.tar.bz2 |
* elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not
STT_NOTYPE.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7c99aa6..5753370 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 11 14:37:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not + STT_NOTYPE. + Tue Jan 11 09:10:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * config.bfd: Use ELF, not COFF for m88*-*-dgux*. |