From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08294385842A; Mon, 8 Jan 2024 20:09:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08294385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704744591; bh=R6jbpuphZreWkJvzga7ia+h7+jJxOOixNFHh5fihCXg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CDc/mgH/Ob9iTpaSGlhZknVPp/ZQrKQcN/tWL7UlsMbO4+SUZoOrWVyY4e5Mm4+qI IpOas2H0n2mrgtoJzMtE+nMQDuuuv5qr0TtoPT7lBqpEszLaeiBAFNbMXu3+03oX6n g7hSK5eYxcoKsODhAvDfEFyS5fWhiAcZSLTwnw0s= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/14250] [ia64] ia64 makecontext.c writes to stderr and it should not. Date: Mon, 08 Jan 2024 20:09:49 +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: unspecified 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: security- 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=3D14250 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Adhemerval Zanella : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D460860f457e2a889785= c506e8c77d4a7dff24d3e commit 460860f457e2a889785c506e8c77d4a7dff24d3e Author: Adhemerval Zanella Date: Mon Jan 8 10:21:17 2024 -0300 Remove ia64-linux-gnu Linux 6.7 removed ia64 from the official tree [1], following the general principle that a glibc port needs upstream support for the architecture in all the components it depends on (binutils, GCC, and the Linux kernel). Apart from the removal of sysdeps/ia64 and sysdeps/unix/sysv/linux/ia64, there are updates to various comments referencing ia64 for which removal of those references seemed appropriate. The configuration is removed from README and build-many-glibcs.py. The CONTRIBUTED-BY, elf/elf.h, manual/contrib.texi (the porting mention), *.po files, config.guess, and longlong.h are not changed. For Linux it allows cleanup some clone2 support on multiple files. The following bug can be closed as WONTFIX: BZ 22634 [2], BZ 14250 [3], BZ 21634 [4], BZ 10163 [5], BZ 16401 [6], and BZ 11585 [7]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?= id=3D43ff221426d33db909f7159fdf620c3b052e2d1c [2] https://sourceware.org/bugzilla/show_bug.cgi?id=3D22634 [3] https://sourceware.org/bugzilla/show_bug.cgi?id=3D14250 [4] https://sourceware.org/bugzilla/show_bug.cgi?id=3D21634 [5] https://sourceware.org/bugzilla/show_bug.cgi?id=3D10163 [6] https://sourceware.org/bugzilla/show_bug.cgi?id=3D16401 [7] https://sourceware.org/bugzilla/show_bug.cgi?id=3D11585 Reviewed-by: Carlos O'Donell --=20 You are receiving this mail because: You are on the CC list for the bug.=