Remove type directive

* gas/i386/omit-lock.s: Remove type directive.
This commit is contained in:
H.J. Lu 2014-08-12 15:53:48 -07:00
parent 0fef4b9893
commit 6374269c11
2 changed files with 5 additions and 2 deletions

View 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.

View File

@ -1,6 +1,5 @@
.code32
.text
.globl main
.type main, @function
main:
lock
lock addl $0x1,(%eax)