mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
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.
13 lines
376 B
Makefile
13 lines
376 B
Makefile
#source: pr19162a.s
|
|
#source: pr19162b.s
|
|
#ld: -shared -z max-page-size=0x200000 -z noseparate-code
|
|
#readelf: -l --wide
|
|
#target: *-*-linux* *-*-gnu* *-*-nacl*
|
|
#notarget: arc*-*-* hppa*-*-*
|
|
# arc target has an extra 64K stack section.
|
|
# hppa fails due to PR 12376.
|
|
|
|
#...
|
|
+LOAD +0x0+[0-9a-f]{3} +0x[0-9a-f]+ +0x[0-9a-f]+ +0x0+[0-9a-f]{3} +0x0+[0-9a-f]{3} +R[WE]+ +0x200000
|
|
#pass
|