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:
cuz
2000-07-31 22:21:37 +00:00
parent f1453ff273
commit 89dccd5a23
3 changed files with 105 additions and 5 deletions

View File

@@ -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 */