From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C689C3858C53; Fri, 25 Aug 2023 12:36:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C689C3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692967018; bh=FcEeqvlHEMZsJCmBWAhOorFqCpv7ActsMYG0kCZm+hw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dsxfFp1zbe3H4WDoFBRfiuEqHH4gZmib+aXlPC3uoxV0LABO+iFltUd3BqT5MGYie vs0GOczqB0VLVs+2pbLz19SE+GYFYeNKOQqAf9fCZq61wx7mYasxfp0bCKuxJlyaaA DEVwVcuPrBo6peigwySSKyyYKu+JdnGZduQlT00w= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/30740] [m68k] undefined reference to `_wordcopy_fwd_dest_aligned' Date: Fri, 25 Aug 2023 12:36:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30740 --- Comment #17 from Adhemerval Zanella --- (In reply to James Le Cuirot from comment #15) > Thank you for looking into this, Adhemerval. Please could you confirm that > you've considered the 68030 case. This does not have a built-in FPU, so I > think it should be treated like the 68020? I'm no expert here though. glibc assumes the existence of FPU for m68k, and GCC defaults to 68881: $ m68k-glibc-linux-gnu-gcc -mcpu=3D68030 -E -dD - < /dev/null | grep 68881 #define __HAVE_68881__ 1 The math tests do all build because different than mc68020, GCC defines __DEC_EVAL_METHOD__ to 2 for mc68030. The soft-float is only support for coldfire (__mcoldfire__) cpus. --=20 You are receiving this mail because: You are on the CC list for the bug.=