diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index f883115..1f82c85 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -217,6 +217,9 @@ extern void start_subfile PARAMS ((char *, char *)); extern void +patch_subfile_names PARAMS ((struct subfile *subfile, char *name)); + +extern void push_subfile PARAMS ((void)); extern char * |