make linker generated export warning conistent with the import warning
This commit is contained in:
parent
788fbcc9c8
commit
c9355734f5
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ static void CheckSymType (const Export* E)
|
||||||
/* The export is linker generated and we don't have line
|
/* The export is linker generated and we don't have line
|
||||||
** information (likely from command line define)
|
** information (likely from command line define)
|
||||||
*/
|
*/
|
||||||
SB_Printf (&ExportLoc, "linker");
|
SB_Printf (&ExportLoc, "%s", GetObjFileName (E->Obj));
|
||||||
}
|
}
|
||||||
if (I->Obj) {
|
if (I->Obj) {
|
||||||
/* The import comes from an object file */
|
/* The import comes from an object file */
|
||||||
|
|
Loading…
Add table
Reference in a new issue