This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gold patch] Add miscellaneous cleanups for Fission support


This patch adds a couple of miscellaneous minor changes for Fission
that I've had in my local branch: support in dwarf_reader.cc for new
DW_FORM codes, and a .gdb_index test for inline functions. (There's
also an update to a comment in object.cc -- I can separate that one if
you prefer.)

OK to commit?

-cary


2012-09-06  Cary Coutant  <ccoutant@google.com>

gold/
	* dwarf_reader.cc (Dwarf_die::read_attributes): Add
	DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
	(Dwarf_die::skip_attributes): Likewise.
	* object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
	* testsuite/gdb_index_test.cc (inline_func_1): New function.
	(main): Call it.
	* testsuite/gdb_index_test_comm.sh: Check index for inline function.

Attachment: gold-fission-misc.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]