diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/x86-64.exp')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index 662d349..232c9df 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1585,69 +1585,6 @@ if { [isnative] && [check_compiler_available] } { "property-3-static" "pass.out" \ ] \ [list \ - "Run property 3" \ - "" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-stack.S property-x86-1.S} \ - "property-3" "pass.out" \ - ] \ - [list \ - "Run property 3 (PIE)" \ - "-pie" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-x86-1.S property-stack.S} \ - "property-3-pie" "pass.out" "-fPIE" \ - ] \ - [list \ - "Run property 3 (static)" \ - "-static" \ - "-Wa,-mx86-used-note=yes" \ - {property-x86-1.S pass.c property-stack.S} \ - "property-3-static" "pass.out" \ - ] \ - [list \ - "Run property 4" \ - "" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-stack.S property-x86-1.S property-x86-2.S} \ - "property-4" "pass.out" \ - ] \ - [list \ - "Run property 4 (PIE)" \ - "-pie" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-x86-2.S property-x86-1.S property-stack.S} \ - "property-4-pie" "pass.out" "-fPIE" \ - ] \ - [list \ - "Run property 4 (static)" \ - "-static" \ - "-Wa,-mx86-used-note=yes" \ - {property-x86-2.S property-x86-1.S pass.c property-stack.S} \ - "property-4-static" "pass.out" \ - ] \ - [list \ - "Run property 5" \ - "-Wl,-z,stack-size=0x900000" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-stack.S property-x86-1.S property-x86-2.S} \ - "property-5" "pass.out" \ - ] \ - [list \ - "Run property 5 (PIE)" \ - "-pie -Wl,-z,stack-size=0x900000" \ - "-Wa,-mx86-used-note=yes" \ - {pass.c property-x86-2.S property-x86-1.S property-stack.S} \ - "property-5-pie" "pass.out" "-fPIE" \ - ] \ - [list \ - "Run property 5 (static)" \ - "-static -Wl,-z,stack-size=0x900000" \ - "-Wa,-mx86-used-note=yes" \ - {property-x86-2.S property-x86-1.S pass.c property-stack.S} \ - "property-5-static" "pass.out" \ - ] \ - [list \ "Run pr22001-1a (PIC 1)" \ "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \ "-Wa,-mx86-used-note=yes" \ |