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/dwarf2read.c] Make Ada structs "typedef"'ed implicitly


> > 2007-01-11  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * dwarf2read.c (add_partial_symbol): Create an extra partial
> >         symbol in the VAR_DOMAIN for Ada structures, unions or enums.
> >         (new_symbol): Likewise for symbols.
> > 
> > Tested on x86-linux. 1 extra PASS in gdb.ada/null_record.exp, no
> > regression.
> > 
> > OK to apply?
> 
> OK, thanks!  On to the next :-)

Thanks! Now checked in.

> > -		|| cu->language == language_java)
> > +		|| cu->language == language_java
> > +                || cu->language == language_ada)
> 
> Tab/space mixup?

Oops, you're right. Fixed before checking the patch in.

Thanks Daniel,
-- 
Joel


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