hanchenye-llvm-project/llvm/tools/yaml2obj
Adhemerval Zanella 9f3dbff08a Support arm32 R_ARM_V4BX relocation format
ARM32 ELF R_ARM_V4BX relocation format is a special relocation type
that records the location of an ARMv4t BX instruction to enable a
static linker to generate ARMv4 compatible instructions.  This
relocation does not contain a reference symbol.

This patch enabled its creation by removing the requeriment of a
relocation symbol target in ELFState<ELFT>::writeSectionContent.

llvm-svn: 235513
2015-04-22 15:26:43 +00:00
..
CMakeLists.txt
Makefile
yaml2coff.cpp Mark empty default constructors as =default if it makes the type POD 2015-04-11 18:57:14 +00:00
yaml2elf.cpp Support arm32 R_ARM_V4BX relocation format 2015-04-22 15:26:43 +00:00
yaml2obj.cpp
yaml2obj.h