diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-07 17:23:36 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-07 17:23:36 +0000 |
commit | 96c19d0f6db66704f75fe826feaacd1fb53a8682 (patch) | |
tree | b65c1d78a356ce3c4408ea098cb3328d1735e0c0 /gdb | |
parent | c1bde6653a5b16804ed72d386ad592365c24c2fd (diff) | |
download | gdb-96c19d0f6db66704f75fe826feaacd1fb53a8682.zip gdb-96c19d0f6db66704f75fe826feaacd1fb53a8682.tar.gz gdb-96c19d0f6db66704f75fe826feaacd1fb53a8682.tar.bz2 |
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
mipscoff_symfile_read): Convert to BFD to do file I/O.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54cf201..5844a01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com) + * mipsread.c (read_mips_symtab, read_the_mips_symtab, + mipscoff_symfile_read): Convert to BFD to do file I/O. + * symfile.c: #include <ctype.h> to get proper def if isspace(). * i386-tdep.c (get_longjmp_target): #ifdef GET_LONGJMP_TARGET. |