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]

[PATCH 1/2] gold: add incremental input structures definitions


  There was no reply to Ian's e-mail about the value of
SHT_GNU_INCREMENTAL_INPUTS - if I understand, no one has a strong
opinion about it. This time I send the patch with a value that is
probably not used by others (I don't think another system uses an id
with a letter 'G'), but I won't mind if the previous patch is chosen
(with the value in elfcpp.h changed to match the one in elf/common.h).

2009-03-17  Mikolaj Zalewski  <mikolajz@google.com>
	* elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define.

2009-03-17  Mikolaj Zalewski  <mikolajz@google.com>
	* incremental.cc: New file.
	* Makefile.am (CCFILES): Add incremental.cc.
	* Makefile.in: Rebuild.

2009-03-17  Mikolaj Zalewski  <mikolajz@google.com>
	* elf/common.h (SHT_GNU_INCREMENTAL_INPUTS): Define.

Attachment: 0001-gold-add-incremental-input-structures-definitions.txt
Description: Text document


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