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: [commit/mdebugread.c] save the symbol private data using SYMBOL_VALUE_BYTES


> 2009-01-09  Joel Brobecker  <brobecker@adacore.com>
> 
>         * mdebugread.c (parse_symbol): Save the symbol private data
>         using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
>         (psymtab_to_symtab_1): Likewise.
>         (parse_procedure): Declare variable "e" only in the scope
>         where it is used. Extract the symbol private data using
>         SYMBOL_VALUE_BYTES.
> 
> This was only tested through AdaCore's testsuite, but on all of our
> native platforms (some of them use mdebugread). I want to run it
> against the official testsuite as well, but this allows this patch
> to be out for scrutiny while I do that.

Unfortunately, we'll have to do without the official testsuite run,
as I was still unable to run it on Tru64 :-(.

Now checked in.

-- 
Joel


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