1 /* GDB legitimately expects a file name. */
2 /* The sun3 assembler bogusly requires that the value of this stab be a
4 .stabs "wierd.c",0x64,0,0,Label0
12 #define BEGIN_COMMON(name) .stabs name, N_BCOMM, 0, 0, 0
13 #define END_COMMON(name) .stabs name, N_ECOMM, 0, 0, 0
22 #define STAB(string,type,value) .stabs string,type,0,0,value
25 /* Stuff with backslashes needs to go here, since the aix assembler treats
28 STAB("sym92:\\ !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",N_LSYM,0)
29 STAB("type92:t92=\\ !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",N_LSYM,0)
30 STAB("attr92:G392=@\\ !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",N_GSYM, 0)