public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Iain Sandoe <iain@sandoe.co.uk>
To: libstdc++ <libstdc++@gcc.gnu.org>, GCC-patches@gcc.gnu.org
Cc: Jonathan Wakely <jwakely@redhat.com>
Subject: [PATCH] libstdc++, Darwin, ppc : Add new long double symbols.
Date: Mon, 15 Mar 2021 00:34:04 +0000	[thread overview]
Message-ID: <3787BBB9-C235-493D-A2CE-4777B81FC9E2@sandoe.co.uk> (raw)

Hi

We need to add the symbols for to_chars and from_chars for the
long double cases.

The testsuite test cases fail to build without this, so there’s no need
for an additional test.

Tested on powerpc-darwin9.
OK for master?
thanks
Iain

libstdc++-v3/ChangeLog:

	* config/os/bsd/darwin/ppc-extra.ver: Add matching for
	to_chars and from_chars for long double.
---
 libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver b/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver
index f0aee9e8dac..970f3bb50ed 100644
--- a/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver
+++ b/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver
@@ -16,6 +16,9 @@
 # 3.4.10
   _ZNKSt3tr14hashIgEclEg;
   _ZNKSt4hashIgEclEg;
+# LDBL_3.4.29
+  _ZSt10from_charsPKcS0_RgSt12chars_format;
+  _ZSt8to_charsPcS_g*;
 # ldbl 1.3
   _ZT[IS]g;
   _ZT[IS]Pg;
-- 
2.24.1



             reply	other threads:[~2021-03-15  0:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15  0:34 Iain Sandoe [this message]
2021-03-15 12:22 ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3787BBB9-C235-493D-A2CE-4777B81FC9E2@sandoe.co.uk \
    --to=iain@sandoe.co.uk \
    --cc=GCC-patches@gcc.gnu.org \
    --cc=jwakely@redhat.com \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).