diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-21 03:34:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-21 03:34:30 +0000 |
commit | 61d99182f0a408360e238eff0bf2bc2dd5b0373f (patch) | |
tree | 19e135b93638049321033578b6aa11a6d71f5dd0 /gdb | |
parent | 6aaea2917f3735df72ca43b48277833b183fd43e (diff) | |
download | gdb-61d99182f0a408360e238eff0bf2bc2dd5b0373f.zip gdb-61d99182f0a408360e238eff0bf2bc2dd5b0373f.tar.gz gdb-61d99182f0a408360e238eff0bf2bc2dd5b0373f.tar.bz2 |
Zap an IEEE_FLOAT.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/arc/tm-arc.h | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 71e527b..b8e28c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-01-20 Andrew Cagney <ac131313@redhat.com> + * config/arc/tm-arc.h (IEEE_FLOAT): Delete. + +2002-01-20 Andrew Cagney <ac131313@redhat.com> + From Jeff Law <law@redhat.com>: * infttrace.c: Include <sys/pstat.h>. (child_pid_to_exec_file): Revamp. Use pstat call to get the @@ -114,7 +118,6 @@ * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto. * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto. * config/arm/tm-arm.h (IEEE_FLOAT): Ditto. - * config/arc/tm-arc.h (IEEE_FLOAT): Ditto. * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto. * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float. diff --git a/gdb/config/arc/tm-arc.h b/gdb/config/arc/tm-arc.h index 52ed091..cd94476 100644 --- a/gdb/config/arc/tm-arc.h +++ b/gdb/config/arc/tm-arc.h @@ -24,9 +24,6 @@ /* Used by arc-tdep.c to set the default cpu type. */ #define DEFAULT_ARC_CPU_TYPE "base" -/* 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. */ #define FUNCTION_START_OFFSET 0 |