2011-01-05 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index 3250cf189aadd177054a0ce49fe763c4f9a799f0..13e88908e68c04ac236d175508be08d11ade3ef2 100644 (file)
@@ -36,11 +36,13 @@ struct vmap
     char *member;              /* ptr to member name                   */
     CORE_ADDR tstart;          /* virtual addr where member is mapped  */
     CORE_ADDR tend;            /* virtual upper bound of member        */
-    CORE_ADDR tvma;            /* virtual addr of text section in object file */
+    CORE_ADDR tvma;            /* virtual addr of text section in
+                                  object file */
     CORE_ADDR toffs;           /* offset of text section in object file */
     CORE_ADDR dstart;          /* virtual address of data start        */
     CORE_ADDR dend;            /* virtual address of data end          */
-    CORE_ADDR dvma;            /* virtual addr of data section in object file */
+    CORE_ADDR dvma;            /* virtual addr of data section in
+                                  object file */
 
     /* This is NULL for the exec-file.  */
     struct objfile *objfile;
This page took 0.025213 seconds and 4 git commands to generate.