diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index becd560..17a2e45 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-12-19 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-x86-64/x86-64.exp: Rename PR ld/22842 run-time + test to "Run pr22842". + 2018-12-14 H.J. Lu <hongjiu.lu@intel.com> PR ld/23900 diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index b51ad7c..75e2546 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -1587,7 +1587,7 @@ if { [isnative] && [which $CC] != 0 } { "$NOPIE_CFLAGS" \ ] \ [list \ - "Build pr22842" \ + "Run pr22842" \ "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \ "-Wa,-mx86-used-note=yes" \ { pr22842b.S } \ |