mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Re: Allow new just-symbols test to run on XCOFF and PE
This ensures we don't match random data *before* the line we want to see, ie. that --just-symbols has excluded section contents from just-symbols-0.o. Oops, missed the ChangeLog entry before too. * testsuite/ld-misc/just-symbols-1.dd: Revert last change.
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
2020-07-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/ld-misc/just-symbols-1.dd: Revert last change.
|
||||
|
||||
2020-07-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too.
|
||||
Set LDFLAGS for PE and XCOFF.
|
||||
* testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data.
|
||||
* testsuite/ld-misc/just-symbols-1.dd: Don't check format or
|
||||
"Contents of section" lines.
|
||||
|
||||
2020-07-27 Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#...
|
||||
.*: +file format .*
|
||||
|
||||
Contents of section \.data:
|
||||
[0-9a-f]+ (?:(:?12000000|00120000|00000012) 0{8}|0{8} 00000012) 0{8} 0{8} .*
|
||||
#pass
|
||||
|
Reference in New Issue
Block a user