Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/binutils/testsuite/config/hppa.sed
2023-03-06 14:48:14 +01:00

4 lines
241 B
Sed

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/