Re: [PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-12-08 Thread Geert Uytterhoeven
Hi Iwamatsu-san, On Thu, Dec 5, 2013 at 7:49 AM, Nobuhiro Iwamatsu wrote: > I was just creating a patch as your patch I noticed your patch by chance. > I think your proposal is good. > > But Paul does not maintain the SH tree. > Andrew, Could you pickup this patch ? As Andrew wasn't CCed on

Re: [PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-12-08 Thread Geert Uytterhoeven
Hi Iwamatsu-san, On Thu, Dec 5, 2013 at 7:49 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: I was just creating a patch as your patch I noticed your patch by chance. I think your proposal is good. But Paul does not maintain the SH tree. Andrew, Could you pickup this patch

Re: [PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-12-04 Thread Nobuhiro Iwamatsu
# Add a...@linux-foundation.org and sta...@vger.kernel.org to CC. Hi, Geert. I was just creating a patch as your patch I noticed your patch by chance. I think your proposal is good. But Paul does not maintain the SH tree. Andrew, Could you pickup this patch ? Tested-by: Nobuhiro Iwamatsu

Re: [PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-12-04 Thread Nobuhiro Iwamatsu
# Add a...@linux-foundation.org and sta...@vger.kernel.org to CC. Hi, Geert. I was just creating a patch as your patch I noticed your patch by chance. I think your proposal is good. But Paul does not maintain the SH tree. Andrew, Could you pickup this patch ? Tested-by: Nobuhiro Iwamatsu

[PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-05-29 Thread Geert Uytterhoeven
E.g. landisk_defconfig, which has CONFIG_NTFS_FS=m: ERROR: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined! For "lib-y", if no symbols in a compilation unit are referenced by other units, the compilation unit will not be included in vmlinux. This breaks modules that do reference those symbols. Use

[PATCH/RFC] sh: Always link in helper functions extracted from libgcc

2013-05-29 Thread Geert Uytterhoeven
E.g. landisk_defconfig, which has CONFIG_NTFS_FS=m: ERROR: __ashrdi3 [fs/ntfs/ntfs.ko] undefined! For lib-y, if no symbols in a compilation unit are referenced by other units, the compilation unit will not be included in vmlinux. This breaks modules that do reference those symbols. Use obj-y