diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 8be4bf4..c380733 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -280,14 +280,8 @@ extern struct type *ada_aligned_type (struct type *); extern const gdb_byte *ada_aligned_value_addr (struct type *, const gdb_byte *); -extern int ada_is_gnat_encoded_fixed_point_type (struct type *); - extern int ada_is_system_address_type (struct type *); -extern struct value *gnat_encoded_fixed_point_delta (struct type *); - -extern struct value *gnat_encoded_fixed_point_scaling_factor (struct type *); - extern int ada_which_variant_applies (struct type *, struct value *); extern struct type *ada_to_fixed_type (struct type *, const gdb_byte *, |