diff options
Diffstat (limited to 'gdb/config/arc/tm-arc.h')
-rw-r--r-- | gdb/config/arc/tm-arc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/arc/tm-arc.h b/gdb/config/arc/tm-arc.h index a015843..52ed091 100644 --- a/gdb/config/arc/tm-arc.h +++ b/gdb/config/arc/tm-arc.h @@ -24,8 +24,8 @@ /* Used by arc-tdep.c to set the default cpu type. */ #define DEFAULT_ARC_CPU_TYPE "base" -/* Byte order is selectable. */ -#define TARGET_BYTE_ORDER_SELECTABLE +/* We have IEEE floating point, if we have any float at all. */ +#define IEEE_FLOAT (1) /* Offset from address of function to start of its code. Zero on most machines. */ |