llvm-project/lld/lib/ReaderWriter/ELF
Sid Manning 42064e5b60 * Add relocation reference support for Hexagon and PowerPC.
- Hexagon has many relocation types, this patch covers just
      a subset, more will be added.
    - PowerPC support was added so that we can verify mixed endian
      environments.
  * Add some basic test cases
  * Update ldd-core to accept -endian flag

llvm-svn: 165477
2012-10-09 02:20:47 +00:00
..
CMakeLists.txt * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
HexagonReference.cpp * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
PPCReference.cpp * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
ReaderELF.cpp * Return correct size and alignment for common symbols. 2012-10-03 21:46:48 +00:00
ReferenceKinds.cpp * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
ReferenceKinds.h * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
WriterELF.cpp * Add relocation reference support for Hexagon and PowerPC. 2012-10-09 02:20:47 +00:00
WriterOptionsELF.cpp ELF support for LLD writer. The writer at present emits ELF header and section 2012-09-14 16:11:34 +00:00