aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-08-12 15:53:48 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-08-12 15:53:48 -0700
commit6374269c11186f88873791d7517e53dce5284b54 (patch)
treef984892b9760711514f24802494bdf785b844dfd /gas
parent0fef4b9893c61ad13eb8b0a2bfc3035b63bf8888 (diff)
downloadgdb-6374269c11186f88873791d7517e53dce5284b54.zip
gdb-6374269c11186f88873791d7517e53dce5284b54.tar.gz
gdb-6374269c11186f88873791d7517e53dce5284b54.tar.bz2
Remove type directive
* gas/i386/omit-lock.s: Remove type directive.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/i386/omit-lock.s3
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 44e3c34..8bf2121 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/i386/omit-lock.s b/gas/testsuite/gas/i386/omit-lock.s
index b267ebe..248a9be 100644
--- a/gas/testsuite/gas/i386/omit-lock.s
+++ b/gas/testsuite/gas/i386/omit-lock.s
@@ -1,6 +1,5 @@
- .code32
+ .text
.globl main
- .type main, @function
main:
lock
lock addl $0x1,(%eax)