aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-29 19:33:22 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-29 19:33:22 +0000
commitc35f4ffcade07bba900aa312c2d0c2242113c5d4 (patch)
treee390333b017573517e5a1a7e3fcb2700c655831b /gdb/config/pa
parent624a44a3c41144731bebbdbe1c3994ed868951e3 (diff)
downloadgdb-c35f4ffcade07bba900aa312c2d0c2242113c5d4.zip
gdb-c35f4ffcade07bba900aa312c2d0c2242113c5d4.tar.gz
gdb-c35f4ffcade07bba900aa312c2d0c2242113c5d4.tar.bz2
2004-07-29 Andrew Cagney <cagney@gnu.org>
* config/pa/xm-linux.h: Do not include "floatformat.h". (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) (HOST_LONG_DOUBLE_FORMAT): Delete macros. * config/i386/xm-i386.h: Do not include "floatformat.h". (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) (HOST_LONG_DOUBLE_FORMAT): Delete macros. * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and GDB_HOST_LONG_DOUBLE_FORMAT instead. * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT) (GDB_HOST_LONG_DOUBLE_FORMAT): Define. * configure, config.in: Regenerate. * configure.host (gdb_host_float_format, gdb_host_double_format) (gdb_host_long_double_format): Set according to the host.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/xm-linux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/xm-linux.h b/gdb/config/pa/xm-linux.h
index ceb6ed2..81847be 100644
--- a/gdb/config/pa/xm-linux.h
+++ b/gdb/config/pa/xm-linux.h
@@ -22,10 +22,4 @@
#ifndef XM_HPPA_LINUX_H
#define XM_HPPA_LINUX_H
-#include "floatformat.h"
-
-#define HOST_FLOAT_FORMAT &floatformat_ieee_single_big
-#define HOST_DOUBLE_FORMAT &floatformat_ieee_double_big
-#define HOST_LONG_DOUBLE_FORMAT &floatformat_ieee_double_big
-
#endif /* xm-linux.h */