summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-05-14 14:39:03 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-05-14 14:39:03 +0000
commit7f637b0e48f85e8b787b604e5744967199bdc958 (patch)
tree6fa27f0a7915e261b90c421d91a096cba28981c4 /bfd/ChangeLog
parentf509aee5ba3a4016bcf8cf7ecdeceb2784ea6462 (diff)
downloadgdb-7f637b0e48f85e8b787b604e5744967199bdc958.tar.gz
* elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
generate only a 16-byte .toe section. (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8eecf3a86b4..6829c5ca77b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
+ generate only a 16-byte .toe section.
+ (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
+
2009-05-14 Alan Modra <amodra@bigpond.net.au>
* elf32-spu.c (spu_elf_size_stubs): Split out section placement to..