diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-07 16:47:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-07 16:47:48 +0000 |
commit | c1bde6653a5b16804ed72d386ad592365c24c2fd (patch) | |
tree | 4c334981e11cdb8de0d31366efbb3f58462855fb /gdb/ChangeLog | |
parent | 628c6d3b7811300017a997647ed132fad8727122 (diff) | |
download | gdb-c1bde6653a5b16804ed72d386ad592365c24c2fd.zip gdb-c1bde6653a5b16804ed72d386ad592365c24c2fd.tar.gz gdb-c1bde6653a5b16804ed72d386ad592365c24c2fd.tar.bz2 |
* symfile.c: #include <ctype.h> to get proper def if isspace().
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 3e74221..54cf201 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com) + * symfile.c: #include <ctype.h> to get proper def if isspace(). + * i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET. Mon Apr 6 17:25:45 1992 Per Bothner (bothner@cygnus.com) |