aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-03-03 10:03:40 +0000
committerAlan Modra <amodra@gmail.com>2008-03-03 10:03:40 +0000
commit4a628337a0cef1558842b9d66b7de6c1c6964803 (patch)
tree386a9cf79ea147b098afdec346db9e052699f59f /bfd/ChangeLog
parent451993d3c1d80cdb17e5556b85645b688db4f7a0 (diff)
downloadgdb-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/ChangeLog8
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