diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-21 18:42:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-21 18:42:09 +0000 |
commit | d2f661bd1883f89a0144e7e34eb0530b0a8e2aec (patch) | |
tree | f34283e6f1ac1b2219558bcc7c8f6a26563f9b4b /gas/testsuite | |
parent | 95074dc36212e0530c4fa41b8b57fe308affb353 (diff) | |
download | gdb-d2f661bd1883f89a0144e7e34eb0530b0a8e2aec.zip gdb-d2f661bd1883f89a0144e7e34eb0530b0a8e2aec.tar.gz gdb-d2f661bd1883f89a0144e7e34eb0530b0a8e2aec.tar.bz2 |
* gasp/pl3.out: Update for changes in commented source output when
LOCAL is used.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gasp/pl3.out | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/gas/testsuite/gasp/pl3.out b/gas/testsuite/gasp/pl3.out index 2db7a32..066194c 100644 --- a/gas/testsuite/gasp/pl3.out +++ b/gas/testsuite/gasp/pl3.out @@ -9,16 +9,16 @@ ! ! foo "An example" -! LOCAL lab1, lab2 -!lab1: DATA.L lab2 +! +!LL0001: DATA.L LL0002 LL0001: .long LL0002 -!lab2: SDATA "An example" +!LL0002: SDATA "An example" LL0002: .byte 65,110,32,101,120,97,109,112,108,101 ! foo "using LOCAL" -! LOCAL lab1, lab2 -!lab1: DATA.L lab2 +! +!LL0003: DATA.L LL0004 LL0003: .long LL0004 -!lab2: SDATA "using LOCAL" +!LL0004: SDATA "using LOCAL" LL0004: .byte 117,115,105,110,103,32,76,79,67,65,76 ! @@ -40,42 +40,42 @@ LL0004: .byte 117,115,105,110,103,32,76,79,67,65,76 ! ! chk_err 5 -! LOCAL skip -! LOCAL zap,dog,barf -!barf: cmp ax,5 +! +! +!LL0008: cmp ax,5 LL0008: cmp ax,5 ! -! jle skip +! jle LL0005 jle LL0005 -!skip: call error +!LL0005: call error LL0005: call error -! foo dog -! LOCAL lab1, lab2 -!lab1: DATA.L lab2 +! foo LL0007 +! +!LL0009: DATA.L LL000a LL0009: .long LL000a -!lab2: SDATA dog +!LL000a: SDATA LL0007 LL000a: .byte 76,76,48,48,48,55 -! zap dog +! LL0006 LL0007 LL0006 LL0007 ! nop nop ! chk_err 10 -! LOCAL skip -! LOCAL zap,dog,barf -!barf: cmp ax,10 +! +! +!LL000e: cmp ax,10 LL000e: cmp ax,10 ! -! jle skip +! jle LL000b jle LL000b -!skip: call error +!LL000b: call error LL000b: call error -! foo dog -! LOCAL lab1, lab2 -!lab1: DATA.L lab2 +! foo LL000d +! +!LL000f: DATA.L LL0010 LL000f: .long LL0010 -!lab2: SDATA dog +!LL0010: SDATA LL000d LL0010: .byte 76,76,48,48,48,100 -! zap dog +! LL000c LL000d LL000c LL000d ! nop nop |