mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Run PR ld/21481 tests only if IFUNC is supported
PR ld/21481 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests only if IFUNC is supported by run-time.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2017-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/21481
|
||||
* testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests only
|
||||
if IFUNC is supported by run-time.
|
||||
|
||||
2017-05-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* plugin.c: Rename occurrences of non_ir_ref.
|
||||
|
@ -1221,6 +1221,24 @@ if { [isnative] && [which $CC] != 0 } {
|
||||
"pr19784b" \
|
||||
"pass.out" \
|
||||
] \
|
||||
[list \
|
||||
"Run pr21481a" \
|
||||
"$NOPIE_LDFLAGS -Wl,-z,bndplt" \
|
||||
"" \
|
||||
{ pr21481a.c pr21481b.S } \
|
||||
"pr21481a" \
|
||||
"pass.out" \
|
||||
"$NOPIE_CFLAGS" \
|
||||
] \
|
||||
[list \
|
||||
"Run pr21481b" \
|
||||
"$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
|
||||
"" \
|
||||
{ pr21481a.c pr21481b.S } \
|
||||
"pr21481b" \
|
||||
"pass.out" \
|
||||
"$NOPIE_CFLAGS" \
|
||||
] \
|
||||
]
|
||||
}
|
||||
|
||||
@ -1317,24 +1335,6 @@ if { [isnative] && [which $CC] != 0 } {
|
||||
"pr20800" \
|
||||
"pass.out" \
|
||||
] \
|
||||
[list \
|
||||
"Run pr21481a" \
|
||||
"$NOPIE_LDFLAGS -Wl,-z,bndplt" \
|
||||
"" \
|
||||
{ pr21481a.c pr21481b.S } \
|
||||
"pr21481a" \
|
||||
"pass.out" \
|
||||
"$NOPIE_CFLAGS" \
|
||||
] \
|
||||
[list \
|
||||
"Run pr21481b" \
|
||||
"$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
|
||||
"" \
|
||||
{ pr21481a.c pr21481b.S } \
|
||||
"pr21481b" \
|
||||
"pass.out" \
|
||||
"$NOPIE_CFLAGS" \
|
||||
] \
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user