mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-28 03:35:40 +00:00
Framework for relocation scanning. Implement simple static TLS
relocations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user