* hpux-core.c: New file; backend for HP/UX style core files.
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 19:39:41 +0000 (19:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 19:39:41 +0000 (19:39 +0000)
commita643e6260e2b817cffecd200214b1fceee802ab8
treebb6274bcd78551b72293e2a00e83d0715fc544b8
parent88b457e59a1d0d51b2950e448c5e8deffc9b9b61
* hpux-core.c: New file; backend for HP/UX style core files.
* bfd.c (struct _bfd): Renamed hppa_core_data field to
hpux_core_data.
* bfd-in2.h: Updated.
* hppa.c (make_bfd_asection, hppa_core_file_p,
hppa_core_file_failing_command, hppa_core_file_failing_signal,
hppa_core_file_matches_executable_p): Moved into hpux-core.c.
Removed from target vector.
* libhppa.h (struct hppa_core_struct and accessor macros): Moved
into hpux-core.c.
* targets.c: If HPUX_CORE is defined, add hpux_core_vec to
target list.
* config/hp300.mh (HDEFINES): Set to -DHPUX_CORE.
(HDEPFILES): Set to hpux-core.o.
* config/hppabsd.mh, config/hppahpux.mh: Likewise.
* hosts/hp300.h (HOST_HP300HPUX): Define.
* Makefile.in (OPTIONAL_BACKENDS): Added sco-core.o,
aix386-core.o, hpux-core.o.
(sco-core.o, aix386-core.o, hpux-core.o): New dependencies.
bfd/ChangeLog
bfd/Makefile.in
bfd/bfd.c
bfd/hosts/hp300.h
bfd/hppa.c
bfd/targets.c