diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/dot.s | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8fb621a..9ce2de5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-03-23 Joseph Myers <joseph@codesourcery.com> + + * gas/macros/dot.s: Remove space in .byte operands. + 2010-03-22 Sebastian Pop <sebastian.pop@amd.com> Quentin Neill <quentin.neill@amd.com> diff --git a/gas/testsuite/gas/macros/dot.s b/gas/testsuite/gas/macros/dot.s index 1c9503b..e9c326d 100644 --- a/gas/testsuite/gas/macros/dot.s +++ b/gas/testsuite/gas/macros/dot.s @@ -2,12 +2,12 @@ .macro x.y.z val .align 4 - .byte val, val + .byte val,val .endm .macro .xyz val .align 8 - .byte val, val + .byte val,val .endm .macro .macro |