diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54e045b..fc19c4e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * m88k-tdep.c: Include sys/dir.h before sys/user.h. + Include sys/types.h regardless of USG. + + * configure.in: Fix typo (delta88r4 -> delta88v4). + + * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was + to make this work on SVR4 before SVR4 had its own configuration, + and it breaks SVR3. + + * config/m88k/tm-delta88v4.h: Define FRAME_CHAIN_VALID_ALTERNATE. + * config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o. * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h. |