projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb02fd6
)
Fixed bug where abs symbols wern't being placed into the right bit of
author
Steve Chamberlain
<steve@cygnus>
Thu, 4 Apr 1991 22:22:23 +0000
(22:22 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Thu, 4 Apr 1991 22:22:23 +0000
(22:22 +0000)
the symbol table.
bfd/oasys.c
patch
|
blob
|
history
diff --git
a/bfd/oasys.c
b/bfd/oasys.c
index
995d962
..
ff6ce54
100644
(file)
--- 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--;