diff options
author | Roland McGrath <roland@gnu.org> | 2012-05-22 18:42:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-05-22 18:42:37 +0000 |
commit | dfc8a1a28522a59bb4d3fc39a843b32469c6f7d5 (patch) | |
tree | 6e5c4105c8d32c7cbcf0959c9da6e18323a93261 | |
parent | ec44c212dfc93dec3fb93bdd0c0c8852bb7cb538 (diff) | |
download | gdb-dfc8a1a28522a59bb4d3fc39a843b32469c6f7d5.zip gdb-dfc8a1a28522a59bb4d3fc39a843b32469c6f7d5.tar.gz gdb-dfc8a1a28522a59bb4d3fc39a843b32469c6f7d5.tar.bz2 |
ld/testsuite/
* ld-elf/eh4.d: Revert last change.
Loosen CFI-matching regexps so they match x86_64-*-nacl* variant too.
-rw-r--r-- | ld/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/eh4.d | 17 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b7890c2..75b2089 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2012-05-22 Roland McGrath <mcgrathr@google.com> + * ld-elf/eh4.d: Revert last change. + Loosen CFI-matching regexps so they match x86_64-*-nacl* variant too. + * 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. diff --git a/ld/testsuite/ld-elf/eh4.d b/ld/testsuite/ld-elf/eh4.d index a708efd..29f418f 100644 --- a/ld/testsuite/ld-elf/eh4.d +++ b/ld/testsuite/ld-elf/eh4.d @@ -3,7 +3,7 @@ #as: --64 #ld: -melf_x86_64 -shared -Ttext 0x400 #readelf: -wf -#notarget: x86_64-*-linux-gnux32 x86_64-*-nacl* +#notarget: x86_64-*-linux-gnux32 #target: x86_64-*-* Contents of the .eh_frame section: @@ -29,17 +29,14 @@ Contents of the .eh_frame section: DW_CFA_set_loc: 00000417 DW_CFA_def_cfa_offset: 80 -00000048 00000024 0000004c FDE cie=00000000 pc=00000240..00000260 +00000048 00000024 0000004c FDE cie=00000000 pc=[0-9a-f]+\.\.[0-9a-f]+ DW_CFA_def_cfa_offset: 16 - DW_CFA_advance_loc: 6 to 00000246 + DW_CFA_advance_loc: [0-9a-f]+ to [0-9a-f]+ DW_CFA_def_cfa_offset: 24 - DW_CFA_advance_loc: 10 to 00000250 - 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_nop - DW_CFA_nop - DW_CFA_nop + DW_CFA_advance_loc: [0-9a-f]+ to [0-9a-f]+ + DW_CFA_def_cfa_expression \(DW_OP_breg7 \(rsp\): 8; DW_OP_breg16 \(rip\): 0;.* DW_CFA_nop +#... -00000070 ZERO terminator +[0-9a-f]+ ZERO terminator #pass - |