Added dump of debug symbols and output of values for the exports, in those
cases where the export is a constant. git-svn-id: svn://svn.cc65.org/cc65/trunk@246 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -66,6 +66,9 @@ void DumpObjImports (FILE* F, unsigned long Offset);
|
||||
void DumpObjExports (FILE* F, unsigned long Offset);
|
||||
/* Dump the exports in the object file */
|
||||
|
||||
void DumpObjDbgSyms (FILE* F, unsigned long Offset);
|
||||
/* Dump the debug symbols from an object file */
|
||||
|
||||
|
||||
|
||||
/* End of dump.h */
|
||||
|
||||
Reference in New Issue
Block a user