mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-08-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.
|
||||||
|
|
||||||
2007-08-17 Jakub Jelinek <jakub@redhat.com>
|
2007-08-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* configure.host: Handle sparcv*-*-linux-* the same as
|
* configure.host: Handle sparcv*-*-linux-* the same as
|
||||||
|
@ -3327,7 +3327,7 @@ of files from matching the file name wildcard, EXCLUDE_FILE may be used to
|
|||||||
match all files except the ones specified in the EXCLUDE_FILE list. For
|
match all files except the ones specified in the EXCLUDE_FILE list. For
|
||||||
example:
|
example:
|
||||||
@smallexample
|
@smallexample
|
||||||
(*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors))
|
*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors)
|
||||||
@end smallexample
|
@end smallexample
|
||||||
will cause all .ctors sections from all files except @file{crtend.o} and
|
will cause all .ctors sections from all files except @file{crtend.o} and
|
||||||
@file{otherfile.o} to be included.
|
@file{otherfile.o} to be included.
|
||||||
|
Reference in New Issue
Block a user