diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-12-31 19:42:44 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-12-31 19:42:44 -0800 |
commit | f01e6568a892beb841da00fcb18556fe75e74e39 (patch) | |
tree | e83bbc52ab08474a35b28e81803950fc4e10da8b /ld/testsuite | |
parent | 63f8d12d6c85f114ca12c0c00f7b78000be9251f (diff) | |
download | gdb-f01e6568a892beb841da00fcb18556fe75e74e39.zip gdb-f01e6568a892beb841da00fcb18556fe75e74e39.tar.gz gdb-f01e6568a892beb841da00fcb18556fe75e74e39.tar.bz2 |
ld-x86-64: Pass options to linker with "-Wl,"
* testsuite/ld-x86-64/x86-64.exp: Pass options to linker with
"-Wl,".
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index ba065c0..a36b77a 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1970,8 +1970,8 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with -z bndplt" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -Wl,-z,bndplt \ + -Wl,-z,noseparate-code,-z,max-page-size=0x200000" \ "-Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \ { plt-main5.c } \ {{objdump {-drw} plt-main-bnd.dd}} \ @@ -1980,8 +1980,9 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with PIE and -z bndplt" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie \ + -Wl,-z,bndplt,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \ { plt-main5.c } \ {{objdump {-drw} plt-main-bnd.dd}} \ @@ -1990,8 +1991,8 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with -z bndplt -z now" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -Wl,-z,bndplt \ + -Wl,-z,now,-z,noseparate-code,-z,max-page-size=0x200000" \ "-Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \ { plt-main5.c } \ {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \ @@ -2000,8 +2001,9 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with PIE and -z bndplt -z now" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie \ + -Wl,-z,bndplt,-z,now,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes $NOCF_PROTECTION_CFLAGS" \ { plt-main5.c } \ {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \ @@ -2097,8 +2099,8 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with -z ibtplt" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -Wl,-z,ibtplt \ + -Wl,-z,noseparate-code,-z,max-page-size=0x200000" \ "-Wa,-mx86-used-note=yes" \ { plt-main5.c } \ $pltdump \ @@ -2107,8 +2109,9 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with PIE and -z ibtplt" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie \ + -Wl,-z,ibtplt,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes" \ { plt-main5.c } \ $pltdump \ @@ -2117,8 +2120,8 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with -z ibtplt -z now" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -Wl,-z,ibtplt \ + -Wl,-z,now,-z,noseparate-code,-z,max-page-size=0x200000" \ "-Wa,-mx86-used-note=yes" \ { plt-main5.c } \ $pltsecdump \ @@ -2127,8 +2130,9 @@ if { [isnative] && [check_compiler_available] } { [list \ "Build plt-main with PIE and -z ibtplt -z now" \ "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \ - tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie \ - -z noseparate-code -z max-page-size=0x200000" \ + tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie \ + -Wl,-z,ibtplt,-z,now,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes" \ { plt-main5.c } \ $pltsecdump \ @@ -2136,8 +2140,8 @@ if { [isnative] && [check_compiler_available] } { ] \ [list \ "Build libibtplt-lib.so with -z ibtplt" \ - "-shared -z ibtplt \ - -z noseparate-code -z max-page-size=0x200000" \ + "-shared -Wl,-z,ibtplt,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes" \ { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \ $pltdump \ @@ -2145,8 +2149,8 @@ if { [isnative] && [check_compiler_available] } { ] \ [list \ "Build libibtplt--now-lib.so with -z ibtplt -z now" \ - "-shared -z ibtplt -z now \ - -z noseparate-code -z max-page-size=0x200000" \ + "-shared -Wl,-z,ibtplt,-z,now,-z,noseparate-code \ + -Wl,-z,max-page-size=0x200000" \ "-fPIC -Wa,-mx86-used-note=yes" \ { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \ $pltdump \ |