diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-12 19:03:59 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-12 19:03:59 +0000 |
commit | 59c2be48f9307aed697a2acddb8c128fdd4f9423 (patch) | |
tree | 319fba10e452f68c6bb3e20817f5979250093a2f /gdb | |
parent | 05238df4e27e616554f2039d97647ef68b2dd99d (diff) | |
download | gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.zip gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.tar.gz gdb-59c2be48f9307aed697a2acddb8c128fdd4f9423.tar.bz2 |
fix unterminated character string
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote-sim.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 405eee1..59f6302 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 12 12:01:29 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * remote-sim.c: fix unterminated character string + Tue Oct 12 08:59:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c: Fix comment about gcc 2.3.3 stab for long long int. diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index bfde87e..83600e8 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "terminal.h" #include "target.h" #include "gdbcore.h" -#include "remote-sim.h +#include "remote-sim.h" #include "remote-utils.h" /* Naming convention: |