diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 19:26:50 +0000 |
commit | 3fd3d7d29c5ea6ba2dff07fe353bac80fefce363 (patch) | |
tree | 1814112048b5c78deafd7c8ca1d911c3bc0ec7c3 /gdb/config/arc | |
parent | 3e36a0f45e5df8f57422bcbe41b0d0a241b4159b (diff) | |
download | gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.zip gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.gz gdb-3fd3d7d29c5ea6ba2dff07fe353bac80fefce363.tar.bz2 |
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
Diffstat (limited to 'gdb/config/arc')
-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. */ |