From 103acc3caf47443f136a90cfc6306302087c33da Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 23 Mar 2010 16:00:54 +0000 Subject: [PATCH] * gas/macros/dot.s: Remove space in .byte operands. --- gas/testsuite/ChangeLog | 4 ++++ 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 8fb621aab6a..9ce2de5d1c5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-03-23 Joseph Myers + + * gas/macros/dot.s: Remove space in .byte operands. + 2010-03-22 Sebastian Pop Quentin Neill diff --git a/gas/testsuite/gas/macros/dot.s b/gas/testsuite/gas/macros/dot.s index 1c9503b0a75..e9c326d5c08 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 -- 2.30.2