aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-19 02:05:53 +0000
committerAlan Modra <amodra@gmail.com>2000-06-19 02:05:53 +0000
commit987fd5b44e803e8bd04c9955dd9719c5de28a621 (patch)
treeba7e78d73be28cd0613f181f1ea18a755e3f0a16 /ld/NEWS
parent60bcf0fa8c115b4e71d7b1372aca3efccffc9607 (diff)
downloadfsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.zip
fsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.gz
fsf-binutils-gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.bz2
Update list of targets supporting --gc-sections.
KEEP .eh_frame contents.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/NEWS b/ld/NEWS
index df6446d..245808c 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -16,7 +16,9 @@ Changes in version 2.10:
* Added garbage collection of unused sections, enabled by --gc-sections.
It does require a bit of backend support; currently implemented are
- ppc-elf, mips-elf, and mn10300-elf. Others will ignore the option.
+ avr-elf, d10v-elf, fr30-elf, i386-elf, m32r-elf, m68k-elf, mcore-elf,
+ mips-elf, mn10300-elf, ppc-elf, sh-elf, sparc-elf, and v850-elf.
+ Others will ignore the option.
* Added SORT to the linker script language to permit sorting sections by file
name or section name.