diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-24 04:48:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-24 04:48:41 +0000 |
commit | 4667035e30590095c4f90d60731a52bd96f5089e (patch) | |
tree | 8922d5cf6f743c3c0cb00db0219a459ef83fd86d /ld/NEWS | |
parent | e8b1d4112617b9c3f1a1b50db23e6c5a68d1b531 (diff) | |
download | gdb-4667035e30590095c4f90d60731a52bd96f5089e.zip gdb-4667035e30590095c4f90d60731a52bd96f5089e.tar.gz gdb-4667035e30590095c4f90d60731a52bd96f5089e.tar.bz2 |
arm-elf does --gc-sections too.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ 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 - 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. + arm-elf, 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 |