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/h8300 | |
parent | 56248298dc57e763e4e8afbd90926bc19e25b3ac (diff) | |
download | gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.zip gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.tar.gz gdb-c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc.tar.bz2 |
Eliminate IEEE_FLOAT.
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index ad6e7a4..79f52dc 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -58,7 +58,6 @@ extern int h8300smode; extern void h8300_init_extra_frame_info (); -#define IEEE_FLOAT (1) /* Define the bit, byte, and word ordering of the machine. */ #define TARGET_BYTE_ORDER BFD_ENDIAN_BIG #undef TARGET_INT_BIT |