diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index accb1f0..811702e 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -23,6 +23,7 @@ struct objfile; struct symbol; struct addrmap; struct compunit_symtab; +enum language; /* This module provides definitions used for creating and adding to the symbol table. These routines are called from various symbol- @@ -262,7 +263,8 @@ extern record_line_ftype record_line; extern struct compunit_symtab *start_symtab (struct objfile *objfile, const char *name, const char *comp_dir, - CORE_ADDR start_addr); + CORE_ADDR start_addr, + enum language language); extern void restart_symtab (struct compunit_symtab *cust, const char *name, CORE_ADDR start_addr); |