Symbols imported from the linker config must have the config file position
added to the symbol references, not the definitions. git-svn-id: svn://svn.cc65.org/cc65/trunk@5367 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f24ff82ea2
commit
a9f48e663b
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ static void ParseSymbols (void)
|
|||
/* Generate the import */
|
||||
Imp = InsertImport (GenImport (Name, AddrSize));
|
||||
/* Remember the file position */
|
||||
CollAppend (&Imp->DefLines, GenLineInfo (&CfgErrorPos));
|
||||
CollAppend (&Imp->RefLines, GenLineInfo (&CfgErrorPos));
|
||||
break;
|
||||
|
||||
case CfgSymWeak:
|
||||
|
|
Loading…
Add table
Reference in a new issue