OSDN Git Service

* ada-typeprint.c (ada_print_type): Use int_string for printing
authorhilfingr <hilfingr>
Fri, 8 Oct 2004 09:40:12 +0000 (09:40 +0000)
committerhilfingr <hilfingr>
Fri, 8 Oct 2004 09:40:12 +0000 (09:40 +0000)
commitcb54d6e11d14f724ff308d797b64d499717fd8c2
treeb65ec2801222891c7bacd30b2ff05748ffd957e2
parentfc7cfe02858310b4b7eac5bae855017ef69a9c96
* ada-typeprint.c (ada_print_type): Use int_string for printing
modulus of modular type.
* ada-lang.h (ada_modulus): Change return type to unsigned.
* ada-lang.c (ada_language_arch_info): Correct type of
string_char_type.
(ada_modulus): Return unsigned result.
(ada_lookup_symbol): Remove user disambiguation and modify comment
accordingly.

2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>

Committed by Paul Hilfinger.
* ada-lang.c (decode_packed_array): On big-endian targets,
left-justify the value if it comes with a modular type.

2004-10-08  Joel Brobecker  <brobecker@gnat.com>

Committed by Paul Hilfinger.
* ada-lang.c (template_to_static_fixed_type): Fix a small typo.
(is_name_suffix): Add support for "___JM" suffixes.
(ada_check_typedef): Renames ada_completed_type.
Update all users of CHECK_TYPEDEF, check_typedef, and
ada_complete_type to call ada_check_typedef.
* ada-typeprint.c: Likewise.
* ada-valprint.c: Likewise.
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-typeprint.c
gdb/ada-valprint.c