From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA5EC15827B for ; Wed, 20 Aug 2025 04:39:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C5AA0342496 for ; Wed, 20 Aug 2025 04:39:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C0A77110280; Wed, 20 Aug 2025 04:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B91AA110280 for ; Wed, 20 Aug 2025 04:39:22 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F2EC342490 for ; Wed, 20 Aug 2025 04:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 112A33371 for ; Wed, 20 Aug 2025 04:39:21 +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: <1755664751.95ade38b3a37d033fb53b837e85c0c3f17a6559d.sam@gentoo> Subject: [gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/binutils-patches X-VCS-Files: 9999/0007-x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch X-VCS-Directories: 9999/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95ade38b3a37d033fb53b837e85c0c3f17a6559d X-VCS-Branch: master Date: Wed, 20 Aug 2025 04:39:21 +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: ee02551e-636b-47a2-bf43-abac1879512d X-Archives-Hash: 82f1c42f7e2bf51974eea0fe1bb0fea7 commit: 95ade38b3a37d033fb53b837e85c0c3f17a6559d Author: Sam James gentoo org> AuthorDate: Wed Aug 20 04:39:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 20 04:39:11 2025 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=95ade38b 9999: cloudabi is gone Signed-off-by: Sam James gentoo.org> ...x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/9999/0007-x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch b/9999/0007-x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch index 4c33ef0..b459a36 100644 --- a/9999/0007-x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch +++ b/9999/0007-x86-Add-GLIBC_ABI_GNU2_TLS-version-dependency.patch @@ -120,7 +120,6 @@ Signed-off-by: H.J. Lu ld/emulparams/elf_i386_fbsd.sh | 1 + ld/emulparams/elf_i386_haiku.sh | 1 + ld/emulparams/elf_x86_64.sh | 2 +- - ld/emulparams/elf_x86_64_cloudabi.sh | 1 + ld/emulparams/elf_x86_64_fbsd.sh | 1 + ld/emulparams/elf_x86_64_haiku.sh | 1 + ld/emultempl/elf-i386-glibc.em | 41 ++++++++ @@ -337,15 +336,6 @@ index b6fd466178e..1edce6e8703 100644 } static const struct bfd_elf_special_section -@@ -6355,6 +6373,8 @@ elf_x86_64_special_sections[]= - - #include "elf64-target.h" - -+#undef elf_backend_add_glibc_version_dependency -+ - /* CloudABI support. */ - - #undef TARGET_LITTLE_SYM @@ -6479,6 +6499,10 @@ elf64_x86_64_copy_solaris_special_section_fields (const bfd *ibfd ATTRIBUTE_UNUS #define elf_backend_bfd_from_remote_memory \ _bfd_elf32_bfd_from_remote_memory @@ -776,14 +766,6 @@ index 92449745c7a..6e66f2e1035 100644 GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes NO_SMALL_DATA=yes -diff --git a/ld/emulparams/elf_x86_64_cloudabi.sh b/ld/emulparams/elf_x86_64_cloudabi.sh -index 1f8732ebbad..e605233391b 100644 ---- a/ld/emulparams/elf_x86_64_cloudabi.sh -+++ b/ld/emulparams/elf_x86_64_cloudabi.sh -@@ -1,2 +1,3 @@ - source_sh ${srcdir}/emulparams/elf_x86_64.sh -+EXTRA_EM_FILE="elf-x86-64" - OUTPUT_FORMAT="elf64-x86-64-cloudabi" diff --git a/ld/emulparams/elf_x86_64_fbsd.sh b/ld/emulparams/elf_x86_64_fbsd.sh index 7ef974addca..17fdc83b075 100644 --- a/ld/emulparams/elf_x86_64_fbsd.sh