* target-descriptions.h (struct type): Do not declare.
[deliverable/binutils-gdb.git] / gdb / features / rs6000 / rs6000.c
index 7c3d4c5e7fa2d1f2bc6968ecb9b0d28331458a6b..e499d16128af58421419976f9edac2eb337a48ef 100644 (file)
@@ -1,7 +1,6 @@
 /* THIS FILE IS GENERATED.  Original: rs6000.xml */
 
 #include "defs.h"
-#include "gdbtypes.h"
 #include "target-descriptions.h"
 
 struct target_desc *tdesc_rs6000;
@@ -10,7 +9,7 @@ initialize_tdesc_rs6000 (void)
 {
   struct target_desc *result = allocate_target_description ();
   struct tdesc_feature *feature;
-  struct type *field_type, *type;
+  struct tdesc_type *field_type, *type;
 
   set_tdesc_architecture (result, bfd_scan_arch ("rs6000:6000"));
 
This page took 0.0270049999999999 seconds and 4 git commands to generate.