summaryrefslogtreecommitdiff
path: root/gdb/config/i960/tm-i960.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-15 16:53:24 +0000
commit778eb05eacb13ba46d6b60d9157fcc32db8433a2 (patch)
tree2b66c1e99b806a1f85109d0c20fee47368448f96 /gdb/config/i960/tm-i960.h
parent5b6a02bcf409bfba5fafa2e71d2296e2429de038 (diff)
downloadbinutils-gdb-778eb05eacb13ba46d6b60d9157fcc32db8433a2.tar.gz
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Diffstat (limited to 'gdb/config/i960/tm-i960.h')
-rw-r--r--gdb/config/i960/tm-i960.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i960/tm-i960.h b/gdb/config/i960/tm-i960.h
index f47b880e8a5..b6ed313456d 100644
--- a/gdb/config/i960/tm-i960.h
+++ b/gdb/config/i960/tm-i960.h
@@ -39,7 +39,7 @@
#define DBX_PARM_SYMBOL_CLASS(type) ((type == N_LSYM)? LOC_LOCAL_ARG: LOC_ARG)
/* Byte order is configurable, but this machine runs little-endian. */
-#define TARGET_BYTE_ORDER LITTLE_ENDIAN
+#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
/* We have IEEE floating point, if we have any float at all. */