forked from Imagelibrary/binutils-gdb
Add bnd-branch-1 test
* ld-x86-64/mpx.exp: Run bnd-branch-1. * ld-x86-64/bnd-branch-1.d: New file. * ld-x86-64/bnd-branch-1.s: Likewise.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2013-11-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-x86-64/mpx.exp: Run bnd-branch-1.
|
||||||
|
* ld-x86-64/bnd-branch-1.d: New file.
|
||||||
|
* ld-x86-64/bnd-branch-1.s: Likewise.
|
||||||
|
|
||||||
2013-11-20 H.J. Lu <hongjiu.lu@intel.com>
|
2013-11-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-x86-64/mpx.exp (build_tests): Add libmpx2a.a, libmpx2b.a
|
* ld-x86-64/mpx.exp (build_tests): Add libmpx2a.a, libmpx2b.a
|
||||||
|
|||||||
19
ld/testsuite/ld-x86-64/bnd-branch-1.d
Normal file
19
ld/testsuite/ld-x86-64/bnd-branch-1.d
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#as: --64
|
||||||
|
#ld: -shared -melf_x86_64
|
||||||
|
#objdump: -dw
|
||||||
|
|
||||||
|
.*: +file format .*
|
||||||
|
|
||||||
|
|
||||||
|
#...
|
||||||
|
Disassembly of section .text:
|
||||||
|
|
||||||
|
#...
|
||||||
|
[a-f0-9]+ <_start>:
|
||||||
|
[ ]*[a-f0-9]+: f2 e9 [a-f0-9]+ ff ff ff bnd jmpq [a-f0-9]+ <foo1@plt>
|
||||||
|
[ ]*[a-f0-9]+: e8 [a-f0-9]+ ff ff ff callq [a-f0-9]+ <foo2@plt>
|
||||||
|
[ ]*[a-f0-9]+: e9 [a-f0-9]+ ff ff ff jmpq [a-f0-9]+ <foo3@plt>
|
||||||
|
[ ]*[a-f0-9]+: e8 [a-f0-9]+ ff ff ff callq [a-f0-9]+ <foo4@plt>
|
||||||
|
[ ]*[a-f0-9]+: f2 e8 [a-f0-9]+ ff ff ff bnd callq [a-f0-9]+ <foo3@plt>
|
||||||
|
[ ]*[a-f0-9]+: e9 [a-f0-9]+ ff ff ff jmpq [a-f0-9]+ <foo4@plt>
|
||||||
|
#pass
|
||||||
9
ld/testsuite/ld-x86-64/bnd-branch-1.s
Normal file
9
ld/testsuite/ld-x86-64/bnd-branch-1.s
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.text
|
||||||
|
.globl _start
|
||||||
|
_start:
|
||||||
|
bnd jmp foo1@plt
|
||||||
|
call foo2@plt
|
||||||
|
jmp foo3@plt
|
||||||
|
call foo4@plt
|
||||||
|
bnd call foo3@plt
|
||||||
|
jmp foo4@plt
|
||||||
@@ -76,3 +76,5 @@ set run_tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run_ld_link_exec_tests [] $run_tests
|
run_ld_link_exec_tests [] $run_tests
|
||||||
|
|
||||||
|
run_dump_test "bnd-branch-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user