diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 06:20:20 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 06:20:20 +0000 |
commit | f9440640b260df37f488fa5c294de33183078e75 (patch) | |
tree | 49706f2a3562c26e1c879ae4a5c96db65278cd32 /gdb/ChangeLog | |
parent | 7f5a51a460461f842fe1d1519800894ba8694dc4 (diff) | |
download | gdb-f9440640b260df37f488fa5c294de33183078e75.zip gdb-f9440640b260df37f488fa5c294de33183078e75.tar.gz gdb-f9440640b260df37f488fa5c294de33183078e75.tar.bz2 |
* 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.
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. |