mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-14 12:28:37 +08:00

this testcase wasn't correctly testing everything, it passed, even though sections from an excluded file were included. Fixing this reveals a problem in the new section selector. This fixes that as well.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
#...
|
|
\.data +0x[0-9a-f]+ +0x[0-9a-f]+
|
|
EXCLUDE_FILE\(\*-b\.o\) \*\(\.data \.data\.\*\)
|
|
\.data +0x[0-9a-f]+ +0x[0-9a-f]+ tmpdir/exclude-file-a\.o
|
|
\.data\.1 +0x[0-9a-f]+ +0x[0-9a-f]+ tmpdir/exclude-file-a\.o
|
|
#failif
|
|
.*data +0x[0-9a-f]+ +0x[0-9a-f]+ .*exclude-file-b.*
|
|
|
|
#...
|