mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +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
240 B
Makefile
9 lines
240 B
Makefile
#source: maxpage1.s
|
|
#ld: -shared -z max-page-size=0x10000 -Ttext-segment 0x10000 -z noseparate-code
|
|
#readelf: -l --wide
|
|
#target: *-*-linux-gnu *-*-gnu*
|
|
|
|
#...
|
|
LOAD +0x0+ 0x0*10000 0x0*10000 0x0*[0-9a-f]+ 0x0*[0-9a-f]+ R[ W]E 0x10000
|
|
#pass
|