* target-descriptions.h (struct type): Do not declare.
[deliverable/binutils-gdb.git] / gdb / features / rs6000 / powerpc-750.c
index 83eb862149b7a7f2011622f9066b39ec6383dd54..60d671f309dc6bb6e2ecaabc55db49799c0f2da9 100644 (file)
@@ -1,7 +1,6 @@
 /* THIS FILE IS GENERATED.  Original: powerpc-750.xml */
 
 #include "defs.h"
-#include "gdbtypes.h"
 #include "target-descriptions.h"
 
 struct target_desc *tdesc_powerpc_750;
@@ -10,7 +9,7 @@ initialize_tdesc_powerpc_750 (void)
 {
   struct target_desc *result = allocate_target_description ();
   struct tdesc_feature *feature;
-  struct type *field_type, *type;
+  struct tdesc_type *field_type, *type;
 
   feature = tdesc_create_feature (result, "org.gnu.gdb.power.core");
   tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "uint32");
This page took 0.02498 seconds and 4 git commands to generate.