Remove a use of is_mi_like_p from darwin-nat-info.c
[deliverable/binutils-gdb.git] / gdb / target-descriptions.h
index e97a3738e221691e165ef559a658d68801aef455..3ba71b1add638de35c3d5bc5b6f7943a32169369 100644 (file)
@@ -1,6 +1,6 @@
 /* Target description support for GDB.
 
-   Copyright (C) 2006-2017 Free Software Foundation, Inc.
+   Copyright (C) 2006-2018 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery.
 
@@ -21,7 +21,7 @@
 
 #ifndef TARGET_DESCRIPTIONS_H
 #define TARGET_DESCRIPTIONS_H 1
-#include "arch/tdesc.h"
+#include "common/tdesc.h"
 
 struct tdesc_arch_data;
 struct target_ops;
@@ -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 *);
-struct tdesc_type *tdesc_create_enum (struct tdesc_feature *feature,
-                                     const char *name,
-                                     int size);
-void tdesc_add_typed_bitfield (struct tdesc_type *type, const char *field_name,
-                              int start, int end,
-                              struct tdesc_type *field_type);
-void tdesc_add_enum_value (struct tdesc_type *type, int value,
-                          const char *name);
 
 #if GDB_SELF_TEST
 namespace selftests {
This page took 0.023814 seconds and 4 git commands to generate.