diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-08-24 00:57:17 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-08-24 00:57:17 +0000 |
commit | 513d7836d0a4de7a8f6726adfc178ae4f3032baf (patch) | |
tree | 3cdabbb181b1ccdef6855fecefc9868156e8cb30 /gdb | |
parent | 8edf00160b485e912a95e5bb221fe121b28319f9 (diff) | |
download | gdb-513d7836d0a4de7a8f6726adfc178ae4f3032baf.zip gdb-513d7836d0a4de7a8f6726adfc178ae4f3032baf.tar.gz gdb-513d7836d0a4de7a8f6726adfc178ae4f3032baf.tar.bz2 |
* gdbserve.c: conditionalize header file inclusion for either
NetWare 4.0 or PIN targets.
* nlm/i386.c: include appropriate header files.
* nlm/prelude.c: define TERMINATE_BY_UNLOAD for NetWare 4.0
targets.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f32937..44615ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Tue Aug 23 17:51:13 1994 J.T. Conklin (jtc@cygnus.com) + + * nlm/gdbserve.c: conditionalize header file inclusion for either + NetWare 4.0 or PIN targets. + * nlm/i386.c: include appropriate header files. + * nlm/prelude.c: define TERMINATE_BY_UNLOAD for NetWare 4.0 + targets. + Tue Aug 23 16:54:16 1994 Stu Grossman (grossman@cygnus.com) * nlm/ppc.c (set_step_traps clear_step_traps): Cleanups. |