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.
This commit is contained in:
parent
9f4aec8d97
commit
62e2b91b9a
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue