* bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE.
authorFred Fish <fnf@specifix.com>
Mon, 22 Nov 1993 19:01:55 +0000 (19:01 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 22 Nov 1993 19:01:55 +0000 (19:01 +0000)
* 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
bfd/ChangeLog

index f7ef224369180757bb06bc76006b2d28df90729a..bc3cdc282f37b8803657c6b077ec43996e530dd5 100644 (file)
@@ -163,6 +163,7 @@ nlmswap.h
 oasys.c
 opncls.c
 osf-core.c
+ptrace-core.c
 reloc.c
 reloc16.c
 rs6000-core.c
index cec678e09687d6c4869c4a6ef7f20d052652a995..edef19bcf40f2cf25bc2b2d74461d3526e254a27 100644 (file)
@@ -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
This page took 0.027841 seconds and 4 git commands to generate.