Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Nathan Froyd <froydnj@codesourcery.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFA/commit] DWARF: Add support for DW_TAG_constant DIEs
Date: Thu, 16 Sep 2010 22:23:00 -0000	[thread overview]
Message-ID: <20100916203337.GX16898@codesourcery.com> (raw)
In-Reply-To: <1284668546-25877-1-git-send-email-brobecker@adacore.com>

On Thu, Sep 16, 2010 at 01:22:26PM -0700, Joel Brobecker wrote:
> @@ -3691,6 +3692,20 @@ add_partial_symbol (struct partial_die_info *pdi, struct dwarf2_cu *cu)
>  				      cu->language, objfile);
>  	}
>        break;
> +    case DW_TAG_constant:
> +      {
> +        struct psymbol_allocation_list *list;
> +
> +	if (pdi->is_external)
> +	  list = &objfile->global_psymbols;
> +	else
> +	  list = &objfile->global_psymbols;

Are these supposed to be different?

-Nathan


  reply	other threads:[~2010-09-16 20:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16 21:31 Joel Brobecker
2010-09-16 22:23 ` Nathan Froyd [this message]
2010-09-16 22:29   ` Joel Brobecker
2010-09-17 13:11     ` Pedro Alves
2010-09-19 23:02 ` Jan Kratochvil
2010-09-21 18:41   ` Joel Brobecker
2010-09-21 19:43     ` Jan Kratochvil
2010-09-22 18:43       ` Joel Brobecker
2010-09-22 19:42         ` Jan Kratochvil

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=20100916203337.GX16898@codesourcery.com \
    --to=froydnj@codesourcery.com \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.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