* configure, testsuite/configure, testsuite/gdb.base/configure,
[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 # Remove whitespace from various places.
8 s/" *, */",/g
9 s/\([0-9]\) *, */\1,/g
10 s/ *$//
11 #
12 s/N_LSYM/0x80/
13 s/N_GSYM/0x20/
14 s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
15 s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
16 s/\.align_it/.align 2/
17 /.if/d
18 /.endif/d
This page took 0.029454 seconds and 4 git commands to generate.