Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Adam Fedor <fedor@doc.com>
To: GDB Patches <gdb-patches@sources.redhat.com>
Subject: Re: [RFA] Have ObjC shared the cplus_specific struct
Date: Tue, 18 Feb 2003 15:42:00 -0000	[thread overview]
Message-ID: <3E525456.7050203@doc.com> (raw)
In-Reply-To: <3E51AC66.3060704@doc.com>



Adam Fedor wrote:
> This patch removes the objc_specific struct and uses the cplus_specific 
> one instead.
> 
> 
> ------------------------------------------------------------------------
> 
> 2003-02-17  Adam Fedor  <fedor@gnu.org>
> 
> 	* symtab.h: Remove objc_specific struct
> 	* symtab.c (symbol_init_language_specific,
> 	symbol_init_demangled_name, symbol_demangled_name): Have
> 	language_objc use cplus_specific struct.
> 
> @@ -558,7 +568,8 @@ symbol_init_demangled_name (struct gener
>  
>    demangled = symbol_find_demangled_name (gsymbol, mangled);
>    if (gsymbol->language == language_cplus
> -      || gsymbol->language == language_java)
> +      || gsymbol->language == language_java
> +      || gsymbol->language == language_objc)
>      {
>        if (demangled)
>  	{

Minor oops. This part of the patch is actually supposed to go with my 
other patch to demangle objc names. See PR 1066 or
http://sources.redhat.com/ml/gdb-patches/2003-01/msg00442.html


  reply	other threads:[~2003-02-18 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-18  3:45 Adam Fedor
2003-02-18 15:42 ` Adam Fedor [this message]
2003-02-19 15:08 ` Elena Zannoni
2003-02-20  3:40   ` Adam Fedor
2003-02-19 18:56 ` Elena Zannoni

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=3E525456.7050203@doc.com \
    --to=fedor@doc.com \
    --cc=gdb-patches@sources.redhat.com \
    /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