]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld/testsuite/
authorRoland McGrath <roland@gnu.org>
Tue, 22 May 2012 18:22:03 +0000 (18:22 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 22 May 2012 18:22:03 +0000 (18:22 +0000)
* 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.

ld/testsuite/ChangeLog
ld/testsuite/ld-x86-64/pr12570a.d
ld/testsuite/ld-x86-64/pr12570b.d
ld/testsuite/ld-x86-64/x86-64.exp

index d159063c6e6dd8484338d2f2b25e945a61e49640..b7890c2b7c6fc7565425b04a0298f82e30ff4be9 100644 (file)
@@ -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>
 
        * ld-elf/eh4.d: Skip x86_64-*-nacl*.
index 6105a74b03ccafe9d70dadacac1f73b7f0762503..1d79411482eb6487efebcf6249549f5fbe51ee83 100644 (file)
@@ -1,8 +1,8 @@
-#name: PR ld/12570
+#name: PR ld/12570 (PLT)
 #as: --64
 #ld: -melf_x86_64 -shared
 #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;.*
 #...
index d65f8da1f260d63acf6a03666f5c2d16832856c9..159aab414ae5f3875b95c67f6a82a2b64ba795ff 100644 (file)
@@ -1,9 +1,9 @@
-#name: PR ld/12570
+#name: PR ld/12570 (no PLT)
 #as: --64
 #ld: -melf_x86_64 -shared
 #readelf: -wf --wide
 
 #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;.*
 #...
index 409f52dc13dd0ebbb0fd5a696c70eae6f03aff54..7d2934f9b5213a53f0b8c11d33056e36430ae54e 100644 (file)
@@ -206,7 +206,6 @@ run_dump_test "discarded1"
 run_dump_test "pr12718"
 run_dump_test "pr12921"
 run_dump_test "pr13947"
-setup_xfail "x86_64-*-nacl*"
 run_dump_test "pr12570a"
 run_dump_test "pr12570b"