diff options
author | Alan Modra <amodra@gmail.com> | 2023-07-27 18:03:49 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-07-27 23:38:14 +0930 |
commit | 2902e6682d63183d373f385d4efaf8597fd22544 (patch) | |
tree | 040aceac580c1c1f50ed736e6aad0dadbe401158 /gdb/gdbcopyright.py | |
parent | f1036ada3bca6f88340a0a1fbd8b103a3e0cdc2d (diff) | |
download | binutils-2902e6682d63183d373f385d4efaf8597fd22544.zip binutils-2902e6682d63183d373f385d4efaf8597fd22544.tar.gz binutils-2902e6682d63183d373f385d4efaf8597fd22544.tar.bz2 |
/DISCARD/ in ld testsuite
The canonical form to discard all sections not mentioned earlier in
the script is
/DISCARD/ : { *(*) }
not
/DISCARD/ : { *(.*) }
".*" happens to work with the usual section names starting with a dot,
but let's not promote something not quite right.
Diffstat (limited to 'gdb/gdbcopyright.py')
0 files changed, 0 insertions, 0 deletions