diff options
Diffstat (limited to 'gdb/xcoffsolib.h')
-rw-r--r-- | gdb/xcoffsolib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h index 8b6e8f2..5be3533 100644 --- a/gdb/xcoffsolib.h +++ b/gdb/xcoffsolib.h @@ -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; }; |