aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-04 22:52:03 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-04 22:52:03 +0000
commitb1847ba9e7da744bb3695f9611dad4119cc7991e (patch)
tree7ca7f7e925b75f84599248690f7e6f30cacd702a /bfd/bfd.c
parentf929c7d43b5edde3aabc92506edce40bf38b95a0 (diff)
downloadfsf-binutils-gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.zip
fsf-binutils-gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.tar.gz
fsf-binutils-gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.tar.bz2
Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is
initialized on the stack and then copied into its own allocated space. (Wow, Steve, you're twisted...)
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index dd2d45d..012afd4 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -648,7 +648,6 @@ bfd *output_bfd;
{
bfd_vma relocation;
bfd_reloc_status_enum_type flag = bfd_reloc_ok;
- bfd_vma relocation_before;
bfd_vma addr = reloc_entry->address ;
bfd_vma output_base = 0;
reloc_howto_type *howto = reloc_entry->howto;
@@ -796,14 +795,8 @@ bfd *output_bfd;
relocation <<= howto->bitpos;
-
/* Wait for the day when all have the mask in them */
-
-
- relocation_before = relocation;
-
-
/* What we do:
i instruction to be left alone
o offset within instruction