From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 45A413861806 for ; Thu, 11 Jan 2024 20:19:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 45A413861806 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 45A413861806 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=1705004344; cv=none; b=Tt/9PYFp0DpnE7GVV+mAmxkQ6i9uEYuWwM697hGD6YmyLmO+JdJAs/CBRzaN7FmZqf5z/QFCq+SMhQJom9BEMCUUkNMdXASh5Ui3ZYBHb54/9TLS0oWyIGw17ukgKNbh4s77COqDHlxlqo76uDzHLhOemecQOGDbr4QwTjje07I= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705004344; c=relaxed/simple; bh=LK9a3FSBr5o3+3R5GtBHwLJ80+CJTMpmD2lv9+f6/mw=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=fCe6pSiYZu67T3tWdocxswoC1300YwgGJUgIBW6bxgZvEiHutXWdJBO2zIX0rRdEztV0vQvpf+ku1K0qrh6zeSLGeFmrrPm+bJBxs8zu79EbBoEi6x16N8UtsTMHncqP6j2AwARameO5gkmQNFkC8eKQp/06f5VJoJ5twElEFYA= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705004342; 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=apegw9dPB1ISG1fMcRMb3H7dy/VaO+gB4HPwPg/A1Rg=; b=KElDb6J6wfLsnGIYXyUaieSqAzbCbPUjlpyRPFb1SviXgpdd64Cg21ZmRKABRQ9pvUYT1u yq4m+k591dg2K6nrL7M7ASRNYLJojuBN8hd1k/zZrqAOD1ILdL81plX39j/ORNV58xIPEf eZUCERaa4pg6rVMRh+nRx87G3HLwYZc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-157-lHGN3PiwOoKWm4gng8MWkA-1; Thu, 11 Jan 2024 15:19:01 -0500 X-MC-Unique: lHGN3PiwOoKWm4gng8MWkA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (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 12D4B85A588; Thu, 11 Jan 2024 20:19:01 +0000 (UTC) Received: from localhost (unknown [10.42.28.185]) by smtp.corp.redhat.com (Postfix) with ESMTP id D0B772166B31; Thu, 11 Jan 2024 20:19:00 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Document addition of libstdc++exp.a Date: Thu, 11 Jan 2024 20:18:29 +0000 Message-ID: <20240111201900.491691-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed to trunk. I'll backport to gcc-13 too. -- >8 -- The API Evolution section of the manual should mention when the libstdc++exp.a library was added. libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Document addition of libstdc++exp.a. * doc/html/*: Regenerate. --- libstdc++-v3/doc/html/index.html | 6 +++--- libstdc++-v3/doc/html/manual/api.html | 4 +++- libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/manual/evolution.xml | 10 ++++++++++ 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index db70f24f2f9..63666b7b24c 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -1100,6 +1100,16 @@ Tunables glibcxx.eh_pool.obj_count and glibcxx.eh_pool.obj_size were added. +Static library libstdc++exp.a was added +to provide the symbols for the experimental C++ Contracts support. + + + +
<constant>13.3</constant> + +Symols for the Filesystem TS and C++23 <stacktrace> +header were added to the static library libstdc++exp.a. +
<constant>14</constant> -- 2.43.0