Skip to content

Commit afc1f13

Browse files
committed
ld-elf/pr25207.d: Pass --no-rosegment to ld
Pass --no-rosegment to ld to support linker configured with --enable-rosegment, PR ld/25207 * ld-elf/pr25207.d: Pass --no-rosegment to ld. Signed-off-by: H.J. Lu <[email protected]>
1 parent b02e6f3 commit afc1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ld/testsuite/ld-elf/pr25207.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#source: pr25207.s
2-
#ld: -z separate-code -Ttext-segment=0x120000 -z max-page-size=0x10000
2+
#ld: -z separate-code --no-rosegment -Ttext-segment=0x120000 -z max-page-size=0x10000
33
#readelf: -l --wide
44
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
55
# changing -Ttext-segment behaviour will break --image-base (pr25207)

0 commit comments

Comments
 (0)