diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc-22-i386.d')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-22-i386.d | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-22-i386.d b/ld/testsuite/ld-ifunc/ifunc-22-i386.d index c7ca811..36fcfc0 100644 --- a/ld/testsuite/ld-ifunc/ifunc-22-i386.d +++ b/ld/testsuite/ld-ifunc/ifunc-22-i386.d @@ -12,5 +12,11 @@ [ ]*[a-f0-9]+: 03 83 0c 00 00 00 add 0xc\(%ebx\),%eax [ ]*[a-f0-9]+: 8b 83 0c 00 00 00 mov 0xc\(%ebx\),%eax [ ]*[a-f0-9]+: 85 83 0c 00 00 00 test %eax,0xc\(%ebx\) -[ ]*[a-f0-9]+: 8d ([0-9a-f]{2} ){5}[ ]+lea[ ]+.* +[ ]*[a-f0-9]+: c7 c0 b5 80 04 08 mov \$0x80480b5,%eax + +0+80480b4 <foo>: +[ ]*[a-f0-9]+: c3 ret + +0+80480b5 <bar>: +[ ]*[a-f0-9]+: c3 ret #pass |