diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-14 14:42:36 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-14 14:42:36 +0000 |
commit | d342a8b15740545c4584db1957abaf12040ba646 (patch) | |
tree | ede1f671564ec4762c7f47774c3eee8117cb0180 /bfd/ChangeLog | |
parent | cc210763ce675cfdc6bbf9fc1f98dd121cdf24ce (diff) | |
download | gdb-d342a8b15740545c4584db1957abaf12040ba646.zip gdb-d342a8b15740545c4584db1957abaf12040ba646.tar.gz gdb-d342a8b15740545c4584db1957abaf12040ba646.tar.bz2 |
* elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
into addresses for relocation types that look at high bits. Remove
special handling of relocation overflow warnings.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2af36be..edaf9c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com> + * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index + into addresses for relocation types that look at high bits. Remove + special handling of relocation overflow warnings. + +2009-05-14 Ulrich Weigand <uweigand@de.ibm.com> + * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the control flow graph between fragments of a function. |