mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-03 20:47:45 +01:00
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 | ||