diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-01-21 12:04:25 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-01-21 12:04:25 +0000 |
commit | b717d30eb550a5418757c32f232a01e7620f640d (patch) | |
tree | fa15733535e0ec54103ecceed09a391130d34616 /ld/NEWS | |
parent | 666ec76f414cd10124107b16e44a5a3f4f63d69c (diff) | |
download | gdb-b717d30eb550a5418757c32f232a01e7620f640d.zip gdb-b717d30eb550a5418757c32f232a01e7620f640d.tar.gz 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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |