Add some missing arch_..._type helpers
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 2dda074d737b9dbff9a45038edd3a561764b6f65..579a34bc00e8060f65d08f0a3d4ebf72c630c345 100644 (file)
@@ -1686,8 +1686,11 @@ extern struct type *arch_boolean_type (struct gdbarch *, int, int,
                                       const char *);
 extern struct type *arch_float_type (struct gdbarch *, int, const char *,
                                     const struct floatformat **);
+extern struct type *arch_decfloat_type (struct gdbarch *, int, const char *);
 extern struct type *arch_complex_type (struct gdbarch *, const char *,
                                       struct type *);
+extern struct type *arch_pointer_type (struct gdbarch *, int, const char *,
+                                      struct type *);
 
 /* Helper functions to construct a struct or record type.  An
    initially empty type is created using arch_composite_type().
This page took 0.023731 seconds and 4 git commands to generate.