* gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / ecoff.sed
CommitLineData
c906108c
SS
1# GDB legitimately expects a file name.
21i\
3 .file 1 "weird.c"\
4\ #@stabs\
5\ #.stabs "weird.c",0x64,0,0,0
6/^#/d
7s/" *, */",/g
8s/\([0-9]\) *, */\1,/g
9s/ *$//
10s/N_LSYM/0x80/
11s/N_GSYM/0x20/
12s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
13s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
14s/\.align_it/.align 2/
15/.if/d
16/.endif/d
17s/\.stabs/ #.stabs/
This page took 0.151949 seconds and 4 git commands to generate.