diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-10 21:37:01 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 13:57:29 +0900 |
commit | 5f91a3adb86475aada63da0975637ab203184e0a (patch) | |
tree | 33e1c097b43b0d016b28855a6763b12b0809b154 /fs/yaffs2/yaffs_error.c | |
parent | 72cedad2b89aac188e56ac8bc6a4146786791693 (diff) | |
download | u-boot-imx-5f91a3adb86475aada63da0975637ab203184e0a.zip u-boot-imx-5f91a3adb86475aada63da0975637ab203184e0a.tar.gz u-boot-imx-5f91a3adb86475aada63da0975637ab203184e0a.tar.bz2 |
sh: import missing private libraries from Linux 3.19
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>
Diffstat (limited to 'fs/yaffs2/yaffs_error.c')
0 files changed, 0 insertions, 0 deletions