diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-04 00:01:32 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-04 00:01:32 +0000 |
commit | 69a272c4f6b452de40e6994c55f8941f957ff8f2 (patch) | |
tree | 4e3852958441a716e83cef4f24caed30f372cef6 /gdb/ChangeLog | |
parent | 350e711979f38198d99fc90194b1d4fe44b00048 (diff) | |
download | gdb-69a272c4f6b452de40e6994c55f8941f957ff8f2.zip gdb-69a272c4f6b452de40e6994c55f8941f957ff8f2.tar.gz gdb-69a272c4f6b452de40e6994c55f8941f957ff8f2.tar.bz2 |
* dbxread.c (dbx_symfile_init): Make size of the string table
size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the
offset to the string table is nonzero and handle the nonexistant
string table case, should it occur. Ensure that the string table
size read from the file is reasonable, with a minimum lower bound
of DBX_STRINGTAB_SIZE_SIZE instead of zero.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8606ce2..32ecd0f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Wed Mar 3 15:51:28 1993 Fred Fish (fnf@cygnus.com) + + * dbxread.c (dbx_symfile_init): Make size of the string table + size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the + offset to the string table is nonzero and handle the nonexistant + string table case, should it occur. Ensure that the string table + size read from the file is reasonable, with a minimum lower bound + of DBX_STRINGTAB_SIZE_SIZE instead of zero. + Wed Mar 3 07:23:03 1993 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: Changes to build testsuite correctly. |