* dbxread.c (dbx_symfile_init): Make size of the string table
authorFred Fish <fnf@specifix.com>
Thu, 4 Mar 1993 00:01:32 +0000 (00:01 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 4 Mar 1993 00:01:32 +0000 (00:01 +0000)
commit69a272c4f6b452de40e6994c55f8941f957ff8f2
tree4e3852958441a716e83cef4f24caed30f372cef6
parent350e711979f38198d99fc90194b1d4fe44b00048
* 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.
gdb/ChangeLog
gdb/dbxread.c