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


On Thu, Jan 11, 2007 at 08:04:58PM +0400, Joel Brobecker wrote:
> 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 :-)

> -		|| cu->language == language_java)
> +		|| cu->language == language_java
> +                || cu->language == language_ada)

Tab/space mixup?

-- 
Daniel Jacobowitz
CodeSourcery


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