* corelow.c (core_close): Don't hardcode the core's pid.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index e78d3cf5d3ba7263ec35554d9c649a01eb3eb90a..c90b6d7bdb4a8fc4b72ca097d3d1023faee20870 100644 (file)
@@ -1112,6 +1112,10 @@ extern struct type *init_type (enum type_code, int, int, char *,
 extern struct type *init_composite_type (char *name, enum type_code code);
 extern void append_composite_type_field (struct type *t, char *name,
                                         struct type *field);
+extern void append_composite_type_field_aligned (struct type *t,
+                                                char *name,
+                                                struct type *field,
+                                                int alignment);
 
 /* Helper functions to construct a bit flags type.  An initially empty
    type is created using init_flag_type().  Flags are then added using
This page took 0.024075 seconds and 4 git commands to generate.