diff options
author | Alan Modra <amodra@gmail.com> | 2015-04-09 21:36:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-04-10 19:16:47 +0930 |
commit | 8d2ea2a80abad66250f2f4a1d38e3b8c796147f8 (patch) | |
tree | 556afca02e04ecd7cde4137f5915040476984198 /ld/testsuite/ld-x86-64/protected3.d | |
parent | 8d707a12ef51ba5f4c3c6a52532e903da7a56b8b (diff) | |
download | gdb-8d2ea2a80abad66250f2f4a1d38e3b8c796147f8.zip gdb-8d2ea2a80abad66250f2f4a1d38e3b8c796147f8.tar.gz gdb-8d2ea2a80abad66250f2f4a1d38e3b8c796147f8.tar.bz2 |
Revert "Add extern_protected_data and set it for x86"
This reverts commit ca3fe95e469b9daec153caa2c90665f5daaec2b5.
Diffstat (limited to 'ld/testsuite/ld-x86-64/protected3.d')
-rw-r--r-- | ld/testsuite/ld-x86-64/protected3.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/protected3.d b/ld/testsuite/ld-x86-64/protected3.d index d8f09da..22a36ac 100644 --- a/ld/testsuite/ld-x86-64/protected3.d +++ b/ld/testsuite/ld-x86-64/protected3.d @@ -8,7 +8,6 @@ Disassembly of section .text: 0+[a-f0-9]+ <bar>: -[ ]*[a-f0-9]+: 48 8b 05 ([0-9a-f]{2} ){4} * mov 0x[a-f0-9]+\(%rip\),%rax # [a-f0-9]+ <_DYNAMIC\+0x[a-f0-9]+> -[ ]*[a-f0-9]+: 8b 00 mov \(%rax\),%eax +[ ]*[a-f0-9]+: 8b 05 ([0-9a-f]{2} ){4} * mov 0x[a-f0-9]+\(%rip\),%eax # [a-f0-9]+ <foo> [ ]*[a-f0-9]+: c3 retq * #pass |