binutils-gdb/elfcpp
Han Shen fa89cc82f5 This patch adds IFUNC support for arm gold backend.
This is a feature required in chromeos arm development work.

Tested:
1) Built passed all-gold on x86_64 machine
2) Tested with basic gold aarch64 ifunc unittests -
   a) global ifunc, statically/non-statically linked
   b) local ifunc, statically/non-statically linked
   c) global/local, other shared library routine mixed,
   statically/non-statically linked
   d) arm/thumb mode ifunc
   e) linking chrome browser passed
2015-01-29 10:15:42 -08:00
..
ChangeLog This patch adds IFUNC support for arm gold backend. 2015-01-29 10:15:42 -08:00
README ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
aarch64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm.h This patch adds IFUNC support for arm gold backend. 2015-01-29 10:15:42 -08:00
dwarf.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcpp.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcpp_file.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcpp_internal.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
elfcpp_swap.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
i386.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
mips.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
powerpc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
sparc.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tilegx.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
x86_64.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30

README

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.