2010-10-18 Kai Tietz <kaI.tietz@onevision.com>
* gas/i386/disp32.d: Adjust initial symbol check. * gas/i386/x86-64-disp32.d: Likewise.
This commit is contained in:
parent
5bc2f5be52
commit
9dc9b05c80
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-18 Kai Tietz <kaI.tietz@onevision.com>
|
||||
|
||||
* gas/i386/disp32.d: Adjust initial symbol check.
|
||||
* gas/i386/x86-64-disp32.d: Likewise.
|
||||
|
||||
2010-10-18 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* gas/mips/ld.d: Spell out section offsets and addends
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Disassembly of section .text:
|
||||
|
||||
0+ <foo-0x10>:
|
||||
0+ <.*>:
|
||||
[ ]*[a-f0-9]+: 8b 58 03 mov 0x3\(%eax\),%ebx
|
||||
[ ]*[a-f0-9]+: 8b 98 03 00 00 00 mov 0x3\(%eax\),%ebx
|
||||
[ ]*[a-f0-9]+: eb 05 jmp 10 <foo>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Disassembly of section .text:
|
||||
|
||||
0+ <foo-0x10>:
|
||||
0+ <.*>:
|
||||
[ ]*[a-f0-9]+: 8b 58 03 mov 0x3\(%rax\),%ebx
|
||||
[ ]*[a-f0-9]+: 8b 98 03 00 00 00 mov 0x3\(%rax\),%ebx
|
||||
[ ]*[a-f0-9]+: eb 05 jmp 10 <foo>
|
||||
|
|
Loading…
Reference in a new issue