aboutsummaryrefslogtreecommitdiff
path: root/sim/cris/arch.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-02 17:46:16 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-03 00:18:07 -0500
commit1ac72f0659d64d6a14da862242db0d841d2878d0 (patch)
treed7d792ba2df8227b99240650e99087e1f6008813 /sim/cris/arch.h
parent987f8739051ff368ecaf6ca1e0fc966c974381a1 (diff)
downloadfsf-binutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.zip
fsf-binutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.tar.gz
fsf-binutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.tar.bz2
sim: convert to bfd_endian
Rather than re-invent endian defines, as well as maintain our own list of OS & arch-specific includes, punt all that logic in favor of the bfd ones already set up and maintained elsewhere. We already rely on the bfd library, so leveraging the endian aspect should be fine.
Diffstat (limited to 'sim/cris/arch.h')
-rw-r--r--sim/cris/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/cris/arch.h b/sim/cris/arch.h
index f765f4a..efd861f 100644
--- a/sim/cris/arch.h
+++ b/sim/cris/arch.h
@@ -24,8 +24,6 @@ This file is part of the GNU simulators.
#ifndef CRIS_ARCH_H
#define CRIS_ARCH_H
-#define TARGET_BIG_ENDIAN 1
-
/* Enum declaration for model types. */
typedef enum model_type {
MODEL_CRISV10, MODEL_CRISV32, MODEL_MAX