diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-10-31 05:04:15 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-10-31 05:04:15 +0800 |
commit | afc1f137e18363138d5fa4c88a9a2816926a3d5c (patch) | |
tree | 3d2345a85a7af95153deeda40ad01d1adf10a65a | |
parent | b02e6f38a6e4e064d2bb1b68d1f9d0b2c2afc517 (diff) | |
download | binutils-afc1f137e18363138d5fa4c88a9a2816926a3d5c.zip binutils-afc1f137e18363138d5fa4c88a9a2816926a3d5c.tar.gz binutils-afc1f137e18363138d5fa4c88a9a2816926a3d5c.tar.bz2 |
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 <hjl.tools@gmail.com>
-rw-r--r-- | ld/testsuite/ld-elf/pr25207.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/pr25207.d b/ld/testsuite/ld-elf/pr25207.d index edec777..945bae2 100644 --- a/ld/testsuite/ld-elf/pr25207.d +++ b/ld/testsuite/ld-elf/pr25207.d @@ -1,5 +1,5 @@ #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) |