r263238 - in /trunk/libbacktrace: ChangeLog xco...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Aug 1 21:55:00 GMT 2018


Author: ian
Date: Wed Aug  1 21:55:05 2018
New Revision: 263238

URL: https://gcc.gnu.org/viewcvs?rev=263238&root=gcc&view=rev
Log:
	* 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.

Modified:
    trunk/libbacktrace/ChangeLog
    trunk/libbacktrace/xcoff.c



More information about the Gcc-cvs mailing list