forked from Imagelibrary/binutils-gdb
* partial-stab.h: Add one more check against corrupted or irregular stabs
entry.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-03-28 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* partial-stab.h: Add one more check against corrupted or irregular
|
||||
stabs entry.
|
||||
|
||||
Tue Mar 28 12:23:37 2000 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* gnu-regex.c (regerror): Function renamed from `__regerror'.
|
||||
|
||||
@@ -393,7 +393,7 @@ switch (CUR_SYMBOL_TYPE)
|
||||
|
||||
#ifdef DBXREAD_ONLY
|
||||
/* See if this is an end of function stab. */
|
||||
if (CUR_SYMBOL_TYPE == N_FUN && *namestring == '\000')
|
||||
if (pst && CUR_SYMBOL_TYPE == N_FUN && *namestring == '\000')
|
||||
{
|
||||
unsigned long valu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user