From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5E813858289; Mon, 8 Jan 2024 20:09:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5E813858289 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704744593; bh=S3LDa81sfaU7Pes3rtWnuTJP6spBXdxYtGR7Qyl70DI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uYsvuHF1ui48oEcMtEQ9qLrmnWB/yIvWvxpCyiskfzIC4cDOowKht5SgFtOV6XSzV Rkgf44p5bOmJfro8VdP+NE1jbDzzM4g889/VST4vRZ2XT5IslzuM+bDzGfs/1CLbQk 4b0ZkBDwNF6TC74htouVHE02DQ9DpI7fIPCw/c4Y= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/21634] [ia64] uc_sigmask type wrong Date: Mon, 08 Jan 2024 20:09:51 +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.25 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=3D21634 --- Comment #5 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.=