mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-25 11:16:56 +08: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