binutils-gdb/elfcpp
Walter Lee 5c0b3823c6 Add support for tilegx in gold.
* configure.ac (ENABLE_GOLD): support tilegx*
	* configure: rebuild
elfcpp:
	* tilegx.h: New file.
	* elfcpp.h: add EM_TILEGX.
gold:
	* tilegx.cc: New file.
	* Makefile.am (TARGETSOURCES): Add tilegx.cc
	(ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
	* configure.tgt: Add entries for tilegx*.
	* configure.ac: Likewise.
	* Makefile.in: Rebuild.
	* configure: Likewise.
	* testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
	tilegx.
2012-09-15 17:11:28 +00:00
..
ChangeLog Add support for tilegx in gold. 2012-09-15 17:11:28 +00:00
README Initial CVS checkin of gold 2006-08-04 23:10:59 +00:00
arm.h 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
dwarf.h elfcpp/ 2012-05-01 22:46:36 +00:00
elfcpp.h Add support for tilegx in gold. 2012-09-15 17:11:28 +00:00
elfcpp_file.h * elfcpp_file.h: Revert last patch. 2009-12-14 19:57:47 +00:00
elfcpp_internal.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
elfcpp_swap.h elfcpp/ 2012-04-23 23:31:15 +00:00
i386.h elfcpp:/ 2010-08-04 09:53:38 +00:00
mips.h * mips.h: New file 2012-01-28 01:04:22 +00:00
powerpc.h elfcpp/ 2012-08-14 02:22:32 +00:00
sparc.h gold: Add sparc IFUNC support to Gold. 2012-04-17 01:57:23 +00:00
tilegx.h Add support for tilegx in gold. 2012-09-15 17:11:28 +00:00
x86_64.h Handle R_X86_64_64 properly for x32 2012-05-11 11:10:19 +00:00

README

elfcpp is a C++ library for reading and writing ELF information.  This
was written to support gold, the ELF linker, and may not be generally
useful.

elfcpp does not do file I/O.  It deals only with offsets and memory
data.

For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.