]> git.sur5r.net Git - cc65/blobdiff - src/od65/dump.h
Changed the startup module and the linker config for the C16 to use the common
[cc65] / src / od65 / dump.h
index 96a65f725a2d75674cabc94696eb9c5e0e1a8243..43d96a7e14a2ab2a8f289ad9f575e68134040fc2 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2001 Ullrich von Bassewitz                                       */
+/* (C) 2000-2002 Ullrich von Bassewitz                                       */
 /*               Wacholderweg 14                                             */
 /*               D-70597 Stuttgart                                           */
 /* EMail:        uz@cc65.org                                                 */
@@ -72,6 +72,9 @@ void DumpObjDbgSyms (FILE* F, unsigned long Offset);
 void DumpObjLineInfo (FILE* F, unsigned long Offset);
 /* Dump the line infos from an object file */
 
+void DumpObjSegSize (FILE* F, unsigned long Offset);
+/* Dump the sizes of the segment in the object file */
+
 
 
 /* End of dump.h */