Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / ecoff.sed
1 # GDB legitimately expects a file name.
2 1i\
3 .file 1 "weird.c"\
4 \ #@stabs\
5 \ #.stabs "weird.c",0x64,0,0,0
6 /^#/d
7 s/" *, */",/g
8 s/\([0-9]\) *, */\1,/g
9 s/ *$//
10 s/N_LSYM/0x80/
11 s/N_GSYM/0x20/
12 s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
13 s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
14 s/\.align_it/.align 2/
15 /.if/d
16 /.endif/d
17 s/\.stabs/ #.stabs/
This page took 0.031865 seconds and 4 git commands to generate.