diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 08:06:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 08:06:45 +0000 |
commit | b3d4dd73c36119a7bf5274f0b2747d5e5e62bca1 (patch) | |
tree | b77df13f1d94acde391e1c6a4773b57dc29dbbea /gdb/ChangeLog | |
parent | c005c66cca2fd392f49a29861001bcc413cc7050 (diff) | |
download | gdb-b3d4dd73c36119a7bf5274f0b2747d5e5e62bca1.zip gdb-b3d4dd73c36119a7bf5274f0b2747d5e5e62bca1.tar.gz gdb-b3d4dd73c36119a7bf5274f0b2747d5e5e62bca1.tar.bz2 |
* Makefile.in: Remove inftarg.[co], since it is now included via
config/*.mh files.
* config/*.mh: Add inftarg.o and fork-child.o to all *.mh that
reference infptrace.o. Add fork-child.o to all *.mh that
reference procfs.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ad1505..3fa7018 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Sat Sep 26 00:25:15 1992 John Gilmore (gnu@cygnus.com) + + * Makefile.in: Remove inftarg.[co], since it is now included via + config/*.mh files. + * config/*.mh: Add inftarg.o and fork-child.o to all *.mh that + reference infptrace.o. Add fork-child.o to all *.mh that + reference procfs.o. + Fri Sep 25 21:59:27 1992 John Gilmore (gnu@cygnus.com) Split non-target-dependent code out of target_attach routines. |