diff options
author | Richard Henderson <rth@redhat.com> | 1998-02-23 04:41:18 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-02-23 04:41:18 +0000 |
commit | 2f53b8ff40c2b3716816834af983332d9d5b624b (patch) | |
tree | 622e0360f870a6652c826961d5b6e4538dd437ab | |
parent | 07fafd5d88d4009f599b692bfee22b71d756a6e3 (diff) | |
download | gdb-2f53b8ff40c2b3716816834af983332d9d5b624b.zip gdb-2f53b8ff40c2b3716816834af983332d9d5b624b.tar.gz gdb-2f53b8ff40c2b3716816834af983332d9d5b624b.tar.bz2 |
* elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create
a plt entry when we can determine that we authoritatively define
the symbol.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5f43398..893cfa1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 22 20:39:00 1998 Richard Henderson <rth@cygnus.com> + + * elf32-sparc.c (elf32_sparc_adjust_dynamic_symbol): Don't create + a plt entry when we can determine that we authoritatively define + the symbol. + Sun Feb 22 20:33:05 1998 Richard Henderson <rth@cygnus.com> * configure.in (COREFILE selection): Remove sparc-*-linux*. They |