From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: float host/target confusion in `f' format Date: Wed, 12 Sep 2001 11:51:00 -0000 Message-id: <3B9FAEA8.2070207@cygnus.com> References: <20010912044554.C94035E9D8@zwingli.cygnus.com> X-SW-Source: 2001-09/msg00167.html > ! if (len == TYPE_LENGTH (builtin_type_float)) > type = builtin_type_float; > ! else if (len == TYPE_LENGTH (builtin_type_double)) > type = builtin_type_double; > should a long double test added? andrew