* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index f8831151c4b145944336a2755e827b9951474c15..f70231cd6450ba7f3c15de16c7ab20b31002a84e 100644 (file)
@@ -59,6 +59,7 @@ struct subfile
   char *dirname;
   struct linetable *line_vector;
   int line_vector_length;
+  enum language language;
 };
 
 EXTERN struct subfile *subfiles;
@@ -216,6 +217,9 @@ really_free_pendings PARAMS ((int foo));
 extern void
 start_subfile PARAMS ((char *, char *));
 
+extern void
+patch_subfile_names PARAMS ((struct subfile *subfile, char *name));
+
 extern void
 push_subfile PARAMS ((void));
 
@@ -223,7 +227,7 @@ extern char *
 pop_subfile PARAMS ((void));
 
 extern struct symtab *
-end_symtab PARAMS ((CORE_ADDR, int, int, struct objfile *));
+end_symtab PARAMS ((CORE_ADDR, int, int, struct objfile *, int));
 
 extern void
 scan_file_globals PARAMS ((struct objfile *));
This page took 0.023392 seconds and 4 git commands to generate.