+2011-01-11 Ian Lance Taylor <iant@google.com>
+
+ * godump.c (go_format_type): Don't generate float80.
+
2011-01-11 Richard Henderson <rth@redhat.com>
* config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
/* 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 <iant@google.com>.
This file is part of GCC.
case 64:
s = "float64";
break;
- case 80:
- s = "float80";
- break;
default:
snprintf (buf, sizeof buf, "INVALID-float-%u",
TYPE_PRECISION (type));