Remove buildsym_new_init
authorTom Tromey <tom@tromey.com>
Sun, 20 May 2018 17:25:20 +0000 (11:25 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 16 Jul 2018 14:55:19 +0000 (08:55 -0600)
commit2c722d18f32b1c1f82c7546b1e41edec47d88dce
tree5b29aec9b019672008891a0c9b0d3b02bd7f43e4
parent5985ac614d7e8ae65faadf62e9302c1c096b5647
Remove buildsym_new_init

buildsym_new_init is just an alias for buildsym_init.  This removes
it.  In the long run buildsym_init will also go away; this patch just
helps make things a bit clearer in the meantime.

gdb/ChangeLog
2018-07-16  Tom Tromey  <tom@tromey.com>

* xcoffread.c (xcoff_new_init): Update.
* mipsread.c (mipscoff_new_init): Update.
* mdebugread.c (mdebug_build_psymtabs): Update.
* elfread.c (elf_new_init): Update.
* dbxread.c (dbx_new_init, coffstab_build_psymtabs)
(elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
* buildsym.h (buildsym_new_init): Don't declare.
* buildsym.c (buildsym_new_init): Remove.
gdb/ChangeLog
gdb/buildsym.c
gdb/buildsym.h
gdb/dbxread.c
gdb/elfread.c
gdb/mdebugread.c
gdb/mipsread.c
gdb/xcoffread.c
This page took 0.028915 seconds and 4 git commands to generate.