]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.stabs/ecoff.sed
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.stabs / ecoff.sed
CommitLineData
68702ea3
JK
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
7# Remove whitespace from various places.
8s/" *, */",/g
9s/\([0-9]\) *, */\1,/g
10s/ *$//
11#
12s/N_LSYM/0x80/
13s/N_GSYM/0x20/
14s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
15s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
16s/\.align_it/.align 2/
17/.if/d
18/.endif/d