aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
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.h
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.h')
-rw-r--r--gdb/stabsread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index a48f4b1..e4332bc 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -129,7 +129,7 @@ EXTERN int n_this_object_header_files;
EXTERN int n_allocated_this_object_header_files;
-extern void cleanup_undefined_types (struct objfile *);
+extern void cleanup_undefined_stabs_types (struct objfile *);
extern long read_number (char **, int);