Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / stabs1.s
1 .stabs "/x/y/z/",100,0,2,Ltext0
2 .stabs "/blah/foo.c",100,0,2,Ltext0
3 .text
4 Ltext0:
5 .global _xyzzy
6 .type _xyzzy, @function
7 _xyzzy:
8 .stabd 46,0,0
9 .stabn 68,0,95,LM16-_xyzzy
10 LM16:
11 .long 0
12 .stabn 68,0,96,LM17-_xyzzy
13 LM17:
14 .long globsym1
15 .stabn 68,0,88,LM25-_xyzzy
16 LM25:
17 .long 0
18 .size _xyzzy, .-_xyzzy
19 .stabn 192,0,0,_xyzzy-_xyzzy
20 .stabn 224,0,0,Lscope0-_xyzzy
21 Lscope0:
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
26 Letext0:
This page took 0.030949 seconds and 4 git commands to generate.