From 43ff13b4182f3853e19e9100c84313a6e9302b70 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 5 Jul 1999 17:58:44 +0000 Subject: import gdb-1999-07-05 snapshot --- sim/common/cgen-types.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sim/common/cgen-types.h') diff --git a/sim/common/cgen-types.h b/sim/common/cgen-types.h index 28c7205..289c7bd 100644 --- a/sim/common/cgen-types.h +++ b/sim/common/cgen-types.h @@ -98,13 +98,6 @@ extern DI make_struct_di (SI, SI); #define MAKEDI(hi, lo) (make_struct_di ((hi), (lo))) #endif -/* FIXME: Need to provide libraries if these aren't appropriate for target, - or user's needs. */ -typedef float SF; /* FIXME: struct */ -typedef double DF; /* FIXME: struct */ -typedef struct { SI parts[3]; } XF; /* FIXME: configure, provide library */ -typedef struct { SI parts[4]; } TF; /* FIXME: configure, provide library */ - /* These are used to record extracted raw data from an instruction, among other things. It must be a host data type, and not a target one. */ typedef int INT; @@ -113,4 +106,6 @@ typedef unsigned int UINT; typedef unsigned_address ADDR; /* FIXME: wip*/ typedef unsigned_address IADDR; /* FIXME: wip*/ +/* fp types are in cgen-fpu.h */ + #endif /* CGEN_TYPES_H */ -- cgit v1.1