diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/config/hppa.sed | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index df1c213..74feea2 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * config/hppa.sed: Fix spelling. + 2009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * binutils-all/localize-hidden-1.s: Change .equ to .set. diff --git a/binutils/testsuite/config/hppa.sed b/binutils/testsuite/config/hppa.sed index d8607d8..5b1b808 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 assebmlers.// +s/# Fix the definition of common_symbol to be correct for the PA assemblers.// s/ \.comm common_symbol,4/common_symbol .comm 4/ |