Remove type directive
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Aug 2014 22:53:48 +0000 (15:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Aug 2014 22:53:48 +0000 (15:53 -0700)
* gas/i386/omit-lock.s: Remove type directive.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/omit-lock.s

index 44e3c34..8bf2121 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/omit-lock.s: Remove type directive.
+
 2014-08-06  Ilya Tocar  <ilya.tocar@intel.com>
 
        * gas/i386/i386.exp: Run new tests.
index b267ebe..248a9be 100644 (file)
@@ -1,6 +1,5 @@
-        .code32
+       .text
 .globl main
-        .type   main, @function
 main:
        lock
         lock addl $0x1,(%eax)