Eliminate "int8_type", "int16_type", "int32_type", and their
authorJohn Gilmore <gnu@cygnus>
Fri, 18 Jun 1993 10:26:55 +0000 (10:26 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 18 Jun 1993 10:26:55 +0000 (10:26 +0000)
commit34dd8ba311511fc58f47fb977d099ad01c71a9e6
tree86ecf085144fa7cb6676f343151ee4da3f72b59c
parent7b490afcb46e548b47cb78d26fb5b00731c599d4
Eliminate "int8_type", "int16_type", "int32_type", and their
variants from the BFD universe.  Leave the 64-bit types for now,
since they are in flux.

* aoutx.h, hp300hpux.c:  Eliminate needless (int32_type) casts.
* libaout.h (GET_SWORD):  Convert (int32_type) to (int).
* ieee.c:  Convert uint8e_type => unsigned char.
* oasys.c:  Extensive changes to eliminate obsolete types.
These depend on changes in ../include/oasys.h as well.
bfd/ChangeLog
bfd/aoutx.h
bfd/hp300hpux.c