aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-08-12 23:04:13 +0000
committerIan Lance Taylor <ian@airs.com>1998-08-12 23:04:13 +0000
commitcb5fa481a6482ede7116fd35a5b37c1723b7c210 (patch)
tree927910bee3045b93059ee21be2a4d55ca8a23b83
parentf0236ec44567ca60faa76706b826fc65614e1f1e (diff)
downloadgdb-cb5fa481a6482ede7116fd35a5b37c1723b7c210.zip
gdb-cb5fa481a6482ede7116fd35a5b37c1723b7c210.tar.gz
gdb-cb5fa481a6482ede7116fd35a5b37c1723b7c210.tar.bz2
Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT entries unless the symbol is defined in the executable; in particular, undefined weak symbols get a PLT entry.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 603b72f..98f6db4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 12 19:00:39 1998 Geoff Keating <geoffk@ozemail.com.au>
+
+ * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Generate PLT
+ entries unless the symbol is defined in the executable; in
+ particular, undefined weak symbols get a PLT entry.
+
Wed Aug 12 14:48:33 1998 Ian Lance Taylor <ian@cygnus.com>
* libaout.h: Remove nested comment to avoid warning.