mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-24 14:22:27 +08:00

Tests that I added in commit c05b575a8dfabab6af5d8586d1a5c0c67f819ac2 fails on 32-bit hosts due to differences in whitespace. This patch updates the expected output patterns to be more accepting of differences in whitespace, the tests should now pass. ld/testsuite/ChangeLog: * ld-scripts/provide-4-map.d: Update expected output. * ld-scripts/provide-5-map.d: Likewise.
14 lines
470 B
Makefile
14 lines
470 B
Makefile
#...
|
|
Linker script and memory map
|
|
#...
|
|
\[!provide\] +PROVIDE \(foo, 0x1\)
|
|
\[!provide\] +PROVIDE \(bar, 0x2\)
|
|
0x0+3 +PROVIDE \(baz, 0x3\)
|
|
#...
|
|
0x0+2000 +foo
|
|
\[!provide\] +PROVIDE \(loc1, ALIGN \(\., 0x10\)\)
|
|
0x0+2010 +PROVIDE \(loc2, ALIGN \(\., 0x10\)\)
|
|
\[!provide\] +PROVIDE \(loc3, \(loc1 \+ 0x20\)\)
|
|
0x0+2030 +loc4 = \(loc2 \+ 0x20\)
|
|
#...
|