From c236d8b3a5c43004e189ea6f9e04708f5463df54 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 22 Nov 1993 19:01:55 +0000 Subject: [PATCH] * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE. * bfd/config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o. * bfd/ptrace-core.c: New file for dealing with core files with start with the ptrace_user structure found on BCS compliant systems. * bfd/targets.c (ptrace_core_vec): New vector. --- bfd/.Sanitize | 1 + bfd/ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/bfd/.Sanitize b/bfd/.Sanitize index f7ef224..bc3cdc2 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -163,6 +163,7 @@ nlmswap.h oasys.c opncls.c osf-core.c +ptrace-core.c reloc.c reloc16.c rs6000-core.c diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cec678e..edef19b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Nov 22 10:54:27 1993 Fred Fish (fnf@cygnus.com) + + Merged changes from kev@spuds.geg.mot.com (Kevin A. Buettner): + * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE. + * bfd/config/delta88.mh (HDEPFILES): Defined to be ptrace-core.o. + * bfd/ptrace-core.c: New file for dealing with core files with + start with the ptrace_user structure found on BCS compliant systems. + * bfd/targets.c (ptrace_core_vec): New vector. + Mon Nov 22 02:33:12 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * Minimal support for reading SOM fixup streams. Allows -- 2.7.4