From owner-source-changes@NetBSD.ORG Thu Feb 16 23:51:58 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA18825; Thu, 16 Feb 1995 23:51:57 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id AAA00703 for source-changes-outgoing; Fri, 17 Feb 1995 00:30:40 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id AAA00699 for ; Fri, 17 Feb 1995 00:30:30 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id WAA03700 for source-changes; Thu, 16 Feb 1995 22:10:02 -0800 Date: Thu, 16 Feb 1995 22:10:02 -0800 From: The Source Master Message-Id: <199502170610.WAA03700@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG jtc Thu Feb 16 22:01:49 PST 1995 Update of /b/source/CVS/src/lib/libc/arch/i386/gen In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/arch/i386/gen Modified Files: ldexp.c Log Message: Remove extra "u" constraint that caused gcc 2.6.3 not to compile this file. Note that gcc 2.4.5, the compiler we are currently using, still compiles it correctly after this change.