diff options
author | Alan Modra <amodra@gmail.com> | 2008-03-03 10:03:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-03-03 10:03:40 +0000 |
commit | 4a628337a0cef1558842b9d66b7de6c1c6964803 (patch) | |
tree | 386a9cf79ea147b098afdec346db9e052699f59f /bfd/ChangeLog | |
parent | 451993d3c1d80cdb17e5556b85645b688db4f7a0 (diff) | |
download | gdb-4a628337a0cef1558842b9d66b7de6c1c6964803.zip gdb-4a628337a0cef1558842b9d66b7de6c1c6964803.tar.gz gdb-4a628337a0cef1558842b9d66b7de6c1c6964803.tar.bz2 |
* elf32-spu.c (struct got_entry): Add "addend" field.
(count_stub, build_stub): Use a new stub if relocation addend
differs from existing stubs for this symbol.
(process_stubs): Deal with addends.
(spu_elf_relocate_section, spu_elf_output_symbol_hook): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b534ee8..883d2e5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2008-03-03 Alan Modra <amodra@bigpond.net.au> + + * elf32-spu.c (struct got_entry): Add "addend" field. + (count_stub, build_stub): Use a new stub if relocation addend + differs from existing stubs for this symbol. + (process_stubs): Deal with addends. + (spu_elf_relocate_section, spu_elf_output_symbol_hook): Likewise. + 2008-03-02 H.J. Lu <hongjiu.lu@intel.com> PR ld/5789 |