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/testsuite | |
parent | 7406a50077773e78282a495cb32ef5b8179f6a33 (diff) | |
download | gdb-fc999e8020ffe8e1136da70f275bceafaa62a588.zip gdb-fc999e8020ffe8e1136da70f275bceafaa62a588.tar.gz gdb-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/testsuite')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } \ |