Fixed bug where abs symbols wern't being placed into the right bit of

the symbol table.
This commit is contained in:
Steve Chamberlain 1991-04-04 22:22:23 +00:00
parent eb02fd64a6
commit 4e1dc65681
1 changed files with 0 additions and 1 deletions

View File

@ -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--;