From 4e1dc656813c2a5e04f210210977ab748514bd4b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 4 Apr 1991 22:22:23 +0000 Subject: [PATCH] Fixed bug where abs symbols wern't being placed into the right bit of the symbol table. --- bfd/oasys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bfd/oasys.c b/bfd/oasys.c index 995d962..ff6ce54 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--; -- 2.7.4