diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-04 14:57:12 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-04 16:11:19 +0930 |
commit | e2c8dab6ae8654a928ab9364d5090781a4a6f62f (patch) | |
tree | 9874a5e68d410fc356b47ef4e1ff4380c66b6ff0 /ld/testsuite/ld-x86-64 | |
parent | a0c0ad56704002e6438bdd077378de8d8cc1e1a9 (diff) | |
download | gdb-e2c8dab6ae8654a928ab9364d5090781a4a6f62f.zip gdb-e2c8dab6ae8654a928ab9364d5090781a4a6f62f.tar.gz gdb-e2c8dab6ae8654a928ab9364d5090781a4a6f62f.tar.bz2 |
tcl global directive outside proc body does nothing (ld)
* testsuite/config/default.exp: Remove global directive outside
proc body.
* testsuite/ld-bootstrap/bootstrap.exp: Likewise.
* testsuite/ld-elf/compress.exp: Likewise.
* testsuite/ld-elf/elf.exp: Likewise.
* testsuite/ld-elf/exclude.exp: Likewise.
* testsuite/ld-elf/frame.exp: Likewise.
* testsuite/ld-elf/indirect.exp: Likewise.
* testsuite/ld-elf/linux-x86.exp: Likewise.
* testsuite/ld-elf/shared.exp: Likewise.
* testsuite/ld-elf/tls.exp: Likewise.
* testsuite/ld-elf/tls_common.exp: Likewise.
* testsuite/ld-elfcomm/elfcomm.exp: Likewise.
* testsuite/ld-elfweak/elfweak.exp: Likewise.
* testsuite/ld-frv/fdpic.exp: Likewise.
* testsuite/ld-frv/tls.exp: Likewise.
* testsuite/ld-gc/gc.exp: Likewise.
* testsuite/ld-i386/i386.exp: Likewise.
* testsuite/ld-i386/no-plt.exp: Likewise.
* testsuite/ld-ifunc/ifunc.exp: Likewise.
* testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
* testsuite/ld-nios2/nios2.exp: Likewise.
* testsuite/ld-plugin/lto.exp: Likewise.
* testsuite/ld-plugin/plugin.exp: Likewise.
* testsuite/ld-powerpc/export-class.exp: Likewise.
* testsuite/ld-scripts/align.exp: Likewise.
* testsuite/ld-scripts/crossref.exp: Likewise.
* testsuite/ld-scripts/defined.exp: Likewise.
* testsuite/ld-scripts/overlay-size.exp: Likewise.
* testsuite/ld-scripts/provide.exp: Likewise.
* testsuite/ld-scripts/weak.exp: Likewise.
* testsuite/ld-selective/selective.exp: Likewise.
* testsuite/ld-sh/rd-sh.exp: Likewise.
* testsuite/ld-size/size.exp: Likewise.
* testsuite/ld-srec/srec.exp: Likewise.
* testsuite/ld-x86-64/mpx.exp: Likewise.
* testsuite/ld-x86-64/no-plt.exp: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-x86-64')
-rw-r--r-- | ld/testsuite/ld-x86-64/mpx.exp | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/no-plt.exp | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 13 |
3 files changed, 0 insertions, 19 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx.exp b/ld/testsuite/ld-x86-64/mpx.exp index 4cc5ed4..3a0f4b1 100644 --- a/ld/testsuite/ld-x86-64/mpx.exp +++ b/ld/testsuite/ld-x86-64/mpx.exp @@ -36,9 +36,6 @@ if { ![check_compiler_available] } { return } -# Add $PLT_CFLAGS if PLT is expected. -global PLT_CFLAGS - run_cc_link_tests [list \ [list \ "Build libmpx1a.a" \ diff --git a/ld/testsuite/ld-x86-64/no-plt.exp b/ld/testsuite/ld-x86-64/no-plt.exp index 4f8371c..8a1667b 100644 --- a/ld/testsuite/ld-x86-64/no-plt.exp +++ b/ld/testsuite/ld-x86-64/no-plt.exp @@ -39,9 +39,6 @@ if { ![check_compiler_available] } { return } -# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required. -global NOPIE_CFLAGS NOPIE_LDFLAGS - run_cc_link_tests [list \ [list \ "Build no-plt-func1.o no-plt-main1.o" \ diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index cc2c6cc..fd8fd34 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -34,7 +34,6 @@ if [istarget "*-*-nacl*"] { set emul "elf_x86_64" } -global ASFLAGS set saved_ASFLAGS "$ASFLAGS" set ASFLAGS "$ASFLAGS -mx86-used-note=no" @@ -265,9 +264,6 @@ if [istarget "*-*-nacl*"] { run_ld_link_tests $x86_64tests -global link_output -global ld - set test_name "Mixed x86_64 and i386 input test 1" set test mixed1 if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } { @@ -742,14 +738,6 @@ proc undefined_weak {cflags ldflags} { } } -# Add $PLT_CFLAGS if PLT is expected. -global PLT_CFLAGS -# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required. -global NOPIE_CFLAGS NOPIE_LDFLAGS -# Add $NOCF_PROTECTION_CFLAGS if -fcf-protection=none is required. -global NOCF_PROTECTION_CFLAGS -global NOSANTIZE_CFLAGS - # Must be native with the C compiler if { [isnative] && [check_compiler_available] } { run_cc_link_tests [list \ @@ -2148,7 +2136,6 @@ run_ld_link_tests [list \ ] # Linux only tests -global LD_CLASS if { "$LD_CLASS" == "64bit" } then { # This test needs 64-bit linker. run_dump_test "pr17618" |