mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-06 00:18:01 +00:00
* ld-x86-64/plt-nacl.pd: Fix expected nop padding.
* ld-x86-64/tlsdesc-nacl.pd: Likewise.
This commit is contained in:
parent
4646d23b55
commit
838a716d66
@ -1,3 +1,8 @@
|
||||
2012-04-24 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* ld-x86-64/plt-nacl.pd: Fix expected nop padding.
|
||||
* ld-x86-64/tlsdesc-nacl.pd: Likewise.
|
||||
|
||||
2012-04-24 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR ld/13990
|
||||
|
@ -14,14 +14,15 @@ Disassembly of section .plt:
|
||||
+[0-9a-f]+: 41 83 e3 e0 and \$0xffffffe0,%r11d
|
||||
+[0-9a-f]+: 4d 01 fb add %r15,%r11
|
||||
+[0-9a-f]+: 41 ff e3 jmpq \*%r11
|
||||
+[0-9a-f]+: 2e 0f 1f 84 00 00 00 nopl %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 00 00 *
|
||||
+[0-9a-f]+: 66 90 xchg %ax,%ax
|
||||
|
||||
[0-9a-f]+ <fn1@plt>:
|
||||
+[0-9a-f]+: 4c 8b 1d ([0-9a-f]{2} ){4} * mov 0x[0-9a-f]+\(%rip\),%r11 +# [0-9a-f]+ <_GLOBAL_OFFSET_TABLE_\+0x18>
|
||||
|
@ -15,14 +15,15 @@ Disassembly of section .plt:
|
||||
+[0-9a-f]+: 41 83 e3 e0 and \$0xffffffe0,%r11d
|
||||
+[0-9a-f]+: 4d 01 fb add %r15,%r11
|
||||
+[0-9a-f]+: 41 ff e3 jmpq \*%r11
|
||||
+[0-9a-f]+: 2e 0f 1f 84 00 00 00 nopl %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 00 00 *
|
||||
+[0-9a-f]+: 66 90 xchg %ax,%ax
|
||||
|
||||
[0-9a-f]+ <.*@plt>:
|
||||
+[0-9a-f]+: ff 35 .. .. .. .. pushq 0x[0-9a-f]+\(%rip\) +# [0-9a-f]+ <_GLOBAL_OFFSET_TABLE_\+0x8>
|
||||
@ -30,11 +31,12 @@ Disassembly of section .plt:
|
||||
+[0-9a-f]+: 41 83 e3 e0 and \$0xffffffe0,%r11d
|
||||
+[0-9a-f]+: 4d 01 fb add %r15,%r11
|
||||
+[0-9a-f]+: 41 ff e3 jmpq \*%r11
|
||||
+[0-9a-f]+: 2e 0f 1f 84 00 00 00 nopl %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 66 66 66 66 2e data32 data32 data32 data32 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 0f 1f 84 00 00 00 00 *
|
||||
+[0-9a-f]+: 00 *
|
||||
+[0-9a-f]+: 66 66 2e 0f 1f 84 00 data32 nopw %cs:0x0\(%rax,%rax,1\)
|
||||
+[0-9a-f]+: 00 00 00 00 *
|
||||
+[0-9a-f]+: 66 90 xchg %ax,%ax
|
||||
|
Loading…
x
Reference in New Issue
Block a user