mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Include exported symbols in debug info
git-svn-id: svn://svn.cc65.org/cc65/trunk@2747 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3b69c2fd21
commit
1b2c277f8b
@ -65,7 +65,7 @@
|
|||||||
/* Combined symbol entry flags used within this module */
|
/* Combined symbol entry flags used within this module */
|
||||||
#define SF_UNDEFMASK (SF_REFERENCED | SF_DEFINED | SF_IMPORT)
|
#define SF_UNDEFMASK (SF_REFERENCED | SF_DEFINED | SF_IMPORT)
|
||||||
#define SF_UNDEFVAL (SF_REFERENCED)
|
#define SF_UNDEFVAL (SF_REFERENCED)
|
||||||
#define SF_DBGINFOMASK (SF_UNUSED | SF_DEFINED | SF_EXPORT | SF_IMPORT)
|
#define SF_DBGINFOMASK (SF_UNUSED | SF_DEFINED | SF_IMPORT)
|
||||||
#define SF_DBGINFOVAL (SF_DEFINED)
|
#define SF_DBGINFOVAL (SF_DEFINED)
|
||||||
|
|
||||||
/* Symbol tables */
|
/* Symbol tables */
|
||||||
|
Loading…
Reference in New Issue
Block a user