Cleanup in preparation for better 64-bit host support.
authorJohn Gilmore <gnu@cygnus>
Thu, 15 Apr 1993 04:53:14 +0000 (04:53 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 15 Apr 1993 04:53:14 +0000 (04:53 +0000)
commitb6090f4d654d4eb195d6729f7e04d9d1440269be
tree383d5be622a026c152c3bb341d956e6b4a111f21
parent8f8fefccf585d0870449d4ce27a4312d428a8948
Cleanup in preparation for better 64-bit host support.

* bfd-in.h (bfd_64_type):  Remove.
* libbfd.c (_do_getb64, _do_putb64):  Use bfd_vma, not bfd_64_type.

* bfd-in.h (bfd_size):  Remove.

* bfd-in.h (bfd_offset):  Remove, after fixing ld/ldlang.[ch].

* bfd-in.h (bfd_word):  Remove.
* reloc.c (reloc_howto_type):  Replace bfd_word with bfd_vma.

* bfd-in.h (rawdata_offset):  Remove.
* reloc.c (arelent):  Replace rawdata_offset with bfd_size_type.
(bfd_perform_relocation):  Lint.
(enum bfd_reloc_status):  Comment cleanup.
bfd/ChangeLog
bfd/bfd-in.h
bfd/libbfd.c