From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F50F159C9B for ; Fri, 9 Aug 2024 19:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98920E2B94; Fri, 9 Aug 2024 19:54:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F470E2B94 for ; Fri, 9 Aug 2024 19:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 844313430B2 for ; Fri, 9 Aug 2024 19:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8E5D1ECB for ; Fri, 9 Aug 2024 19:54:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723233262.ecc3ba06c22edee6b22d2e8e5e05031d18fa372a.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/04_all_nossp-on-nostdlib.patch 15.0.0/gentoo/README.history X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecc3ba06c22edee6b22d2e8e5e05031d18fa372a X-VCS-Branch: master Date: Fri, 9 Aug 2024 19:54:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c8ec017-9edd-4f78-b1e7-86f14f0729a4 X-Archives-Hash: 46d1f4c250f21ca0a2e5b9e5c3a31436 commit: ecc3ba06c22edee6b22d2e8e5e05031d18fa372a Author: Sam James gentoo org> AuthorDate: Fri Aug 9 19:54:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 9 19:54:22 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=ecc3ba06 15.0.0: fix comment in 04_all_nossp-on-nostdlib.patch Signed-off-by: Sam James gentoo.org> 15.0.0/gentoo/04_all_nossp-on-nostdlib.patch | 3 ++- 15.0.0/gentoo/README.history | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch b/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch index 30c5825..e17b6a3 100644 --- a/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch +++ b/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch @@ -1,4 +1,5 @@ -│Disable ssp on -nostdlib, -nodefaultlibs and -ffreestanding +Disable ssp on -nostdlib, -nodefaultlibs and -ffreestanding + https://bugs.gentoo.org/484714 --- a/gcc/gcc.cc +++ b/gcc/gcc.cc diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 3d561ee..4b1d9e8 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,5 +1,6 @@ ? ???? + U 04_all_nossp-on-nostdlib.patch - 07_all_libiberty-asprintf.patch - 78_all_gcc_don-t-enable-fext-dce-with-O2-for-now.patch