From a643e6260e2b817cffecd200214b1fceee802ab8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 22 Jul 1993 19:39:41 +0000 Subject: * 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/bfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/bfd.c') diff --git a/bfd/bfd.c b/bfd/bfd.c index 4a027aa..6b4d447 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -157,7 +157,7 @@ CODE_FRAGMENT . struct sun_core_struct *sun_core_data; . struct trad_core_struct *trad_core_data; . struct hppa_data_struct *hppa_data; -. struct hppa_core_struct *hppa_core_data; +. struct hpux_core_struct *hpux_core_data; . struct sgi_core_struct *sgi_core_data; . PTR any; . } tdata; -- cgit v1.1