linux/arch/m68k/math-emu
Al Viro 7f2633388d [PATCH] m68k: broken constraints on mulu.l
Too permissive constraint on mulu.l - the first argument should not be
an a-register.  Fixed by replacing "g" with "dm"; with older gcc we got
lucky and it had never attempted mulu.l %a0, %d1:%d0.  These days it
does, with predictable objections from as(1).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-12 09:09:01 -08:00
..
Makefile
fp_arith.c
fp_arith.h
fp_cond.S
fp_decode.h
fp_emu.h
fp_entry.S
fp_log.c
fp_move.S
fp_movem.S
fp_scan.S
fp_trig.c
fp_trig.h
fp_util.S
multi_arith.h