diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-04 22:22:23 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-04 22:22:23 +0000 |
commit | 4e1dc656813c2a5e04f210210977ab748514bd4b (patch) | |
tree | d8e2190f5ff272b0def4e46bf5d287c03fb42bb9 /bfd/oasys.c | |
parent | eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d (diff) | |
download | gdb-4e1dc656813c2a5e04f210210977ab748514bd4b.zip gdb-4e1dc656813c2a5e04f210210977ab748514bd4b.tar.gz gdb-4e1dc656813c2a5e04f210210977ab748514bd4b.tar.bz2 |
Fixed bug where abs symbols wern't being placed into the right bit of
the symbol table.
Diffstat (limited to 'bfd/oasys.c')
-rw-r--r-- | bfd/oasys.c | 1 |
1 files changed, 0 insertions, 1 deletions
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--; |