diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-01-13 14:40:50 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-01-13 14:40:50 +0000 |
commit | 1c3a295b135875e0c6f9f1e0d4a356d30a326d03 (patch) | |
tree | 045a3df9e8efc108d97ef5a43016e9e49b514653 /bfd/ChangeLog | |
parent | 1aac3d3c1f2e2dc35f5a133273e6e4129b3ab9d4 (diff) | |
download | gdb-1c3a295b135875e0c6f9f1e0d4a356d30a326d03.zip gdb-1c3a295b135875e0c6f9f1e0d4a356d30a326d03.tar.gz gdb-1c3a295b135875e0c6f9f1e0d4a356d30a326d03.tar.bz2 |
Warn about relocations we do not yet support
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 65d3a5c..e768903 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Sat Jan 13 09:36:52 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * elf32-ppc.c (ppc_elf_create_dynamic_sections): New function to + create the .got and .got.neg sections. + (ppc_elf_size_dynamic_sections): Call it. + (ppc_elf_check_relocs): Call it. + (ppc_elf_size_dynamic_sections): Support .got.neg, just like .got. + (ppc_elf_check_relocs): Add error messages for relocations we + don't yet support. Do not include R_PPC_SDAREL16 like a GOT + relocation. + Fri Jan 12 15:27:59 1996 Michael Meissner <meissner@tiktok.cygnus.com> * elf32-ppc.c (ppc_elf_fake_sections): Define, and handle the new |