Message ID | 20240418195107.1281808-1-jwakely@redhat.com |
---|---|
Headers | show
Return-Path: <gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=PuhKxusf; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VL7ht1h53z1yZY for <incoming@patchwork.ozlabs.org>; Fri, 19 Apr 2024 05:52:14 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A7A46384607A for <incoming@patchwork.ozlabs.org>; Thu, 18 Apr 2024 19:52:11 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 75AF03858D3C for <gcc-patches@gcc.gnu.org>; Thu, 18 Apr 2024 19:51:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 75AF03858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 75AF03858D3C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713469872; cv=none; b=v4bCLUQPqLZaH9H8j7AQg03Ltx+YRHktV3mCaB36Vmd1xBFuBMeYEZNP138hI/PQCQRfvJXNObr6JM1f7OLsT1pf72sNIZnRJjoG7LKm3vysHCnUDSVvlhKBEuCFXug23kQiRLuvkRUOuw5zCqHA+CoebfPykWTd3SPrVv7sFGM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713469872; c=relaxed/simple; bh=D+V+c9Vpa5vZpfGC5MoID8tyc58+ko+ehswRPlA/pSQ=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=ZkZxdBLAF9jLaAj/VXnFSdMbuSOc9w6sqfFPULZ4asEBfS2GiSKzP5qptKZlCOSv5eY3o4ysAGldFVfsbjgKs5RbzVW/TsinKcNEB5xd7I3K64/eERHuv7o0jntNiBsmDiNxJoAsEMBJ8AW677dhCSBcOgF8khFMatQtF1uEydY= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1713469871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=y69U9hx18t32/mr/S9i9dMejRMTutWmtL84HLvhd1Q4=; b=PuhKxusfrbfEqsPAgWdgTecS3bC8MI/utmclqP6/cMeG1wffmPkGVxFgn6lLYtDf/yYd/j AmyuSSNcYQaYFpTS4v8Oc73NLATTS1b+VWWAIFB7UXSz416/dpmkkwezwE3K/0pPgh0TNB YoY4vaSqDOOtb5MQbAl5jWTxEgNTI5I= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-479-yPxNXDdTNvGIW0dOXTJHtg-1; Thu, 18 Apr 2024 15:51:08 -0400 X-MC-Unique: yPxNXDdTNvGIW0dOXTJHtg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E424D3C1015F; Thu, 18 Apr 2024 19:51:07 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id B356740F147; Thu, 18 Apr 2024 19:51:07 +0000 (UTC) From: Jonathan Wakely <jwakely@redhat.com> To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [gcc-13 PATCH 0/2] Replace libstdc++_libbacktrace.a with libstdc++exp.a Date: Thu, 18 Apr 2024 18:29:40 +0100 Message-ID: <20240418195107.1281808-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list <gcc-patches.gcc.gnu.org> List-Unsubscribe: <https://gcc.gnu.org/mailman/options/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe> List-Archive: <https://gcc.gnu.org/pipermail/gcc-patches/> List-Post: <mailto:gcc-patches@gcc.gnu.org> List-Help: <mailto:gcc-patches-request@gcc.gnu.org?subject=help> List-Subscribe: <https://gcc.gnu.org/mailman/listinfo/gcc-patches>, <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe> Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org |
Series |
Replace libstdc++_libbacktrace.a with libstdc++exp.a
|
expand
|