diff options
Diffstat (limited to 'ld/testsuite/ld-i386/got1.dd')
-rw-r--r-- | ld/testsuite/ld-i386/got1.dd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-i386/got1.dd b/ld/testsuite/ld-i386/got1.dd index e6e82de..cfea36b 100644 --- a/ld/testsuite/ld-i386/got1.dd +++ b/ld/testsuite/ld-i386/got1.dd @@ -4,7 +4,7 @@ [ ]*[a-f0-9]+: [ a-f0-9]+ addr16 call [a-f0-9]+ <foo> [ ]*[a-f0-9]+: [ a-f0-9]+ call \*0x[a-f0-9]+ [ ]*[a-f0-9]+: [ a-f0-9]+ call \*0x[a-f0-9]+ -[ ]*[a-f0-9]+: [ a-f0-9]+ lea *0x[a-f0-9]+,%eax +[ ]*[a-f0-9]+: [ a-f0-9]+ mov *\$0x[a-f0-9]+,%eax [ ]*[a-f0-9]+: ff d0 call \*%eax [ ]*[a-f0-9]+: [ a-f0-9]+ mov *0x[a-f0-9]+,%eax [ ]*[a-f0-9]+: ff d0 call \*%eax @@ -12,7 +12,7 @@ [ ]*[a-f0-9]+: ff d0 call \*%eax [ ]*[a-f0-9]+: [ a-f0-9]+ call [a-f0-9]+ <__x86.get_pc_thunk.cx> [ ]*[a-f0-9]+: [ a-f0-9]+ add \$0x[a-f0-9]+,%ecx -[ ]*[a-f0-9]+: [ a-f0-9]+ lea *0x[a-f0-9]+,%ecx +[ ]*[a-f0-9]+: [ a-f0-9]+ mov *\$0x[a-f0-9]+,%ecx [ ]*[a-f0-9]+: ff d1 call \*%ecx [ ]*[a-f0-9]+: 83 ec 0c sub \$0xc,%esp [ ]*[a-f0-9]+: 6a 00 push \$0x0 |