mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* stabsread.h (cleanup_undefined_stabs_types): Renamed from
cleanup_undefined_types. * stabsread.c (cleanup_undefined_stabs_types): Ditto. All callers updated.
This commit is contained in:
@ -4598,7 +4598,7 @@ cleanup_undefined_types_1 (void)
|
||||
this unit. */
|
||||
|
||||
void
|
||||
cleanup_undefined_types (struct objfile *objfile)
|
||||
cleanup_undefined_stabs_types (struct objfile *objfile)
|
||||
{
|
||||
cleanup_undefined_types_1 ();
|
||||
cleanup_undefined_types_noname (objfile);
|
||||
|
Reference in New Issue
Block a user