* gdbtypes.h (builtin_type_f_character, builtin_type_f_logical,
[deliverable/binutils-gdb.git] / gdb / ppc-tdep.h
index 38a4cb7bc8669f74d2e4eb1b182916fb720de180..6e5d3b235832ae767ff1ff286d6b9986bc953821 100644 (file)
@@ -183,6 +183,13 @@ struct gdbarch_tdep
        register number for GDB register number I, or -1 if the
        simulator does not implement that register.  */
     int *sim_regno;
+
+    /* Minimum possible text address.  */
+    CORE_ADDR text_segment_base;
+
+    /* ISA-specific types.  */
+    struct type *ppc_builtin_type_vec64;
+    struct type *ppc_builtin_type_vec128;
 };
 
 
This page took 0.025862 seconds and 4 git commands to generate.