Add capability to dump just the segment sizes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1647 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user