From 6374269c11186f88873791d7517e53dce5284b54 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 12 Aug 2014 15:53:48 -0700 Subject: [PATCH] Remove type directive * gas/i386/omit-lock.s: Remove type directive. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/i386/omit-lock.s | 3 +-- 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 + + * gas/i386/omit-lock.s: Remove type directive. + 2014-08-06 Ilya Tocar * 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) -- 2.7.4