From b717d30eb550a5418757c32f232a01e7620f640d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 21 Jan 2005 12:04:25 +0000 Subject: * ldgram.y (AS_NEEDED): New token. (input_list): Handle AS_NEEDED ( input_list ). * ldlex.l (AS_NEEDED): Add. * ld.texinfo: Document AS_NEEDED (). * NEWS: Mention AS_NEEDED (). --- ld/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index 8bfe5a8..e157fbf 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* New linker script construct AS_NEEDED(), which sets the --as-needed flag + for input files listed inside of it. + * A new command-line option, --sysroot, can be used to override the default sysroot location. It only applies to toolchains that were configured using --with-sysroot. -- cgit v1.1