More work on high level language debug symbols. They are now passed correctly
via the object files to the linker and written to the debug info file. git-svn-id: svn://svn.cc65.org/cc65/trunk@5285 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
/* ca65 */
|
||||
#include "abend.h"
|
||||
#include "asserts.h"
|
||||
#include "dbginfo.h"
|
||||
#include "error.h"
|
||||
#include "expr.h"
|
||||
#include "feature.h"
|
||||
@@ -1028,6 +1029,11 @@ int main (int argc, char* argv [])
|
||||
SymCheck ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, check the hll debug symbols */
|
||||
if (ErrorCount == 0) {
|
||||
DbgInfoCheck ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, close the file scope lexical level */
|
||||
if (ErrorCount == 0) {
|
||||
SymLeaveLevel ();
|
||||
|
||||
Reference in New Issue
Block a user