diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-24 15:36:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-24 15:36:33 +0000 |
commit | 16224acd5cc40286a5e9b95704481a36b36fe6bd (patch) | |
tree | f2af1418953da01536878b73cb1802cabbe05aa4 /gas | |
parent | e77c107eddcbad571edf47ecf1d3e3632013236c (diff) | |
download | gdb-16224acd5cc40286a5e9b95704481a36b36fe6bd.zip gdb-16224acd5cc40286a5e9b95704481a36b36fe6bd.tar.gz gdb-16224acd5cc40286a5e9b95704481a36b36fe6bd.tar.bz2 |
* gas/lns/lns-big-delta.s: Add nops.
* gas/lns/lns-big-delta.d: Update.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/lns/lns-big-delta.d | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/lns/lns-big-delta.s | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7c393b8..13a6344 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-25 Alan Modra <amodra@gmail.com> + + * gas/lns/lns-big-delta.s: Add nops. + * gas/lns/lns-big-delta.d: Update. + 2012-05-19 Alan Modra <amodra@gmail.com> * gas/tic6x/unwind-1.d: Update for readelf changes. diff --git a/gas/testsuite/gas/lns/lns-big-delta.d b/gas/testsuite/gas/lns/lns-big-delta.d index 58ed7e0..43b48d8 100644 --- a/gas/testsuite/gas/lns/lns-big-delta.d +++ b/gas/testsuite/gas/lns/lns-big-delta.d @@ -4,11 +4,14 @@ Raw dump of debug contents of section \.debug_line: #... Line Number Statements: - Extended opcode 2: set Address to .* + Extended opcode 2: set Address to 0x0 Copy Advance Line by 1 to 2 - Extended opcode 2: set Address to .* + Advance PC by fixed size amount 0 to 0x0 Copy - Advance PC by fixed size amount 0 to .* + Advance Line by 1 to 3 + Extended opcode 2: set Address to 0x124fc + Copy + Advance PC by fixed size amount 4 to 0x12500 Extended opcode 1: End of Sequence #pass diff --git a/gas/testsuite/gas/lns/lns-big-delta.s b/gas/testsuite/gas/lns/lns-big-delta.s index a959748..40a7dd2 100644 --- a/gas/testsuite/gas/lns/lns-big-delta.s +++ b/gas/testsuite/gas/lns/lns-big-delta.s @@ -1,5 +1,9 @@ .file 1 "foo.c" .loc 1 1 0 .loc 1 2 0 + nop + nop .space 75000 .loc 1 3 0 + nop + nop |