aboutsummaryrefslogtreecommitdiff
path: root/bfd/hp300hpux.c
AgeCommit message (Collapse)AuthorFilesLines
1993-07-07 * aoutx.h (translate_from_native_sym_flags): Removed statepIan Lance Taylor1-6/+4
argument. Just let an indirect symbol point to the next symbol without forcing the next symbol to be undefined. Changed all callers. * hp300hpux.c (slurp_symbol_table): Changed call to translate_from_native_sym_flags. * targets.c: Added hp300hpux_vec. * Makefile.in (hp300hpux.o): Added dependencies.
1993-06-18Eliminate "int8_type", "int16_type", "int32_type", and theirJohn Gilmore1-78/+90
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.
1993-04-28checkpoint hp300hpux code from HP; needs cleanup before usingKen Raeburn1-0/+807