This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/commit] DWARF: Add support for DW_TAG_constant DIEs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]