aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-05-29 18:54:50 +0000
committerDoug Evans <dje@google.com>2012-05-29 18:54:50 +0000
commit0a0edcd5c2947ab8fea2f080e121d7ade585e967 (patch)
tree54149e4871bd164f8d066cf57812ffcf4086443e /gdb/stabsread.c
parentd416e51da0f5e79c66f1d609068e83fff4add35a (diff)
downloadgdb-0a0edcd5c2947ab8fea2f080e121d7ade585e967.zip
gdb-0a0edcd5c2947ab8fea2f080e121d7ade585e967.tar.gz
gdb-0a0edcd5c2947ab8fea2f080e121d7ade585e967.tar.bz2
* stabsread.h (cleanup_undefined_stabs_types): Renamed from
cleanup_undefined_types. * stabsread.c (cleanup_undefined_stabs_types): Ditto. All callers updated.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r--gdb/stabsread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c
index 41a7754..eb09c9d 100644
--- a/gdb/stabsread.c
+++ b/gdb/stabsread.c
@@ -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);