diff options
author | Jean Marie Diaz <ambar@cygnus> | 1994-08-03 14:43:42 +0000 |
---|---|---|
committer | Jean Marie Diaz <ambar@cygnus> | 1994-08-03 14:43:42 +0000 |
commit | e696f6a9b92b097130cad284fea2782e4fd06220 (patch) | |
tree | 5276a87729e1734adfb1f183986a856745babbaa | |
parent | 756b40d5207c089f6a5887bcc26b7306ad2a1d31 (diff) | |
download | gdb-e696f6a9b92b097130cad284fea2782e4fd06220.zip gdb-e696f6a9b92b097130cad284fea2782e4fd06220.tar.gz gdb-e696f6a9b92b097130cad284fea2782e4fd06220.tar.bz2 |
Wed Aug 3 10:34:37 1994 Eric Youngdale (ericy@cais.cais.com)
* i386linux.c (linux_add_one_symbol): Only handle
SHARABLE_CONFLICTS specially if BSF_CONSTRUCTOR is set. Set hashp
for a GOT or PLT symbol. Set jump field of fixup for a PLT symbol.
(linux_tally_symbols): Check section of real symbol. When looking
for a builtin fixup, check builtin and jump flags. Create no more
than one fixup, and always create one if the real symbol is in the
absolute section. Only strip absolute symbols.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f8a8f9f..998870a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Wed Aug 3 10:34:37 1994 Eric Youngdale (ericy@cais.cais.com) + + * i386linux.c (linux_add_one_symbol): Only handle + SHARABLE_CONFLICTS specially if BSF_CONSTRUCTOR is set. Set hashp + for a GOT or PLT symbol. Set jump field of fixup for a PLT symbol. + (linux_tally_symbols): Check section of real symbol. When looking + for a builtin fixup, check builtin and jump flags. Create no more + than one fixup, and always create one if the real symbol is in the + absolute section. Only strip absolute symbols. + Wed Aug 3 05:08:24 1994 D. V. Henkel-Wallace (gumby@cygnus.com) * coffcode.h (coff_write_object_contents): set internal_a.magic to |