mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Correct ld script wildcard matching description
Goes with commit 68bbb9f788d0 * ld.texi (Input Section Wildcards): Delete paragraph incorrectly saying '*' does not match '/'.
This commit is contained in:
@ -5022,13 +5022,6 @@ character may be used to specify a range of characters, as in
|
|||||||
quotes the following character
|
quotes the following character
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
When a file name is matched with a wildcard, the wildcard characters
|
|
||||||
will not match a @samp{/} character (used to separate directory names on
|
|
||||||
Unix). A pattern consisting of a single @samp{*} character is an
|
|
||||||
exception; it will always match any file name, whether it contains a
|
|
||||||
@samp{/} or not. In a section name, the wildcard characters will match
|
|
||||||
a @samp{/} character.
|
|
||||||
|
|
||||||
File name wildcard patterns only match files which are explicitly
|
File name wildcard patterns only match files which are explicitly
|
||||||
specified on the command line or in an @code{INPUT} command. The linker
|
specified on the command line or in an @code{INPUT} command. The linker
|
||||||
does not search directories to expand wildcards.
|
does not search directories to expand wildcards.
|
||||||
|
Reference in New Issue
Block a user