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 IFUNC tests for x32


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

commit b27ab9ad1c2633a5accad578d43883c8622a1ca1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Feb 17 13:05:06 2016 -0800

    Update IFUNC tests for x32
    
    	* 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:
---
 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 e8d0c37..dbaf837 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -2,6 +2,12 @@
 
 	* 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.
+
+2016-02-17  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-2-local-x86-64.d: Likewise.
 	* testsuite/ld-ifunc/ifunc-2-x86-64.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 fa7adea..00bc474 100644
--- a/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d
@@ -3,5 +3,5 @@
 #target: x86_64-*-* i?86-*-*
 
 #...
-[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x170|\+0x1e0|)@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x160|\+0x170|\+0x1e0|)@plt>
 #pass
diff --git a/ld/testsuite/ld-ifunc/ifunc-1-x86.d b/ld/testsuite/ld-ifunc/ifunc-1-x86.d
index 338d2ae..f9dee1b 100644
--- a/ld/testsuite/ld-ifunc/ifunc-1-x86.d
+++ b/ld/testsuite/ld-ifunc/ifunc-1-x86.d
@@ -3,5 +3,5 @@
 #target: x86_64-*-* i?86-*-*
 
 #...
-[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x190|\+0x210|)@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x170|\+0x190|\+0x210|)@plt>
 #pass
diff --git a/ld/testsuite/ld-ifunc/ifunc-3a-x86.d b/ld/testsuite/ld-ifunc/ifunc-3a-x86.d
index e79451c..4a88e4b 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\*(\+0x1b0|\+0x220|\+0x1a0|)@plt>
+[ \t0-9a-f]+:[ \t0-9a-f]+call[ \t0-9a-fq]+<\*ABS\*(\+0x190|\+0x1a0|\+0x1b0|\+0x220|)@plt>
 #pass


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