diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-22 15:00:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-22 15:00:26 +0000 |
commit | 0ff4ca1eeff0a93d4c90a884002fb8efb538a4a6 (patch) | |
tree | 48f01b30cca60c728ac5a7c87d2f2928643079df | |
parent | c94ca90e9d2ed69000f942665b14ceb3e25fc7ed (diff) | |
download | gdb-0ff4ca1eeff0a93d4c90a884002fb8efb538a4a6.zip gdb-0ff4ca1eeff0a93d4c90a884002fb8efb538a4a6.tar.gz gdb-0ff4ca1eeff0a93d4c90a884002fb8efb538a4a6.tar.bz2 |
Mon Aug 22 10:49:37 1994 Eric Youngdale (ericy@cais.cais.com)
* i386linux.c (linux_add_one_symbol): Create a fixup for any
defined absolute symbol, not just GOT or PLT symbols.
(linux_tally_symbols): Correct handling of references to defined
symbols.
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 84de028..5664938 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 22 10:49:37 1994 Eric Youngdale (ericy@cais.cais.com) + + * i386linux.c (linux_add_one_symbol): Create a fixup for any + defined absolute symbol, not just GOT or PLT symbols. + (linux_tally_symbols): Correct handling of references to defined + symbols. + Thu Aug 18 16:29:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) Get ld -x -r to handle a.out set symbols correctly. |