2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 4 Jul 2007 15:40:43 +0000 (15:40 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 4 Jul 2007 15:40:43 +0000 (15:40 +0000)
* gas/i386/rex.s: Avoid the last rex prefix becoming the
rex prefix for the padding.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/rex.s

index 09aacdbbf79d4b9174cc237f6e5c1d8c55eb6e16..5d63eee9f9c294bb7c0405ebfab39b7349e7060a 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/rex.s: Avoid the last rex prefix becoming the
+       rex prefix for the padding.
+
 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
index 6f1e38a47038cd13ff50147b09bbf8bf647090db..a0736c44bc58eb77efeefb824630f6c483d4772b 100644 (file)
@@ -27,3 +27,6 @@ _start:
        rex.WRB
        rex.WRX
        rex.WRXB
+# Make sure that the above rex prefix won't become the rex prefix for
+# the padding.
+       rex
This page took 0.028936 seconds and 4 git commands to generate.