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 Thursday 16 September 2010 21:43:50, Joel Brobecker wrote:
> +
> +       if (pdi->is_external)
> +         list = &objfile->global_psymbols;
> +       else
> +         list = &objfile->static_psymbols,

Comma operator alert.                       ^

> +       psym = add_psymbol_to_list (actual_name, strlen (actual_name),
> +                                   built_actual_name, VAR_DOMAIN, LOC_STATIC,
> +                                   list, 0, 0, cu->language, objfile);

-- 
Pedro Alves


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