* hppa-tdep.c (hppa_push_arguments): Allocate enough space for
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index cda53217f8ee63b5fd5fce57b6311a15e13860c9..5be35331bad54179501974bb715ceea7a1421227 100644 (file)
@@ -37,10 +37,11 @@ struct vmap {
        CORE_ADDR dstart;       /* virtual address of data start        */
        CORE_ADDR dend;         /* vitrual address of data end          */
 
-       CORE_ADDR ostart;       /* objext start ???                     */
+       /* This is NULL for the exec-file.  */
+       struct objfile *objfile;
+
        unsigned  loaded:1;     /* True if symbols are loaded           */
-       unsigned  reloced:1;    /* True, if symbols relocated           */
-       unsigned  padding:14;
+       unsigned  padding:15;
 };
 
 
@@ -50,3 +51,7 @@ struct vmap_and_bfd {
 };
 
 extern struct vmap *vmap;
+
+void
+add_text_to_loadinfo PARAMS ((CORE_ADDR textaddr, CORE_ADDR dataaddr));
+
This page took 0.023484 seconds and 4 git commands to generate.