public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: William Schmidt <wschmidt@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc(refs/users/wschmidt/heads/builtins3)] libstdc++: Fix linker script patterns for 32-bit targets
Date: Tue, 18 Aug 2020 18:32:05 +0000 (GMT)	[thread overview]
Message-ID: <20200818183205.C87E0386F028@sourceware.org> (raw)

https://gcc.gnu.org/g:9e4ebad20a064d10df451cfb2cea9853d339a898

commit 9e4ebad20a064d10df451cfb2cea9853d339a898
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Aug 7 16:38:51 2020 +0100

    libstdc++: Fix linker script patterns for 32-bit targets
    
    When making the patterns less greedy I forgot to use [jmy] for unsigned
    integer parameters.
    
    libstdc++-v3/ChangeLog:
    
            * config/abi/pre/gnu.ver: Fix wildcards for wstring symbols.

Diff:
---
 libstdc++-v3/config/abi/pre/gnu.ver | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index b582f53e363..5ffe9d95289 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -294,9 +294,9 @@ GLIBCXX_3.4 {
     _ZNSbIwSt11char_traitsIwESaIwEE6insertE[PRwjmvy]*;
     _ZNSbIwSt11char_traitsIwESaIwEE6insertEN9__gnu_cxx17__normal_iteratorIPwS2_EE[PRwjmvy]*;
     _ZNSbIwSt11char_traitsIwESaIwEE6rbeginEv;
-    _ZNSbIwSt11char_traitsIwESaIwEE7replaceEmm[PRm]*;
-    _ZNSbIwSt11char_traitsIwESaIwEE6resizeEm*;
-    _ZNSbIwSt11char_traitsIwESaIwEE7reserveEm;
+    _ZNSbIwSt11char_traitsIwESaIwEE7replaceE[jmy][jmy]*;
+    _ZNSbIwSt11char_traitsIwESaIwEE6resizeE[jmy]*;
+    _ZNSbIwSt11char_traitsIwESaIwEE7reserveE[jmy];
     _ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_[NPRjmy]*;
     _ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_S[56]*;
     _ZNSbIwSt11char_traitsIwESaIwEE12_Alloc_hiderC*;


                 reply	other threads:[~2020-08-18 18:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200818183205.C87E0386F028@sourceware.org \
    --to=wschmidt@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@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).