Fixed bug where abs symbols wern't being placed into the right bit of
authorSteve Chamberlain <steve@cygnus>
Thu, 4 Apr 1991 22:22:23 +0000 (22:22 +0000)
committerSteve Chamberlain <steve@cygnus>
Thu, 4 Apr 1991 22:22:23 +0000 (22:22 +0000)
the symbol table.

bfd/oasys.c

index 995d962aee1f6647809313f38278cbd8c96fc473..ff6ce549f6ab0d3b1ea66bf21579cf1bf759c2b4 100644 (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--;