linux/arch/sh
Yoshinori Sato d09d328c11 sh: Don't export __{s,u}divsi3_i4i from SH-2 libgcc.
rsk7203_defconfig fails to build with the following error:

<--  snip  -->

...
  LD      .tmp_vmlinux1
arch/sh/kernel/built-in.o:(__ksymtab+0xb8): undefined reference to `__udivsi3_i4i'
arch/sh/kernel/built-in.o:(__ksymtab+0xc8): undefined reference to `__sdivsi3_i4i'
make[1]: *** [.tmp_vmlinux1] Error 1

<--  snip  -->

That worked with 2.6.26, and these are far less undefined references
than in the cases where libgcc was missing.

[ These symbols are not defined on SH-2 versions of libgcc, so we have to
  special case the export there. - Paul ]

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-08-11 20:17:49 +09:00
..
boards sh: mach-x3proto: Fix up smc91x platform data. 2008-08-11 20:17:48 +09:00
boot sh: Stub in a dummy ENTRY_OFFSET for uImage offset calculation. 2008-07-29 09:15:01 +09:00
cchips sh: Kill off more dead symbols. 2008-02-14 14:22:12 +09:00
configs sh: enable maple_keyb in dreamcast_defconfig. 2008-08-04 16:52:34 +09:00
drivers sh: Move out the solution engine headers to arch/sh/include/mach-se/ 2008-07-29 21:41:37 +09:00
include fix SH7705_CACHE_32KB compilation 2008-08-11 20:17:49 +09:00
kernel sh: Don't export __{s,u}divsi3_i4i from SH-2 libgcc. 2008-08-11 20:17:49 +09:00
lib move arch/sh/lib/io.o to obj-y 2008-07-28 18:10:28 +09:00
lib64 sh: migrate to arch/sh/include/ 2008-07-29 08:09:44 +09:00
math-emu sh: Fix up the math-emu build. 2007-06-11 15:57:42 +09:00
mm SH2(A) cache update 2008-08-04 16:33:47 +09:00
oprofile sh: Add -Werror for clean directories. 2007-11-07 11:13:55 +09:00
tools sh: Revert the location change of auto-generated asm/machtypes.h 2008-08-02 07:14:09 +09:00
Kconfig sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support. 2008-08-04 14:18:53 +09:00
Kconfig.cpu sh: Disable big endian for SH-5. 2008-02-14 14:22:10 +09:00
Kconfig.debug sh: /proc/asids depends on MMU. 2008-08-04 08:11:03 +09:00
Makefile sh: fix LIBGCC 2008-08-02 07:23:31 +09:00