This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove a tab in gas/i386/att-regs.s


I am checking to remove a tab in gas/i386/att-regs.s.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 6691)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gas/i386/att-regs.s: Remove a tab.
+
 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
 
 	* gas/bfin/expected_comparison_errors.s: Add more cases.
Index: gas/i386/att-regs.s
===================================================================
--- gas/i386/att-regs.s	(revision 6668)
+++ gas/i386/att-regs.s	(working copy)
@@ -16,7 +16,7 @@
 	mov	dr0, ax			; add	al, (bx,si)
 	mov	tr0, ax			; add	al, (bx,si)
 	mov	mm0, ax			; add	al, (bx,si)
-	mov	xmm0, ax			; add	al, (bx,si)
+	mov	xmm0, ax		; add	al, (bx,si)
 
 	.arch generic32
 	.code32


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]