diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 22:52:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 22:52:03 +0000 |
commit | b1847ba9e7da744bb3695f9611dad4119cc7991e (patch) | |
tree | 7ca7f7e925b75f84599248690f7e6f30cacd702a /bfd/bfd.c | |
parent | f929c7d43b5edde3aabc92506edce40bf38b95a0 (diff) | |
download | gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.zip gdb-b1847ba9e7da744bb3695f9611dad4119cc7991e.tar.gz 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.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |