aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-08 11:58:23 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-08 11:58:23 +0000
commit92b9ce5b60e98493760d74102d65f0dba6f8a28f (patch)
tree3488dfaddb257cca7a96fb64513bf74ba2b32027 /gdb/ada-lang.h
parentcf000afb0d740dd241b3676fe9f5c2bc23ade2cc (diff)
downloadgdb-92b9ce5b60e98493760d74102d65f0dba6f8a28f.zip
gdb-92b9ce5b60e98493760d74102d65f0dba6f8a28f.tar.gz
gdb-92b9ce5b60e98493760d74102d65f0dba6f8a28f.tar.bz2
Get rid of support for VAX Floats.
* ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix) (ada_vax_float_print_function): Delete. * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix) (ada_vax_float_print_function): Delete. * ada-typeprint.c (print_vax_floating_point_type): Delete. (ada_print_type): Remove support for VAX floats. * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 024550f..5568ed0 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -305,12 +305,6 @@ extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST);
extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST);
-extern int ada_is_vax_floating_type (struct type *);
-
-extern int ada_vax_float_type_suffix (struct type *);
-
-extern struct value *ada_vax_float_print_function (struct type *);
-
extern struct type *ada_system_address_type (void);
extern int ada_which_variant_applies (struct type *, struct type *,