Sign in
gnu
/
binutils-gdb
/
ae66a8f19ef6bf2dc7369cf26073f34ddf7c175b
/
.
/
binutils
/
testsuite
/
config
/
hppa.sed
blob: f21c42237eaa4bc61bc588bd8090ebd5a235c6c7 [
file
] [
log
] [
blame
]
s
/#
Old
OSF sed blows up
if
you have a sed command starting
with
"#"
//
s
/#
Avoid
it
by
putting the comments within real sed commands
.
//
s
/#
Fix
.
comm syntax to be correct
for
the PA assemblers
.
//
s
/^[
]*
\.comm \(
[^,]*
\)
,
\(
.*
\)
/
\1
.
comm \2
/