ld65: move 2 more cases to the notation file:line.
This commit is contained in:
committed by
Oliver Schmidt
parent
feccc68c54
commit
93762a2117
@@ -166,7 +166,7 @@ Import* ReadImport (FILE* F, ObjData* Obj)
|
|||||||
*/
|
*/
|
||||||
if (ObjHasFiles (I->Obj)) {
|
if (ObjHasFiles (I->Obj)) {
|
||||||
const LineInfo* LI = GetImportPos (I);
|
const LineInfo* LI = GetImportPos (I);
|
||||||
Error ("Invalid import size in for '%s', imported from %s(%u): 0x%02X",
|
Error ("Invalid import size in for '%s', imported from %s:%u: 0x%02X",
|
||||||
GetString (I->Name),
|
GetString (I->Name),
|
||||||
GetSourceName (LI),
|
GetSourceName (LI),
|
||||||
GetSourceLine (LI),
|
GetSourceLine (LI),
|
||||||
@@ -1057,7 +1057,7 @@ void CircularRefError (const Export* E)
|
|||||||
/* Print an error about a circular reference using to define the given export */
|
/* Print an error about a circular reference using to define the given export */
|
||||||
{
|
{
|
||||||
const LineInfo* LI = GetExportPos (E);
|
const LineInfo* LI = GetExportPos (E);
|
||||||
Error ("Circular reference for symbol '%s', %s(%u)",
|
Error ("Circular reference for symbol '%s', %s:%u",
|
||||||
GetString (E->Name),
|
GetString (E->Name),
|
||||||
GetSourceName (LI),
|
GetSourceName (LI),
|
||||||
GetSourceLine (LI));
|
GetSourceLine (LI));
|
||||||
|
|||||||
Reference in New Issue
Block a user