diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 18:05:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 18:05:54 +0000 |
commit | c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc (patch) | |
tree | 766a0ffadb76b1de1e4fe885959760c3e720b962 /gdb/config/i960 | |
parent | 56248298dc57e763e4e8afbd90926bc19e25b3ac (diff) | |
download | gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.zip gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.tar.gz gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.tar.bz2 |
Eliminate IEEE_FLOAT.
Diffstat (limited to 'gdb/config/i960')
-rw-r--r-- | gdb/config/i960/tm-i960.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/i960/tm-i960.h b/gdb/config/i960/tm-i960.h index b6ed313..da0766d 100644 --- a/gdb/config/i960/tm-i960.h +++ b/gdb/config/i960/tm-i960.h @@ -41,10 +41,6 @@ /* Byte order is configurable, but this machine runs little-endian. */ #define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE -/* 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. */ |