* gdb.*/*.exp: Replace $prompt with $gdb_prompt.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / aout.sed
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.
4 1i\
5 .stabs "weird.c",0x64,0,0,Label0\
6 Label0:
7 #
8 s/N_LSYM/0x80/
9 s/N_GSYM/0x20/
10 # Replace a single backslash with a doubled backslash
11 /\.stabs/s/\\/\\\\/
12 s/\.begin_common\(.*\)/.stabs \1,0xe2,0,0,0/
13 s/\.end_common\(.*\)/.stabs \1,0xe4,0,0,0/
14 s/\.align_it/.align 2/
15 /^#/d
16 /.if alpha/,/.endif alpha/d
17 /.if/d
18 /.endif/d
This page took 0.029244 seconds and 4 git commands to generate.