diff options
Diffstat (limited to 'binutils/testsuite/config/hppa.sed')
-rw-r--r-- | binutils/testsuite/config/hppa.sed | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/config/hppa.sed b/binutils/testsuite/config/hppa.sed index 5b1b808..f21c422 100644 --- a/binutils/testsuite/config/hppa.sed +++ b/binutils/testsuite/config/hppa.sed @@ -1,4 +1,4 @@ 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 the definition of common_symbol to be correct for the PA assemblers.// -s/ \.comm common_symbol,4/common_symbol .comm 4/ +s/# Fix .comm syntax to be correct for the PA assemblers.// +s/^[ ]*\.comm \([^,]*\),\(.*\)/\1 .comm \2/ |