mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
5f91a3adb8
SuperH is supposed to support the Private Library feature, but it is actually not working. If CONFIG_USE_PRIVATE_LIBGCC is enabled, the build fails for the undefined references to '__sdivsi3_i4i' and '__udivsi3_i4i'. To fix this error, import missing libraries from Linux 3.19 and adjust them for U-Boot: - Remove "#include <linux/module.h>" and "EXPORT_SYMBOL(...)" - Use SPDX-License-Identifier - Remove white space Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
||
---|---|---|
.. | ||
ashiftrt.S | ||
ashldi3.c | ||
ashlsi3.S | ||
ashrdi3.c | ||
ashrsi3.S | ||
board.c | ||
bootm.c | ||
libgcc.h | ||
lshrdi3.c | ||
lshrsi3.S | ||
Makefile | ||
movmem.S | ||
time.c | ||
time_sh2.c | ||
udiv_qrnnd.S | ||
udivsi3.S | ||
udivsi3_i4i-Os.S | ||
udivsi3_i4i.S | ||
zimageboot.c |