ld65: implement '--allow-multiple-definition' command line parameter
This commit is contained in:
committed by
Oliver Schmidt
parent
c248c14075
commit
5a05acf936
@@ -53,6 +53,7 @@ extern unsigned char HaveStartAddr; /* True if start address was given */
|
||||
extern unsigned long StartAddr; /* Start address */
|
||||
|
||||
extern unsigned char VerboseMap; /* Verbose map file */
|
||||
extern unsigned char AllowMultDef; /* Allow multiple definitions */
|
||||
extern const char* MapFileName; /* Name of the map file */
|
||||
extern const char* LabelFileName; /* Name of the label file */
|
||||
extern const char* DbgFileName; /* Name of the debug file */
|
||||
|
||||
Reference in New Issue
Block a user