mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-26 09:54:17 +08:00
75cdede099
These tests fail due to one extra PT_LOAD segment with -z separate-code. * testsuite/ld-elf/pr19162.d: Add -z noseparate-code. * testsuite/ld-elf/textaddr1.d: Likewise. * testsuite/ld-elf/textaddr2.d: Likewise. * testsuite/ld-elf/textaddr4.d: Likewise. * testsuite/ld-elf/textaddr6.d: Likewise.
9 lines
267 B
Makefile
9 lines
267 B
Makefile
#source: maxpage1.s
|
|
#ld: -Ttext-segment 0x7000000 -z max-page-size=0x200000 -z noseparate-code
|
|
#readelf: -l --wide
|
|
#target: *-*-linux-gnu *-*-gnu*
|
|
|
|
#...
|
|
LOAD +0x0+ 0x0*7000000 0x0*7000000 0x0*[0-9a-f][0-9a-f][0-9a-f] 0x0*[0-9a-f][0-9a-f][0-9a-f] R E 0x200000
|
|
#pass
|