[binutils-gdb] Update testsuite/ld-x86-64/plt-main-bnd.dd
H.J.Lu
hjl@sourceware.org
Sun Aug 20 13:29:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7f3d21db922ae120961f4e8e2cba7b8a919817c9
commit 7f3d21db922ae120961f4e8e2cba7b8a919817c9
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sun Aug 20 06:25:52 2017 -0700
Update testsuite/ld-x86-64/plt-main-bnd.dd
2017-08-20 A. Wilcox <awilfox@adelielinux.org>
PR ld/21976
* testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
name.
Diff:
---
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f137ccd..ba576c2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-20 A. Wilcox <awilfox@adelielinux.org>
+
+ PR ld/21976
+ * testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
+ name.
+
2017-08-17 Nick Clifton <nickc@redhat.com>
* po/pt_BR.po: New Brazilian Portuguese translation.
diff --git a/ld/testsuite/ld-x86-64/plt-main-bnd.dd b/ld/testsuite/ld-x86-64/plt-main-bnd.dd
index 9e03dfd..c5ef1b3 100644
--- a/ld/testsuite/ld-x86-64/plt-main-bnd.dd
+++ b/ld/testsuite/ld-x86-64/plt-main-bnd.dd
@@ -1,7 +1,7 @@
#...
Disassembly of section .plt.got:
-[a-f0-9]+ <[a-z]+@plt>:
+[a-f0-9]+ <[a-z_]+@plt>:
[ ]*[a-f0-9]+: f2 ff 25 .. .. 20 00 bnd jmpq \*0x20....\(%rip\) # ...... <.*>
[ ]*[a-f0-9]+: 90 nop
#pass
More information about the Binutils-cvs
mailing list