mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-20 04:09:40 +08:00
Pass $NOPIE_CFLAGS/$NOPIE_LDFLAGS to "Run pr19031"
PR ld/21090 * testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and $NOPIE_LDFLAGS to "Run pr19031".
This commit is contained in:
@ -1,7 +1,13 @@
|
|||||||
2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
|
2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/21090
|
PR ld/21090
|
||||||
* testsuite/ld-gc/gc.ex: Compile tmpdir/pr14265.o with
|
* testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
|
||||||
|
$NOPIE_LDFLAGS to "Run pr19031".
|
||||||
|
|
||||||
|
2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR ld/21090
|
||||||
|
* testsuite/ld-gc/gc.exp: Compile tmpdir/pr14265.o with
|
||||||
$NOPIE_CFLAGS.
|
$NOPIE_CFLAGS.
|
||||||
* testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
|
* testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
|
||||||
$NOPIE_LDFLAGS if non-PIE is required.
|
$NOPIE_LDFLAGS if non-PIE is required.
|
||||||
|
|||||||
@ -986,11 +986,12 @@ if { [isnative]
|
|||||||
] \
|
] \
|
||||||
[list \
|
[list \
|
||||||
"Run pr19031" \
|
"Run pr19031" \
|
||||||
"tmpdir/pr19031.so" \
|
"$NOPIE_LDFLAGS tmpdir/pr19031.so" \
|
||||||
"" \
|
"" \
|
||||||
{ pr19031b.S pr19031c.c } \
|
{ pr19031b.S pr19031c.c } \
|
||||||
"pr19031" \
|
"pr19031" \
|
||||||
"pr19031.out" \
|
"pr19031.out" \
|
||||||
|
"$NOPIE_CFLAGS" \
|
||||||
] \
|
] \
|
||||||
[list \
|
[list \
|
||||||
"Run got1" \
|
"Run got1" \
|
||||||
|
|||||||
Reference in New Issue
Block a user