summaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
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
commit0ab29ebbbb04dae19956b3fa4fbd7f62ee0df34c (patch)
tree496ce9325fa5fca5b81574fa1b29eb8db4e12a4c /gdb/mipsread.c
parent54e379160a866d89bb31f8bc9a0a9f449a0ef23b (diff)
downloadgdb-0ab29ebbbb04dae19956b3fa4fbd7f62ee0df34c.tar.gz
* 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/mipsread.c')
-rw-r--r--gdb/mipsread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c
index 280e605749f..6f7cad89970 100644
--- a/gdb/mipsread.c
+++ b/gdb/mipsread.c
@@ -394,6 +394,7 @@ static struct sym_fns ecoff_sym_fns =
default_symfile_offsets, /* sym_offsets: dummy FIXME til implem sym reloc */
default_symfile_segments, /* sym_segments: Get segment information from
a file. */
+ NULL, /* sym_read_linetable */
NULL /* next: pointer to next struct sym_fns */
};