update name of several Ada fixed-point type handling functions
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index c0a71091e35515dcd1749636c85f614b67efe472..5ba00518e6db035c03c2e3da39ba90fe73c72de7 100644 (file)
@@ -281,11 +281,11 @@ 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_fixed_point_type (struct type *);
+extern int ada_is_gnat_encoded_fixed_point_type (struct type *);
 
 extern int ada_is_system_address_type (struct type *);
 
-extern struct value *ada_delta (struct type *);
+extern struct value *gnat_encoded_fixed_point_delta (struct type *);
 
 extern struct value *ada_scaling_factor (struct type *);
 
This page took 0.026273 seconds and 4 git commands to generate.