repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.stabs
/
ecoff.sed
blob
3411c294198d7ac05b91c47436b9180f1e0cdfc5
1
# GDB legitimately expects a file name.
2
1i\
3
.file 1 "weird.c"\
4
\ #@stabs\
5
\ #.stabs "weird.c",0x64,0,0,0
6
/^#/d
7
s/" *, */",/g
8
s/\([0-9]\) *, */\1,/g
9
s/ *$//
10
s/N_LSYM/0x80/
11
s/N_GSYM/0x20/
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
/.if/d
16
/.endif/d
17
s/\.stabs/ #.stabs/