From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Pierre Muller <pierre.muller@ics-cnrs.unistra.fr>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC] pascal: Add lowercase copy of symbol name
Date: Fri, 30 Apr 2010 07:27:00 -0000 [thread overview]
Message-ID: <20100430072730.GA12043@host0.dyn.jankratochvil.net> (raw)
In-Reply-To: <002101cae7e9$e7229540$b567bfc0$@muller@ics-cnrs.unistra.fr>
On Fri, 30 Apr 2010 00:18:31 +0200, Pierre Muller wrote:
> @@ -130,6 +130,12 @@ struct general_symbol_info
> char *demangled_name;
> }
> cplus_specific;
> + struct pascal_specific
> + {
> + /* This is used for case insensitive searching. */
> + char *lowercase_name;
> + }
> + pascal_specific;
Independently filed just now PR fortran/11560 with similar problem for
Fortran.
As the Fortran patch uses cplus_specific.demangled_name (or it could start
using new fortran_specific.demangled_name) it would mean full case sensitivity
duplication pascal<->fortran.
I am also rather for some modification of symbol_search_name etc. more in the
PR fortran/11560.
Thanks,
Jan
prev parent reply other threads:[~2010-04-30 7:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 22:18 Pierre Muller
2010-04-29 22:32 ` Joel Brobecker
2010-04-29 22:54 ` Pierre Muller
2010-04-29 23:09 ` Joel Brobecker
2010-04-30 7:27 ` Jan Kratochvil [this message]
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=20100430072730.GA12043@host0.dyn.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=pierre.muller@ics-cnrs.unistra.fr \
/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