From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 4RXcNjKlkWbacCQAWB0awg (envelope-from ) for ; Fri, 12 Jul 2024 17:50:42 -0400 Received: by simark.ca (Postfix, from userid 112) id CFFF81E0C3; Fri, 12 Jul 2024 17:50:42 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BC85A1E030 for ; Fri, 12 Jul 2024 17:50:40 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 39FD1383125C for ; Fri, 12 Jul 2024 21:50:40 +0000 (GMT) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 76D233858433; Fri, 12 Jul 2024 21:49:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 76D233858433 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 76D233858433 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720820954; cv=none; b=w1+uPvnpfl3b5QOu8529YoJ2FfSrEv+KJJpWQQ4Y3Ta294EPgYBwn0kERjur1RCsx7Gol8X4PwVk45azBcDQ/gdPtIqn1PYJuZ0NUx/rxDigGX7r0rpRS3Zy3+uYCWXrenxdsISP7n9i/NWT3m5q9p4TJayV21kIixS/QI/ANlk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1720820954; c=relaxed/simple; bh=gRX/ptU128yYp67864DMtHQTs34uVT5ivijJ3xJyu7Q=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=v7PjiMHrNUqls2DLF0j60Bptw4oKlPsHuaQproECI58YBrUo/udisaSkPK1z/GCCP6r/ByA/ThrSM19ReqC2DLiP2aczTZQYnCQ4uaP6gWBhEpot/lpwNXfLEpI2/CrFzWg72+sbgvSprEZhXi/UFpcb8ObTCGQPVu1x/h2gHpw= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: Nick Clifton Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [PATCH] libiberty: sync with gcc In-Reply-To: (Nick Clifton's message of "Fri, 12 Jul 2024 09:06:15 +0100") Organization: Gentoo References: <20240629171711.2305705-1-sam@gentoo.org> <87bk339h92.fsf@gentoo.org> Date: Fri, 12 Jul 2024 22:49:06 +0100 Message-ID: <87frseffhp.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org Nick Clifton writes: > Hi Sam, Hi Nick, > >> Sam James writes: >> >>> This imports the following commits from GCC as of r15-1722-g7682d115402743: >>> ca2f7c84927f libiberty: Invoke D demangler when --format=auto >>> 94792057ad4a Fix up duplicated words mostly in comments, part 1 >>> 20e57660e64e libiberty: Fix error return value in pex_unix_exec_child [PR113957]. >>> 52ac4c6be866 [libiberty] remove TBAA violation in iterative_hash, improve code-gen >>> 53bb7145135c libiberty: Fix up libiberty_vprintf_buffer_size >>> 65388b28656d c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/148 non-proposal >>> --- >> ping. It might be nice for this to get in for binutils-2.43 >> branching >> given the UB fix for hashing. > > Yes you are right - please commit as soon as you can! :-) > > Thanks for the reminder. > Pushed -- thank you! :) > Cheers > Nick