Add Guile as an extension language.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 61ddeff7b93cb106763cb8762ba7204a19504c1a..643c61006befb298011c488e72885b2dc878dd75 100644 (file)
@@ -1545,6 +1545,10 @@ extern struct type *lookup_unsigned_typename (const struct language_defn *,
 extern struct type *lookup_signed_typename (const struct language_defn *,
                                            struct gdbarch *, const char *);
 
+extern void get_unsigned_type_max (struct type *, ULONGEST *);
+
+extern void get_signed_type_minmax (struct type *, LONGEST *, LONGEST *);
+
 extern struct type *check_typedef (struct type *);
 
 #define CHECK_TYPEDEF(TYPE)                    \
This page took 0.031021 seconds and 4 git commands to generate.