aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-03-23 16:00:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2010-03-23 16:00:54 +0000
commit103acc3caf47443f136a90cfc6306302087c33da (patch)
treec91c76c51465db95cdb3fd3c13c01ca134fc4ff9 /gas
parentf66187fdfeacda6177f7f3949fb737683f873f7f (diff)
downloadfsf-binutils-gdb-103acc3caf47443f136a90cfc6306302087c33da.zip
fsf-binutils-gdb-103acc3caf47443f136a90cfc6306302087c33da.tar.gz
fsf-binutils-gdb-103acc3caf47443f136a90cfc6306302087c33da.tar.bz2
* gas/macros/dot.s: Remove space in .byte operands.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/macros/dot.s4
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