FIxing Sanitize problems found by Marilyn.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / aout.sed
CommitLineData
aad143dc
JK
1# GDB legitimately expects a file name.
2# The sun3 assembler bogusly requires that the value of this stab be a
3# label. Placate it.
41i\
5 .stabs "weird.c",0x64,0,0,Label0\
884e8cd4 6Label0:
aad143dc
JK
7#
8s/N_LSYM/0x80/
9s/N_GSYM/0x20/
10# Replace a single backslash with a doubled backslash
11/\.stabs/s/\\/\\\\/
12s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
13s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
14s/\.align_it/.align 2/
15/^#/d
16/.if alpha/,/.endif alpha/d
17/.if/d
18/.endif/d
This page took 0.22223 seconds and 4 git commands to generate.