diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-14 17:56:56 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-05-14 17:56:56 +0000 |
commit | 335bd8f20567e11b0ab3932b317a93d05363be4c (patch) | |
tree | febd73cd4d61da5e790e2a91251d85835b264d59 /bfd/ChangeLog | |
parent | cdc83fba739acf894c08d5aa92746f30e552c465 (diff) | |
download | gdb-335bd8f20567e11b0ab3932b317a93d05363be4c.zip gdb-335bd8f20567e11b0ab3932b317a93d05363be4c.tar.gz gdb-335bd8f20567e11b0ab3932b317a93d05363be4c.tar.bz2 |
* elf32-spu.c (mark_overlay_section): Move .init and .fini
sections into the software icache.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 603216b..64119e4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com> + * elf32-spu.c (mark_overlay_section): Move .init and .fini + sections into the software icache. + +2009-05-14 Ulrich Weigand <uweigand@de.ibm.com> + * elf32-spu.c (build_stub): Always build "compact" sofware i-cache stubs. |