dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mn10300/lib
Mark Salter d6bb7a1ad3 mn10300: add cc clobbers to asm statements
gcc 4.2.1 for MN10300 is more agressive than the older gcc in
reordering/moving other insns between an insn that sets flags and an insn
that uses those flags.  This leads to trouble with asm statements which
are missing an explicit "cc" clobber.  This patch adds the explicit "cc"
clobber to asm statements which do indeed clobber the condition flags.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-01-11 09:34:10 -08:00
..
Makefile mn10300: provide __ucmpdi2() for MN10300 2008-07-04 10:40:07 -07:00
__ashldi3.S
__ashrdi3.S
__lshrdi3.S
__ucmpdi2.S mn10300: provide __ucmpdi2() for MN10300 2008-07-04 10:40:07 -07:00
ashrdi3.c
bitops.c
checksum.c mn10300: add cc clobbers to asm statements 2010-01-11 09:34:10 -08:00
delay.c mn10300: add cc clobbers to asm statements 2010-01-11 09:34:10 -08:00
do_csum.S
internal.h
lshrdi3.c
memcpy.S
memmove.S
memset.S
negdi2.c
usercopy.c mn10300: add cc clobbers to asm statements 2010-01-11 09:34:10 -08:00