aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-10-11 14:08:47 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-10-11 14:08:47 +0000
commit96ef6e0f8b717fa45ac9f1674cd4b19d9f47358d (patch)
treed6be15e8ba1f7e7d543198672f6c197146087b44
parent79cf59509dc438a60749ff82ba522376197cd56d (diff)
downloadfsf-binutils-gdb-96ef6e0f8b717fa45ac9f1674cd4b19d9f47358d.zip
fsf-binutils-gdb-96ef6e0f8b717fa45ac9f1674cd4b19d9f47358d.tar.gz
fsf-binutils-gdb-96ef6e0f8b717fa45ac9f1674cd4b19d9f47358d.tar.bz2
2007-10-11 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Update which instruction's operands are swapped.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/c-i386.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fb69c95..72d21a2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * doc/c-i386.texi: Update which instruction's operands are
+ swapped.
+
2007-10-11 Nick Clifton <nickc@redhat.com>
PR gas/5155
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi
index 48b251a..869aff6 100644
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -178,9 +178,9 @@ operands are prefixed by @samp{*}; they are undelimited in Intel syntax.
AT&T and Intel syntax use the opposite order for source and destination
operands. Intel @samp{add eax, 4} is @samp{addl $4, %eax}. The
@samp{source, dest} convention is maintained for compatibility with
-previous Unix assemblers. Note that instructions with more than one
-source operand, such as the @samp{enter} instruction, do @emph{not} have
-reversed order. @ref{i386-Bugs}.
+previous Unix assemblers. Note that @samp{bound}, @samp{invlpga}, and
+instructions with 2 immediate operands, such as the @samp{enter}
+instruction, do @emph{not} have reversed order. @ref{i386-Bugs}.
@cindex mnemonic suffixes, i386
@cindex sizes operands, i386