commit | 98d655a68f864588ff21ae372ddd3563a6699f1c | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Mar 28 15:58:06 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue May 24 10:03:49 2011 +1000 |
tree | f51bc1f0f3c5183c5486b05d708108111209583b | |
parent | ea2b50ef4c9e030749ae473e95258f477c3a68ca [diff] |
m68k: merge mmu and non-mmu versions of muldi3 The implementation of gcc's muldi3 support function differs only in the use of the machine's 64 bit sized mul or not. (It isn't based on using an MMU or not). Merge the current mmu and non-mmu versions of arc/m68k/lib/muldi3 and use the appropriate pre-processor conditionals to get the right version for all m68k processor types. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>