Framework for relocation scanning. Implement simple static TLS
relocations.
This commit is contained in:
parent
af4658dc3d
commit
92e059d8dc
24 changed files with 2382 additions and 348 deletions
|
@ -16,7 +16,7 @@ namespace elfcpp
|
|||
namespace internal
|
||||
{
|
||||
|
||||
#ifdef WORDS_BIG_ENDIAN
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
const bool host_big_endian = true;
|
||||
#else
|
||||
const bool host_big_endian = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue