From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EDC1386D61C; Wed, 22 May 2024 13:13:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EDC1386D61C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716383609; bh=4gippiSVLI6rj/pCOTcOFlskIrqX14qxDxAhP8/LnH4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P1r5XlW2V/K30Nhlf4ppkdDojq4kPbDsA1oiLNXdTQjB7K11ii484q9r/sVTepkSp k0uvZooeP7KZMc4rAER5X5k2wqxMbsJeae/i/6Qs+qmswnu4tu4OWvwVebrdWcE01q iZQZJAOP4+z2Gn/H3RkoxGYPv7se5cqcyftsTHEs= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/31756] write_profiling is only in libc.a Date: Wed, 22 May 2024 13:13:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.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=3D31756 --- Comment #1 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D6d3b523eb54198d15af= 6e042054912cf9f5210de commit 6d3b523eb54198d15af6e042054912cf9f5210de Author: H.J. Lu Date: Sun May 19 18:46:53 2024 -0700 Define write_profiling functions only in profile library [BZ #31756] libc.so doesn't use nor export write_profiling functions. There is no point to define them in libc.so nor in libc.a. Fix BZ #31756 by defini= ng them only in profile library. Signed-off-by: H.J. Lu Reviewed-by: Adhemerval Zanella --=20 You are receiving this mail because: You are on the CC list for the bug.=