diff options
author | Stu Grossman <grossman@cygnus> | 1993-10-21 00:58:19 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-10-21 00:58:19 +0000 |
commit | 5f22e4edc630869f24b0bd983d199f65ce362199 (patch) | |
tree | 2540b084aacd107e92ec324472c0267259f5f91d /gdb/ChangeLog | |
parent | d0d8484a4a8b7c803473eaadb4a30513cd8b8d09 (diff) | |
download | gdb-5f22e4edc630869f24b0bd983d199f65ce362199.zip gdb-5f22e4edc630869f24b0bd983d199f65ce362199.tar.gz gdb-5f22e4edc630869f24b0bd983d199f65ce362199.tar.bz2 |
* config/a29k/a29k-udi.mt: Define REMOTE_O as null so that we don't
get the default remote* modules.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b18a48f..4d155d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -12,6 +12,8 @@ Wed Oct 20 17:47:42 1993 Stu Grossman (grossman at cygnus.com) * remote.c: Use remote_debug and baud_rate globals directly, instead of sr_ functions, so that we don't need to load remote-utils.c. + * config/a29k/a29k-udi.mt: Define REMOTE_O as null so that we don't + get the default remote* modules. Wed Oct 20 11:35:43 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |