summaryrefslogtreecommitdiff
path: root/elfcpp/elfcpp_internal.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-10-20 20:40:49 +0000
committerIan Lance Taylor <iant@google.com>2006-10-20 20:40:49 +0000
commit92e059d8dc78c3f65e29e48e368f6e47ea0ab671 (patch)
treef448eb3317d9cbb0f5946422cc28ef157a5f65cb /elfcpp/elfcpp_internal.h
parentaf4658dc3db33004d6166b161588221ecb463a5f (diff)
downloadbinutils-92e059d8dc78c3f65e29e48e368f6e47ea0ab671.tar.gz
binutils-92e059d8dc78c3f65e29e48e368f6e47ea0ab671.tar.bz2
binutils-92e059d8dc78c3f65e29e48e368f6e47ea0ab671.zip
Framework for relocation scanning. Implement simple static TLS
relocations.
Diffstat (limited to 'elfcpp/elfcpp_internal.h')
-rw-r--r--elfcpp/elfcpp_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h
index 0d69baebfab..e4c863644aa 100644
--- a/elfcpp/elfcpp_internal.h
+++ b/elfcpp/elfcpp_internal.h
@@ -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;