Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / lns / lns-diag-1.s
1 .file 1 "foo.c"
2 .file 0 "bar.c"
3 .file 2 baz.c
4 .file 1 "bar.c"
5
6 .loc 1 1
7 .loc 1 2 3
8 .loc 3 1
9 .loc 1 1 1 1
10
11 .loc 1 1 basic_block
12 .loc 1 1 basic_block 0
13 .loc 1 1 prologue_end
14 .loc 1 1 epilogue_begin
15
16 .loc 1 1 1 is_stmt 0
17 .loc 1 1 1 is_stmt 1
18 .loc 1 1 1 is_stmt 2
19 .loc 1 1 1 is_stmt foo
20
21 .loc 1 1 isa 1
22 .loc 1 1 isa 2
23 .loc 1 1 isa -1
24 .loc 1 1 isa 0
25
26 .loc frobnitz
27 .loc 1 frobnitz
28 .loc 1 1 frobnitz
29 .loc 1 1 1 frobnitz
This page took 0.030607 seconds and 4 git commands to generate.