* hppa-tdep.c (hppa_push_arguments): Allocate enough space for
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index 8b6e8f2133b93b232a246e25a47321d82f8fe21d..5be35331bad54179501974bb715ceea7a1421227 100644 (file)
@@ -40,10 +40,8 @@ struct vmap {
        /* This is NULL for the exec-file.  */
        struct objfile *objfile;
 
-       CORE_ADDR ostart;       /* objext start ???                     */
        unsigned  loaded:1;     /* True if symbols are loaded           */
-       unsigned  reloced:1;    /* True, if symbols relocated           */
-       unsigned  padding:14;
+       unsigned  padding:15;
 };
 
 
This page took 0.022792 seconds and 4 git commands to generate.