From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: GMP 6.1.0 without assembly lacks =?utf-8?Q?=E2=80=98=5F=5Fgmpn=5F?= =?utf-8?Q?invert=5Flib=E2=80=99?= on ARM Date: Wed, 16 Dec 2015 12:29:50 +0100 Message-ID: <877fkeaaxd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9AHM-0004zJ-N0 for Guix-devel@gnu.org; Wed, 16 Dec 2015 06:29:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9AHJ-0002f1-Hq for Guix-devel@gnu.org; Wed, 16 Dec 2015 06:29:56 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: gmp-bugs@gmplib.org Cc: Guix-devel Hello! When GMP 6.1.0 is built with --host=3Dnone-unknown-linux-gnueabihf on ARMv7 (the way GCC configures its in-tree GMP, as of GCC=C2=A04.9.3), =E2=80=98__gmpn_invert_lib=E2=80=99 is missing from the resulting libgmp.a. --8<---------------cut here---------------start------------->8--- $ nm /gnu/store/v6ipb4br8h6sy9zc82aj464cjcgnv7gl-gmp-6.1.0/lib/libgmp.a |gr= ep __gmpn_invert_limb nm: mp_clz_tab.o: no symbols U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb U __gmpn_invert_limb 00000000 T __gmpn_invert_limb nm: repl-vsnprintf.o: no symbols --8<---------------cut here---------------end--------------->8--- This seems to be expected, but then it looks as though was erroneously referring to it, leading to undefined references, as reported at . Ideas? Thanks, Ludo=E2=80=99.