diff options
author | Alan Modra <amodra@gmail.com> | 2009-06-18 23:16:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-06-18 23:16:05 +0000 |
commit | 20764115b017633eed88557e285959cda7126994 (patch) | |
tree | 2c9d4bce8ebae64519351266df18a5cefa36c2b3 | |
parent | 3a21c15a776c549411131dbb9f26d4e0f9b87d57 (diff) | |
download | gdb-20764115b017633eed88557e285959cda7126994.zip gdb-20764115b017633eed88557e285959cda7126994.tar.gz gdb-20764115b017633eed88557e285959cda7126994.tar.bz2 |
* gas/cfi/cfi-common-7.s: Skip a multiple of four.
* gas/cfi/cfi-common-7.d: Adjust.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-common-7.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-common-7.s | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a71903f..bb40027 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-06-19 Alan Modra <amodra@bigpond.net.au> + + * gas/cfi/cfi-common-7.s: Skip a multiple of four. + * gas/cfi/cfi-common-7.d: Adjust. + 2009-06-18 Nick Clifton <nickc@redhat.com> PR 10169 diff --git a/gas/testsuite/gas/cfi/cfi-common-7.d b/gas/testsuite/gas/cfi/cfi-common-7.d index d222f62..3bb8549 100644 --- a/gas/testsuite/gas/cfi/cfi-common-7.d +++ b/gas/testsuite/gas/cfi/cfi-common-7.d @@ -14,9 +14,9 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop -00000014 000000(1c|20) 00000018 FDE cie=00000000 pc=.* +00000014 000000(18|1c|20) 00000018 FDE cie=00000000 pc=.* DW_CFA_advance_loc: 16 to .* DW_CFA_def_cfa: r0( \([er]ax\)|) ofs 16 - DW_CFA_advance_loc4: 75031 to .* + DW_CFA_advance_loc[24]: 75040 to .* DW_CFA_def_cfa: r0( \([er]ax\)|) ofs 64 #... diff --git a/gas/testsuite/gas/cfi/cfi-common-7.s b/gas/testsuite/gas/cfi/cfi-common-7.s index 02deee0..bcca603 100644 --- a/gas/testsuite/gas/cfi/cfi-common-7.s +++ b/gas/testsuite/gas/cfi/cfi-common-7.s @@ -1,6 +1,6 @@ .cfi_startproc simple .skip 16 .cfi_def_cfa 0, 16 - .skip 75031 + .skip 75040 .cfi_def_cfa 0, 64 .cfi_endproc |