OSDN Git Service

fix build failure for sh4a due to missing colon in asm statement
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 28 Jul 2017 21:05:54 +0000 (23:05 +0200)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Aug 2017 01:06:57 +0000 (21:06 -0400)
commit1698fe6cdcdeaad03aa19a85433d5396ecfc51ef
treebfc46f2ce6ea131f10b292f6d513452922ea9e1b
parent80bf5952551c002cf12d96deb145629765272db0
fix build failure for sh4a due to missing colon in asm statement

Due to a missing ":" in an asm() statement, the "memory" clobber is
considered by gcc as an input operand and not a clobber, which causes a
build failure.
arch/sh/atomic_arch.h