Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / stabs1.s
CommitLineData
abcb776f
HPN
1 .stabs "/x/y/z/",100,0,2,Ltext0
2 .stabs "/blah/foo.c",100,0,2,Ltext0
3 .text
4Ltext0:
5 .global _xyzzy
6 .type _xyzzy, @function
7_xyzzy:
8 .stabd 46,0,0
9 .stabn 68,0,95,LM16-_xyzzy
10LM16:
11 .long 0
12 .stabn 68,0,96,LM17-_xyzzy
13LM17:
14 .long globsym1
15 .stabn 68,0,88,LM25-_xyzzy
16LM25:
17 .long 0
18 .size _xyzzy, .-_xyzzy
19 .stabn 192,0,0,_xyzzy-_xyzzy
20 .stabn 224,0,0,Lscope0-_xyzzy
21Lscope0:
22;# This is the stabs construct that was barfed upon; BFD for
23;# a.out expects it to be of two parts, like the construct at
24;# the top of this file.
25 .stabs "",100,0,0,Letext0
26Letext0:
This page took 0.488461 seconds and 4 git commands to generate.