This is the mail archive of the gdb-testers@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]

[binutils-gdb] use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...


*** TEST RESULTS FOR COMMIT fbd000da7c05ea751f47a678936de706733ea6e3 ***

Author: Joel Brobecker <brobecker@adacore.com>
Branch: master
Commit: fbd000da7c05ea751f47a678936de706733ea6e3

use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...

... instead of "unsigned char".

gdb/Changelog:

        * ada-lang.c (ada_value_primitive_packed_val): Change the type
        of local variables src and unpacked to "gdb_type *" instead of
        "unsigned char *".


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