Commonise tdesc types and makes use of them in gdbserver tdesc
[deliverable/binutils-gdb.git] / gdb / target-descriptions.h
index fa554fddf62fc6fb9e658c4a318f2fce213615c1..3ba71b1add638de35c3d5bc5b6f7943a32169369 100644 (file)
@@ -209,14 +209,6 @@ void set_tdesc_property (struct target_desc *,
                         const char *key, const char *value);
 void tdesc_add_compatible (struct target_desc *,
                           const struct bfd_arch_info *);
-tdesc_type_with_fields *tdesc_create_enum (struct tdesc_feature *feature,
-                                          const char *name,
-                                          int size);
-void tdesc_add_typed_bitfield (tdesc_type_with_fields *type, const char *field_name,
-                              int start, int end,
-                              struct tdesc_type *field_type);
-void tdesc_add_enum_value (tdesc_type_with_fields *type, int value,
-                          const char *name);
 
 #if GDB_SELF_TEST
 namespace selftests {
This page took 0.041341 seconds and 4 git commands to generate.