]> git.ipfire.org Git - thirdparty/gcc.git/commit
xcoff.c (struct xcoff_line, [...]): Remove.
authorTony Reix <tony.reix@atos.net>
Wed, 1 Aug 2018 21:55:05 +0000 (21:55 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 1 Aug 2018 21:55:05 +0000 (21:55 +0000)
commitca9a1314ec5f2b58921e24abdcebae1482c0e2c6
tree68f3823b178796072f1e89fc1ab599f618296c5f
parent701d080a4b7d04d2f4f084b85fb2160fd6b96da9
xcoff.c (struct xcoff_line, [...]): Remove.

* xcoff.c (struct xcoff_line, struct xcoff_line_vector): Remove.
(struct xcoff_func, struct xcoff_func_vector): New structs.
(xcoff_syminfo): Drop leading dot from symbol name.
(xcoff_line_compare, xcoff_line_search): Remove.
(xcoff_func_compare, xcoff_func_search): New static functions.
(xcoff_lookup_pc): Search function table.
(xcoff_add_line, xcoff_process_linenos): Remove.
(xcoff_initialize_fileline): Build function table.

From-SVN: r263238
libbacktrace/ChangeLog
libbacktrace/xcoff.c