public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "schwab@linux-m68k.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/103890] Generated baseline symbol file seems to have redundant lines
Date: Sun, 02 Jan 2022 18:49:23 +0000	[thread overview]
Message-ID: <bug-103890-4-Jxgbgi5G1S@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-103890-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103890

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
That's because '/\.dynsym/,/^$/' is matching two regions.  The first region is
the .dynsym section, the second region is starting at the section symbol in the
normal symtab.  The latter produces the unversioned symbols.

  reply	other threads:[~2022-01-02 18:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02 18:22 [Bug libstdc++/103890] New: " danglin at gcc dot gnu.org
2022-01-02 18:49 ` schwab@linux-m68k.org [this message]
2022-01-02 19:03 ` [Bug libstdc++/103890] " dave.anglin at bell dot net
2022-01-04 14:36 ` redi at gcc dot gnu.org

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=bug-103890-4-Jxgbgi5G1S@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).