This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Update testsuite/ld-x86-64/plt-main-bnd.dd


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


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