This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed, PATCH] Update testsuite/ld-x86-64/plt-main-bnd.dd


	PR ld/21976
	* testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
	name.
---
 ld/ChangeLog                           | 5 +++++
 ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index f137ccd7ab..2488cb9376 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-20  A. Wilcox  <awilfox@adelielinux.org>
+
+	* 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 9e03dfdc9d..c5ef1b300a 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
-- 
2.13.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]