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/
18