From b2529df1becf15546fd9ac60192c93042ed36e7b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 3 Jul 1998 18:25:46 +0000 Subject: * ldgram.y (extern_name_list): Do not require symbols to be separated by commas. (ifile_p1): Add EXTERN. * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI mode. * ld.texinfo (Options): Mention that EXTERN is equivalent to -u. (Miscellaneous Commands): Document EXTERN. --- ld/NEWS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index 6e4b8f1..b696804 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -2,14 +2,17 @@ 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. + * Added SORT to the linker script language to permit sorting sections by file name or section name. -* The -e option now accepts a number as well as a symbol name. +* Added EXTERN to the linker script language as an equivalent to the -u + command-line option. -* 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. +* The -e option now accepts a number as well as a symbol name. Changes in version 2.9: -- cgit v1.1