From fa3e04d2db350acfc275a678668c2370fc7d6f88 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 11 Jan 2011 21:52:44 +0000 Subject: * godump.c (go_format_type): Don't generate float80. From-SVN: r168682 --- gcc/godump.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/godump.c') diff --git a/gcc/godump.c b/gcc/godump.c index 662aa92..3b4b766 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -1,5 +1,5 @@ /* Output Go language descriptions of types. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GCC. @@ -387,9 +387,6 @@ go_format_type (struct godump_container *container, tree type, case 64: s = "float64"; break; - case 80: - s = "float80"; - break; default: snprintf (buf, sizeof buf, "INVALID-float-%u", TYPE_PRECISION (type)); -- cgit v1.1