From 16224acd5cc40286a5e9b95704481a36b36fe6bd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 24 May 2012 15:36:33 +0000 Subject: [PATCH] * gas/lns/lns-big-delta.s: Add nops. * gas/lns/lns-big-delta.d: Update. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/lns/lns-big-delta.d | 9 ++++++--- 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 + + * gas/lns/lns-big-delta.s: Add nops. + * gas/lns/lns-big-delta.d: Update. + 2012-05-19 Alan Modra * 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 -- 2.7.4