merge from gcc
This commit is contained in:
parent
4ffc84662b
commit
2f9c405836
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-12-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* cp-demangle.c (is_ctor_or_dtor): Fix error in last change.
|
||||
|
||||
2003-12-22 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
PR debug/13272
|
||||
|
|
|
@ -4085,8 +4085,7 @@ is_ctor_or_dtor (mangled, ctor_kind, dtor_kind)
|
|||
free (di.comps);
|
||||
if (di.subs != NULL)
|
||||
free (di.subs);
|
||||
*palc = 1;
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue