From: Steve Chamberlain Date: Thu, 4 Apr 1991 22:22:23 +0000 (+0000) Subject: Fixed bug where abs symbols wern't being placed into the right bit of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e1dc656813c2a5e04f210210977ab748514bd4b;p=binutils-gdb.git Fixed bug where abs symbols wern't being placed into the right bit of the symbol table. --- diff --git a/bfd/oasys.c b/bfd/oasys.c index 995d962aee1..ff6ce549f6a 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -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--;