aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-11-11 15:40:04 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-11-11 15:40:04 +0000
commit9e23db7616d72a8e7b7eca1a2889bcd74316f88b (patch)
treeee176c6281f55ca1da168c84dc3a9ab84fcf8da1
parentcb87e99f0973034aa538ce07c0f1363aa4d166fe (diff)
downloadfsf-binutils-gdb-9e23db7616d72a8e7b7eca1a2889bcd74316f88b.zip
fsf-binutils-gdb-9e23db7616d72a8e7b7eca1a2889bcd74316f88b.tar.gz
fsf-binutils-gdb-9e23db7616d72a8e7b7eca1a2889bcd74316f88b.tar.bz2
Add more support for V.4 shared libs
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9207304..c3623c8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 11 10:37:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Create .got.plt
+ section.
+ (ppc_elf_check_relocs): Add support for R_PPC_LOCAL24PC. Make
+ appropriate relocations in the .so file if shared.
+ (ppc_elf_relocate_section): Ditto.
+
start-sanitize-m32r
Tue Oct 29 15:03:02 1996 Doug Evans <dje@canuck.cygnus.com>