binutils-gdb/elfcpp
Alan Modra 549dba7104 [GOLD] R_PPC64_ENTRY support
elfcpp/
	* powerpc.h (R_PPC64_ENTRY): Define.
gold/
	* powerpc.cc (add_2_2_12, ld_2_12, lis_2): Define.
	(Target_powerpc::Scan::local, global): Handle R_PPC64_ENTRY.
	(Target_powerpc::Relocate::relocate): Edit code at R_PPC64_ENTRY.
2015-12-07 13:17:00 +10:30
..
aarch64.h
arm.h
ChangeLog [GOLD] R_PPC64_ENTRY support 2015-12-07 13:17:00 +10:30
dwarf.h
elfcpp_file.h
elfcpp_internal.h
elfcpp_swap.h
elfcpp.h
i386.h Gold: Don't fail on R_386_GOT32X relocation 2015-10-22 04:56:49 -07:00
mips.h
powerpc.h [GOLD] R_PPC64_ENTRY support 2015-12-07 13:17:00 +10:30
README
s390.h Add s390 backend. 2015-10-28 16:47:27 -07:00
sparc.h
tilegx.h
x86_64.h Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocations 2015-10-22 04:56:57 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.


Copyright (C) 2012-2015 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.