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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00430138334 for ; Wed, 4 Sep 2019 19:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB84AE084E; Wed, 4 Sep 2019 19:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B5F8E084E for ; Wed, 4 Sep 2019 19:00:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE07134AC41 for ; Wed, 4 Sep 2019 19:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E4077B for ; Wed, 4 Sep 2019 19:00:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1567623571.17c4c852f979668387b1b965d48470cb730df5b6.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 17c4c852f979668387b1b965d48470cb730df5b6 X-VCS-Branch: master Date: Wed, 4 Sep 2019 19:00:17 +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: d9a2cab5-7e79-4266-aff0-801632bf6f69 X-Archives-Hash: ca7c41b9824aace82ccf3eb4cf06f80b commit: 17c4c852f979668387b1b965d48470cb730df5b6 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Sep 4 18:59:31 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Sep 4 18:59:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=17c4c852 gcc-config: clarify why libunwind.so* is needed at all Bug: https://bugs.gentoo.org/667020 Bug: https://bugs.gentoo.org/693252 Signed-off-by: Sergei Trofimovich gentoo.org> gcc-config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc-config b/gcc-config index 998a165..835f873 100755 --- a/gcc-config +++ b/gcc-config @@ -286,6 +286,11 @@ handle_split_usr() { # but on other systems (arm/mips/etc...), this is quite critical. # http://bugs.gentoo.org/60190 # + # Note: libunwind.so is is a DT_NEEDED dependency only on ia64 systems + # where libunwind.so.7 is provided by gcc itself, see: + # https://bugs.gentoo.org/667020 + # https://bugs.gentoo.org/693252 + # # The funky move magic is required for proper updating of in-use files. # Gentoo Prefix systems don't "boot", so no need to handle split-/usr