From 2156e40a831a8e0ab68e4bc091c2940bf46ca6df Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 3 Jun 2005 03:28:44 +0000 Subject: Gcc 3.4.4 release. --- contrib/gcc/objc/objc-act.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/gcc/objc') diff --git a/contrib/gcc/objc/objc-act.c b/contrib/gcc/objc/objc-act.c index b1762cf..736c79a 100644 --- a/contrib/gcc/objc/objc-act.c +++ b/contrib/gcc/objc/objc-act.c @@ -7389,6 +7389,7 @@ encode_type (tree type, int curtype, int format) { case 32: c = 'f'; break; case 64: + case 96: case 128: c = 'd'; break; default: abort (); } -- cgit v1.1