aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-09-21 18:01:26 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-09-21 18:01:26 +0000
commitc295b2e5056e475702a492c520c17d47c9955e14 (patch)
tree89eb904d3f6fc2d31b9942f1e11d3504679030d4 /gdb/symfile.h
parent4ab2002928d0ba68074601d8ac4ea920c916a46c (diff)
downloadgdb-c295b2e5056e475702a492c520c17d47c9955e14.zip
gdb-c295b2e5056e475702a492c520c17d47c9955e14.tar.gz
gdb-c295b2e5056e475702a492c520c17d47c9955e14.tar.bz2
* symfile.h (struct sym_fns): Add new field sym_read_linetable.
* coffread.c, dbxread.c, elfread.c, mipsread.c somread.c: Adjust the struct sym_fns object accordingly by setting the new field to NULL. * xcoffread.c (aix_process_linenos): Make static. (xcoff_sym_fns): Set new field to aix_process_linenos. * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK by call to new the new sym_fns sym_read_linetable function. * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete. * config/rs6000/tm-rs6000.h: Delete.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 49c1233..15f60cc 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -157,6 +157,11 @@ struct sym_fns
struct symfile_segment_data *(*sym_segments) (bfd *abfd);
+ /* This function should read the linetable from the objfile when
+ the line table cannot be read while processing the debugging
+ information. */
+ void (*sym_read_linetable) (void);
+
/* Finds the next struct sym_fns. They are allocated and
initialized in whatever module implements the functions pointed
to; an initializer calls add_symtab_fns to add them to the global