diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-15 16:53:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-15 16:53:24 +0000 |
commit | ed59d21912d94392c9b918d4895641c76a7b3da5 (patch) | |
tree | 9d564553b9efa5723846e38acf665fb912453346 /gdb/config/i960 | |
parent | 3e7ef95edd82f76caa300702d7ba01dcda21a53b (diff) | |
download | gdb-ed59d21912d94392c9b918d4895641c76a7b3da5.tar.gz |
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/tm-i960.h | 2 |
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. */ |