From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 497A43860008; Thu, 14 Mar 2024 16:14:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 497A43860008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710432880; bh=0OHeJ3JHJQUIVg4wk6/db8zZlWePIcmG75CEVd7sIwg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dVXsDpNUqXu3gbnySD3z3kaujcd6hmW0XzVhOmD595gWjrAeyKISybJOIhxJ8FG6D oN6WYqar+m/NGuli2L8O2KDLBoyWp00cycXj44DMDUo8NDthaqMtU/RjdSr5DLIXEe VacQH/5OsntEvLXvGQ2GA9HRECkM+l15lT3CeP2A= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug math/31488] undefined reference to `fmod'" error on i586 Date: Thu, 14 Mar 2024 16:14:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: NEW 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=3D31488 --- Comment #3 from Andreas Schwab --- But the static libm.a for i586 does not define fmod and fmodf (I would expe= ct them to appear in w_fmod.o and w_fmodf.o, resp): w_fmodl_compat.o: w_fmod_compat.o: w_fmodf_compat.o: e_fmodl.o: 00000000 T __ieee754_fmodl w_fmodl.o: 00000000 T __fmodl U __ieee754_fmodl 00000000 W fmodf64x 00000000 W fmodl e_fmod.o: 00000000 T __ieee754_fmod w_fmod.o: e_fmodf.o: 00000000 T __ieee754_fmodf w_fmodf.o: e_fmodf128.o: 00000000 T __ieee754_fmodf128 U __ieee754_fmodf128 U __ieee754_fmodf128 w_fmodf128.o: 00000000 T __fmodf128 U __ieee754_fmodf128 00000000 W fmodf128 --=20 You are receiving this mail because: You are on the CC list for the bug.=