diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-02-17 17:41:08 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-02-17 17:41:08 +0000 |
commit | eaba51690a5d8e7c120f39f89001accc15615606 (patch) | |
tree | e41a8f2c63b2ebd037e401774f5d9fc411f403ec /bfd | |
parent | cd0456a20871f0157e2ffdae62536c9183e4af00 (diff) | |
download | gdb-eaba51690a5d8e7c120f39f89001accc15615606.zip gdb-eaba51690a5d8e7c120f39f89001accc15615606.tar.gz gdb-eaba51690a5d8e7c120f39f89001accc15615606.tar.bz2 |
Make GOT relocs offset by 32768, which allows the table to double in size.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8f75336..a84fb80 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 17 12:34:36 1995 Michael Meissner <meissner@cygnus.com> + + * elf32-ppc.c (ppc_elf_got16_reloc): Make GOT style relocs add + 32768, so the GOT pointer can point to 16384 pointers, instead of + 8192. + Fri Feb 17 11:45:38 1995 Ian Lance Taylor <ian@cygnus.com> * syms.c (bfd_decode_symclass): Return 'W' for a weak symbol. |