From: H.J. Lu Date: Tue, 12 Aug 2014 22:53:48 +0000 (-0700) Subject: Remove type directive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6374269c11186f88873791d7517e53dce5284b54;p=binutils-gdb.git Remove type directive * gas/i386/omit-lock.s: Remove type directive. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 44e3c3435f2..8bf212127c8 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 b267ebe264a..248a9be1fec 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)