From: Ian Lance Taylor <iant@google.com>
To: Simon Sobisch <simonsobisch@gnu.org>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: libiberty: Would it be reasonable to add support for GnuCOBOL function name demangling?
Date: Fri, 27 May 2022 06:56:27 -0700 [thread overview]
Message-ID: <CAKOQZ8x-vLwPso7jFaQGHAaVq1+SFkH3=tUp8KjM6fHGGKDMVw@mail.gmail.com> (raw)
In-Reply-To: <54be8f6f-7164-ec40-c327-801e3ba80266@gnu.org>
On Fri, May 27, 2022 at 12:17 AM Simon Sobisch via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> As noted: the first question is: is it reasonable to add support for
> GnuCOBOL?
It seems fine to me to add support for demangling GnuCOBOL symbol
names controlled by a DMGL option (options are defined in
include/demangle.h).
> * How would the demangler know it is to be called? Just "best match"
> (GnuCOBOL modules always have some symbols in it which should be
> available if there is any debugging information in, if that helps)?
> * Giving the work of gcc-cobol which was discussed on this mailing list
> some months ago (not sure about its current state) there possibly will
> be a COBOL support be "integrated" - with possibly different name
> mangling. But still - GnuCOBOL is used "in the wild" (for production
> environments) since years (and will be for many years to come, both
> based on GCC and with other compilers) and the name mangling rules did
> not change.
The demangler doesn't see a list of symbol names, it only sees a
single string at a time. If GnuCOBOL symbols are to be demangled by
default, then there must be a clear distinction between COBOL names
and other names. For example, C++ demangled names, with a few minor
exceptions, always start with "_Z". If there is no such marker then
we would have to require that the names only be demangle with a DMGL
option. There could be a corresponding command line option for
c++filt.
Ian
next prev parent reply other threads:[~2022-05-27 13:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-27 7:16 Simon Sobisch
2022-05-27 13:56 ` Ian Lance Taylor [this message]
2022-05-27 18:31 ` Eric Gallager
2022-05-28 7:44 ` Simon Sobisch
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='CAKOQZ8x-vLwPso7jFaQGHAaVq1+SFkH3=tUp8KjM6fHGGKDMVw@mail.gmail.com' \
--to=iant@google.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=simonsobisch@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).