Fixed bug where abs symbols wern't being placed into the right bit of
the symbol table.
This commit is contained in:
parent
eb02fd64a6
commit
4e1dc65681
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ bfd *abfd;
|
|||
dest = dest_defined--;
|
||||
dest->section = 0;
|
||||
dest->flags = BSF_ABSOLUTE | BSF_EXPORT | BSF_GLOBAL;
|
||||
dest_defined--;
|
||||
break;
|
||||
case RELOCATION_TYPE_REL:
|
||||
dest = dest_defined--;
|
||||
|
|
Loading…
Reference in a new issue