From c295b2e5056e475702a492c520c17d47c9955e14 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 21 Sep 2007 18:01:26 +0000 Subject: * 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. --- gdb/coffread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/coffread.c') diff --git a/gdb/coffread.c b/gdb/coffread.c index 0276378..b767eaf 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -2100,6 +2100,7 @@ static struct sym_fns coff_sym_fns = default_symfile_offsets, /* sym_offsets: xlate external to internal form */ default_symfile_segments, /* sym_segments: Get segment information from a file. */ + NULL, /* sym_read_linetable */ NULL /* next: pointer to next struct sym_fns */ }; -- cgit v1.1