]> git.sur5r.net Git - cc65/blobdiff - src/od65/dump.h
Cleaning telestrat.cfg (no need to have bashead segment). Some primitives added
[cc65] / src / od65 / dump.h
index 96a65f725a2d75674cabc94696eb9c5e0e1a8243..5371b7bdb1b1f7cfee46de7a6551a14526e62851 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 dump.h                                   */
+/*                                  dump.h                                   */
 /*                                                                           */
-/*         Dump subroutines for the od65 object file dump utility           */
+/*          Dump subroutines for the od65 object file dump utility           */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2001 Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2000-2011, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -43,7 +43,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -72,12 +72,14 @@ void DumpObjDbgSyms (FILE* F, unsigned long Offset);
 void DumpObjLineInfo (FILE* F, unsigned long Offset);
 /* Dump the line infos from an object file */
 
+void DumpObjScopes (FILE* F, unsigned long Offset);
+/* Dump the scopes from an object file */
 
-
-/* End of dump.h */
-
-#endif
+void DumpObjSegSize (FILE* F, unsigned long Offset);
+/* Dump the sizes of the segment in the object file */
 
 
 
+/* End of dump.h */
 
+#endif