mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
ld/testsuite/
* ld-x86-64/pr12570a.d (name): Distinguish it from pr12570b.d case. Loosen CFI-matching regexp so it matches x86_64-*-nacl* variant too. * ld-x86-64/pr12570b.d: Likewise. * ld-x86-64/x86-64.exp: Revert last change.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2012-05-22 Roland McGrath <mcgrathr@google.com>
|
||||||
|
|
||||||
|
* ld-x86-64/pr12570a.d (name): Distinguish it from pr12570b.d case.
|
||||||
|
Loosen CFI-matching regexp so it matches x86_64-*-nacl* variant too.
|
||||||
|
* ld-x86-64/pr12570b.d: Likewise.
|
||||||
|
* ld-x86-64/x86-64.exp: Revert last change.
|
||||||
|
|
||||||
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-elf/eh4.d: Skip x86_64-*-nacl*.
|
* ld-elf/eh4.d: Skip x86_64-*-nacl*.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#name: PR ld/12570
|
#name: PR ld/12570 (PLT)
|
||||||
#as: --64
|
#as: --64
|
||||||
#ld: -melf_x86_64 -shared
|
#ld: -melf_x86_64 -shared
|
||||||
#readelf: -wf --wide
|
#readelf: -wf --wide
|
||||||
|
|
||||||
#...
|
#...
|
||||||
DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit3; DW_OP_shl; DW_OP_plus\)
|
DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0;.*
|
||||||
#...
|
#...
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#name: PR ld/12570
|
#name: PR ld/12570 (no PLT)
|
||||||
#as: --64
|
#as: --64
|
||||||
#ld: -melf_x86_64 -shared
|
#ld: -melf_x86_64 -shared
|
||||||
#readelf: -wf --wide
|
#readelf: -wf --wide
|
||||||
|
|
||||||
#failif
|
#failif
|
||||||
#...
|
#...
|
||||||
DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit3; DW_OP_shl; DW_OP_plus\)
|
DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0;.*
|
||||||
#...
|
#...
|
||||||
|
@ -206,7 +206,6 @@ run_dump_test "discarded1"
|
|||||||
run_dump_test "pr12718"
|
run_dump_test "pr12718"
|
||||||
run_dump_test "pr12921"
|
run_dump_test "pr12921"
|
||||||
run_dump_test "pr13947"
|
run_dump_test "pr13947"
|
||||||
setup_xfail "x86_64-*-nacl*"
|
|
||||||
run_dump_test "pr12570a"
|
run_dump_test "pr12570a"
|
||||||
run_dump_test "pr12570b"
|
run_dump_test "pr12570b"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user