[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a0xoOd=WRaaL6EurpD3y78XqAJyJryWwfenrze+7O5L1w@mail.gmail.com>
Date: Thu, 19 Apr 2018 15:36:36 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Greentime Hu <green.hu@...il.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Greentime <greentime@...estech.com>,
Guenter Roeck <private@...ck-us.net>
Subject: Re: [PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to
prevent the symbol undefined issue.
On Thu, Apr 19, 2018 at 3:18 PM, Greentime Hu <green.hu@...il.com> wrote:
> We can use the generic lib to fix these error because the symbol of
> libgcc in toolchain is not exported.
>
> ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined!
> ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined!
> ERROR: "__lshrdi3" [fs/xfs/xfs.ko] undefined!
> ERROR: "__ashldi3" [fs/ntfs/ntfs.ko] undefined!
> ...
>
> Signed-off-by: Greentime Hu <greentime@...estech.com>
I looked at all nine patches, they all seem like useful fixes:
Acked-by: Arnd Bergmann <arnd@...db.de>
For the last patch, I commented separately, we might need an additional
patch on top to make it more robust.
Arnd
Powered by blists - more mailing lists