mirror of
https://github.com/cc65/cc65.git
synced 2025-08-16 12:27:49 +00:00
make linker generated export warning conistent with the import warning
This commit is contained in:
committed by
Oliver Schmidt
parent
788fbcc9c8
commit
c9355734f5
@@ -702,7 +702,7 @@ static void CheckSymType (const Export* E)
|
||||
/* The export is linker generated and we don't have line
|
||||
** information (likely from command line define)
|
||||
*/
|
||||
SB_Printf (&ExportLoc, "linker");
|
||||
SB_Printf (&ExportLoc, "%s", GetObjFileName (E->Obj));
|
||||
}
|
||||
if (I->Obj) {
|
||||
/* The import comes from an object file */
|
||||
|
Reference in New Issue
Block a user