Make GOT relocs offset by 32768, which allows the table to double in size.

This commit is contained in:
Michael Meissner 1995-02-17 17:41:08 +00:00
parent cd0456a208
commit eaba51690a
1 changed files with 6 additions and 0 deletions

View File

@ -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.