public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual
@ 2023-04-28 21:19 Florian Weimer
  2023-05-03  9:30 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2023-04-28 21:19 UTC (permalink / raw)
  To: libstdc++, gcc-patches

GCC_11.0 is an aarch64-specific outlier.

	* doc/xml/manual/abi.xml (abi.versioning.history): Add
	GCC_7.0.0, GCC_9.0.0, GCC_11.0, GCC_12.0.0, GCC_13.0.0 for
	libgcc_s.

---
 libstdc++-v3/doc/xml/manual/abi.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index 3a3cbd3346c..e0e241de3bd 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -203,6 +203,11 @@ compatible.
     <listitem><para>GCC 4.6.0: GCC_4.6.0</para></listitem>
     <listitem><para>GCC 4.7.0: GCC_4.7.0</para></listitem>
     <listitem><para>GCC 4.8.0: GCC_4.8.0</para></listitem>
+    <listitem><para>GCC 7.1.0: GCC_7.0.0</para></listitem>
+    <listitem><para>GCC 9.1.0: GCC_9.0.0</para></listitem>
+    <listitem><para>GCC 11.1.0: GCC_11.0</para></listitem>
+    <listitem><para>GCC 12.1.0: GCC_12.0.0</para></listitem>
+    <listitem><para>GCC 13.1.0: GCC_13.0.0</para></listitem>
     </itemizedlist>
     </listitem>
 

base-commit: 0c77a0909456034d34036aa22a8dfcf0258cfa2d


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual
  2023-04-28 21:19 [PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual Florian Weimer
@ 2023-05-03  9:30 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2023-05-03  9:30 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

On Fri, 28 Apr 2023 at 22:19, Florian Weimer via Libstdc++ <
libstdc++@gcc.gnu.org> wrote:

> GCC_11.0 is an aarch64-specific outlier.
>
>         * doc/xml/manual/abi.xml (abi.versioning.history): Add
>         GCC_7.0.0, GCC_9.0.0, GCC_11.0, GCC_12.0.0, GCC_13.0.0 for
>         libgcc_s.
>

OK for trunk and gcc-13, thanks.



>
> ---
>  libstdc++-v3/doc/xml/manual/abi.xml | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/libstdc++-v3/doc/xml/manual/abi.xml
> b/libstdc++-v3/doc/xml/manual/abi.xml
> index 3a3cbd3346c..e0e241de3bd 100644
> --- a/libstdc++-v3/doc/xml/manual/abi.xml
> +++ b/libstdc++-v3/doc/xml/manual/abi.xml
> @@ -203,6 +203,11 @@ compatible.
>      <listitem><para>GCC 4.6.0: GCC_4.6.0</para></listitem>
>      <listitem><para>GCC 4.7.0: GCC_4.7.0</para></listitem>
>      <listitem><para>GCC 4.8.0: GCC_4.8.0</para></listitem>
> +    <listitem><para>GCC 7.1.0: GCC_7.0.0</para></listitem>
> +    <listitem><para>GCC 9.1.0: GCC_9.0.0</para></listitem>
> +    <listitem><para>GCC 11.1.0: GCC_11.0</para></listitem>
> +    <listitem><para>GCC 12.1.0: GCC_12.0.0</para></listitem>
> +    <listitem><para>GCC 13.1.0: GCC_13.0.0</para></listitem>
>      </itemizedlist>
>      </listitem>
>
>
> base-commit: 0c77a0909456034d34036aa22a8dfcf0258cfa2d
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-03  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28 21:19 [PATCH] libstdc++: Mention recent libgcc_s symbol versions in manual Florian Weimer
2023-05-03  9:30 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).