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 <hjl.tools@gmail.com>
#source: pr25207.s
-#ld: -z separate-code -Ttext-segment=0x120000 -z max-page-size=0x10000
+#ld: -z separate-code --no-rosegment -Ttext-segment=0x120000 -z max-page-size=0x10000
#readelf: -l --wide
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
# changing -Ttext-segment behaviour will break --image-base (pr25207)