aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-01-21 12:04:25 +0000
committerJakub Jelinek <jakub@redhat.com>2005-01-21 12:04:25 +0000
commitb717d30eb550a5418757c32f232a01e7620f640d (patch)
treefa15733535e0ec54103ecceed09a391130d34616 /ld/NEWS
parent666ec76f414cd10124107b16e44a5a3f4f63d69c (diff)
downloadfsf-binutils-gdb-b717d30eb550a5418757c32f232a01e7620f640d.zip
fsf-binutils-gdb-b717d30eb550a5418757c32f232a01e7620f640d.tar.gz
fsf-binutils-gdb-b717d30eb550a5418757c32f232a01e7620f640d.tar.bz2
* 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 ().
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
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.