]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/dbxread.c
* symfile.h (struct sym_fns): Add new field sym_read_linetable.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 21 Sep 2007 18:01:26 +0000 (18:01 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 21 Sep 2007 18:01:26 +0000 (18:01 +0000)
commitc295b2e5056e475702a492c520c17d47c9955e14
tree89eb904d3f6fc2d31b9942f1e11d3504679030d4
parent4ab2002928d0ba68074601d8ac4ea920c916a46c
    * 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/ChangeLog
gdb/buildsym.c
gdb/coffread.c
gdb/config/powerpc/aix.mt
gdb/config/rs6000/tm-rs6000.h [deleted file]
gdb/dbxread.c
gdb/elfread.c
gdb/mipsread.c
gdb/somread.c
gdb/symfile.h
gdb/xcoffread.c