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] i386: Update IFUNC tests for PLT address


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=62e2b91b9ae508a9f875fb7f15c2173dbbfa6f25

commit 62e2b91b9ae508a9f875fb7f15c2173dbbfa6f25
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Feb 16 09:32:56 2018 -0800

    i386: Update IFUNC tests for PLT address
    
    i386 generates
    
     161:	e8 ea ff ff ff       	call   150 <*ABS*@plt>
    
    instead of
    
     1e1:	e8 ea ff ff ff       	callq  1d0 <*ABS*+0x1e0@plt>
    
    	* testsuite/ld-ifunc/ifunc-1-local-x86.d: Update PLT address
    	for i386.
    	* testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
    	* testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.

Diff:
---
 ld/ChangeLog                              | 6 ++++++
 ld/testsuite/ld-ifunc/ifunc-1-local-x86.d | 2 +-
 ld/testsuite/ld-ifunc/ifunc-1-x86.d       | 2 +-
 ld/testsuite/ld-ifunc/ifunc-3a-x86.d      | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index b4ab083..ecebefc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
+	* testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
+	* testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
+
+2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
 	* testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
 	* testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
diff --git a/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d b/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d
index 2459add..3c785d9 100644
--- a/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d
@@ -4,5 +4,5 @@
 #map: ifunc-1-local-x86.map
 
 #...
-[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x[0-9a-f]+@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[0-9a-f]+|)@plt>
 #pass
diff --git a/ld/testsuite/ld-ifunc/ifunc-1-x86.d b/ld/testsuite/ld-ifunc/ifunc-1-x86.d
index 54fcac3..4c5bb8d 100644
--- a/ld/testsuite/ld-ifunc/ifunc-1-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-1-x86.d
@@ -4,5 +4,5 @@
 #map: ifunc-1-x86.map
 
 #...
-[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x[0-9a-f]+@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[0-9a-f]+|)@plt>
 #pass
diff --git a/ld/testsuite/ld-ifunc/ifunc-3a-x86.d b/ld/testsuite/ld-ifunc/ifunc-3a-x86.d
index 400d07a..4954d65 100644
--- a/ld/testsuite/ld-ifunc/ifunc-3a-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-3a-x86.d
@@ -4,5 +4,5 @@
 #target: x86_64-*-* i?86-*-*
 
 #...
-[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*\+0x[0-9a-f]+@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x[0-9a-f]+|)@plt>
 #pass


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