diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-12-19 11:51:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-12-19 11:51:08 -0800 |
commit | fc999e8020ffe8e1136da70f275bceafaa62a588 (patch) | |
tree | a5e82410c129ce05ccd5ab4a498f7b1d174bca55 /ld | |
parent | 7406a50077773e78282a495cb32ef5b8179f6a33 (diff) | |
download | binutils-fc999e8020ffe8e1136da70f275bceafaa62a588.zip binutils-fc999e8020ffe8e1136da70f275bceafaa62a588.tar.gz binutils-fc999e8020ffe8e1136da70f275bceafaa62a588.tar.bz2 |
Rename PR ld/22842 run-time test to "Run pr22842"
* testsuite/ld-x86-64/x86-64.exp: Rename PR ld/22842 run-time
test to "Run pr22842".
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 } \ |