Adjust linker tests that are sensitive to --rosegment

This commit is contained in:
Nick Clifton 2024-06-13 17:00:29 +01:00
parent 2f43916ead
commit 54904469f7
21 changed files with 26 additions and 26 deletions

View File

@ -1,5 +1,5 @@
#source: mbind1.s
#ld: -shared -z common-page-size=0x1000 -z max-page-size=0x200000
#ld: -shared -z common-page-size=0x1000 -z max-page-size=0x200000 --no-rosegment
#readelf: -S -l --wide
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
#xfail: ![check_shared_lib_support]

View File

@ -1,5 +1,5 @@
#source: mbind1.s
#ld: -pie -z common-page-size=0x1000 -z max-page-size=0x200000
#ld: -pie -z common-page-size=0x1000 -z max-page-size=0x200000 --no-rosegment
#readelf: -S -l --wide
#target: *-*-linux* *-*-gnu* arm*-*-uclinuxfdpiceabi
#xfail: ![check_pie_support]

View File

@ -1,4 +1,4 @@
#ld: -z separate-code
#ld: -z separate-code --no-rosegment
#objcopy_linked_file: -R .foo
#readelf: -lW
#target: *-*-linux-gnu *-*-gnu* *-*-nacl* arm*-*-uclinuxfdpiceabi

View File

@ -191,7 +191,7 @@ set i386tests {
{"Reloc section order"
"-shared -melf_i386 -z nocombreloc -z notext" "" "--32"
{reloc.s} {{objdump -hw reloc.d}} "reloc.so"}
{"Basic --emit-relocs support" "-shared -melf_i386 --emit-relocs" "" "--32"
{"Basic --emit-relocs support" "-shared -melf_i386 --emit-relocs --no-rosegment" "" "--32"
{emit-relocs.s} {{readelf --relocs emit-relocs.rd}} "emit-relocs.so"}
{"-z combreloc relocation sections" "-shared -melf_i386 -z combreloc" ""
"--32" {combreloc.s} {{readelf -r combreloc.d}} "combreloc.so"}

View File

@ -1,5 +1,5 @@
#as: --x32
#ld: -m elf32_x86_64 -shared --no-ld-generated-unwind-info --hash-style=sysv $NO_DT_RELR_LDFLAGS
#ld: -m elf32_x86_64 -shared --no-ld-generated-unwind-info --hash-style=sysv $NO_DT_RELR_LDFLAGS --no-rosegment
#readelf: -d -S --wide
#target: x86_64-*-linux*

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --x32
#ld: -melf32_x86_64 -shared -z mark-plt
#ld: -melf32_x86_64 -shared -z mark-plt --no-rosegment
#readelf: -drW
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --64
#ld: -melf_x86_64 -shared -z mark-plt
#ld: -melf_x86_64 -shared -z mark-plt --no-rosegment
#readelf: -drW
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --x32
#ld: -melf32_x86_64 -shared -z mark-plt --hash-style=both
#ld: -melf32_x86_64 -shared -z mark-plt --hash-style=both --no-rosegment
#objdump: -dw
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --64
#ld: -melf_x86_64 -shared -z mark-plt --hash-style=both
#ld: -melf_x86_64 -shared -z mark-plt --hash-style=both --no-rosegment
#objdump: -dw
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --x32
#ld: -melf32_x86_64 -shared -z mark-plt -z ibtplt
#ld: -melf32_x86_64 -shared -z mark-plt -z ibtplt --no-rosegment
#readelf: -drW
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --64
#ld: -melf_x86_64 -shared -z mark-plt -z ibtplt
#ld: -melf_x86_64 -shared -z mark-plt -z ibtplt --no-rosegment
#readelf: -drW
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --x32
#ld: -melf32_x86_64 -shared -z mark-plt -z ibtplt --hash-style=both
#ld: -melf32_x86_64 -shared -z mark-plt -z ibtplt --hash-style=both --no-rosegment
#objdump: -dw
#...

View File

@ -1,6 +1,6 @@
#source: mark-plt-1.s
#as: --64
#ld: -melf_x86_64 -shared -z mark-plt -z ibtplt --hash-style=both
#ld: -melf_x86_64 -shared -z mark-plt -z ibtplt --hash-style=both --no-rosegment
#objdump: -dw
#...

View File

@ -27,7 +27,7 @@ if {![istarget "x86_64-*-linux*"] } {
run_ld_link_tests [list \
[list \
"Build pe-x86-64-1" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-1a.obj.bz2 pe-x86-64-1b.obj.bz2 pe-x86-64-1c.obj.bz2} \
@ -36,7 +36,7 @@ run_ld_link_tests [list \
] \
[list \
"Build pe-x86-64-2" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-2a.obj.bz2 pe-x86-64-2b.obj.bz2 pe-x86-64-2c.obj.bz2} \
@ -45,7 +45,7 @@ run_ld_link_tests [list \
] \
[list \
"Build pe-x86-64-3" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-3a.obj.bz2 pe-x86-64-3b.obj.bz2 pe-x86-64-3c.obj.bz2 \
@ -55,7 +55,7 @@ run_ld_link_tests [list \
] \
[list \
"Build pe-x86-64-4" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-4a.obj.bz2 pe-x86-64-4b.obj.bz2 pe-x86-64-4c.obj.bz2 \
@ -65,7 +65,7 @@ run_ld_link_tests [list \
] \
[list \
"Build pe-x86-64-5" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=begin -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-5.obj.bz2 } \
@ -75,7 +75,7 @@ run_ld_link_tests [list \
] \
[list \
"Build pe-x86-64-6" \
"-m elf_x86_64 --entry=main -z max-page-size=0x1000 -z separate-code" \
"-m elf_x86_64 --entry=main -z max-page-size=0x1000 -z separate-code --no-rosegment" \
"" \
"" \
{pe-x86-64-6.obj.bz2 } \

View File

@ -1,6 +1,6 @@
#source: pr19609-4.s
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64 -Ttext=0x70000000 -Tdata=0xa0000000 --no-relax -z max-page-size=0x1000 -z separate-code
#ld: -melf_x86_64 -Ttext=0x70000000 -Tdata=0xa0000000 --no-relax -z max-page-size=0x1000 -z separate-code --no-rosegment
#objdump: -dw
.*: +file format .*

View File

@ -1,6 +1,6 @@
#source: pr19609-6.s
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64 --defsym foobar=0x80000000 -z max-page-size=0x1000 -z separate-code
#ld: -melf_x86_64 --defsym foobar=0x80000000 -z max-page-size=0x1000 -z separate-code --no-rosegment
#objdump: -dw
.*: +file format .*

View File

@ -1,6 +1,6 @@
#source: pr19609-6.s
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64 --defsym foobar=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code
#ld: -melf_x86_64 --defsym foobar=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code --no-rosegment
#objdump: -dw
.*: +file format .*

View File

@ -1,6 +1,6 @@
#source: pr19609-7.s
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64 -Ttext=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code
#ld: -melf_x86_64 -Ttext=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code --no-rosegment
#objdump: -dw
.*: +file format .*

View File

@ -1,6 +1,6 @@
#source: pr19609-7.s
#as: --x32 -mrelax-relocations=yes
#ld: -melf32_x86_64 -Ttext=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code
#ld: -melf32_x86_64 -Ttext=0x80000000 --no-relax -z max-page-size=0x1000 -z separate-code --no-rosegment
#objdump: -dw
.*: +file format .*

View File

@ -2,7 +2,7 @@
#source: sframe-foo.s
#source: sframe-bar.s
#objdump: --sframe=.sframe
#ld: -shared
#ld: -shared --no-rosegment
#name: SFrame for plt0 and pltN
.*: +file format .*

View File

@ -2,7 +2,7 @@
#source: sframe-foo.s
#source: sframe-bar.s
#objdump: --sframe=.sframe
#ld: -shared
#ld: -shared --no-rosegment
#name: SFrame simple link
.*: +file format .*