OSDN Git Service

* gdbtypes.c (lookup_array_range_type): Add prototype.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 2 Jul 2009 12:18:46 +0000 (12:18 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 2 Jul 2009 12:18:46 +0000 (12:18 +0000)
commitd4f37f6eb75cf17b55f9db361e3b36f2a7faf369
treea560c5f53821ec905f959e1579487a84bc4af414
parent62c68075807af7400a89e7d38e25a97738670f4f
* gdbtypes.c (lookup_array_range_type): Add prototype.
(lookup_string_range_type): Likewise.
* gdbtypes.c (lookup_array_range_type): New function.
(lookup_string_range_type): Likewise.

* ax-gdb.c (gen_repeat): Use lookup_array_range_type.
* parse.c (follow_types): Likewise.
* jv-lang.c (java_array_type): Likewise.
* gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
* mt-tdep.c (mt_register_type): Likewise.
* sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
* sh64-tdep.c (sh64_build_float_register_type): Likewise.
* value.c (allocate_repeat_value): Likewise.
* valops.c (value_array, value_cstring): Likewise.
* valops.c (value_string): Use lookup_string_range_type.
12 files changed:
gdb/ChangeLog
gdb/ax-gdb.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/gnu-v3-abi.c
gdb/jv-lang.c
gdb/mt-tdep.c
gdb/parse.c
gdb/sh-tdep.c
gdb/sh64-tdep.c
gdb/valops.c
gdb/value.c