* gdb.*/*.exp: Replace $prompt with $gdb_prompt.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / hppa.sed
CommitLineData
20fde16a
JL
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\
6Label0:
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 4/
15s/\.globl/.export/
16/^#/d
17/.if alpha/,/.endif alpha/d
18/.if/d
19/.endif/d
This page took 0.17672 seconds and 4 git commands to generate.