From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24070 invoked by alias); 7 Aug 2003 00:23:44 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 24053 invoked from network); 7 Aug 2003 00:23:43 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 7 Aug 2003 00:23:43 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id RAA00515; Wed, 6 Aug 2003 17:23:37 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma000486; Wed, 6 Aug 03 17:23:29 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h770NX314366; Wed, 6 Aug 2003 17:23:33 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id RAA22320; Wed, 6 Aug 2003 17:23:33 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16177.39941.684697.94934@casey.transmeta.com> Date: Thu, 07 Aug 2003 00:44:00 -0000 To: Michael Meissner Cc: binutils@sources.redhat.com, cgen@sources.redhat.com, nickc@redhat.com Subject: Patches to move cgen files to C90 with prototypes In-Reply-To: <20030807001021.GA31218@tiktok.the-meissners.org> References: <20030807001021.GA31218@tiktok.the-meissners.org> X-SW-Source: 2003-q3/txt/msg00034.txt.bz2 Michael Meissner writes: > 2003-08-06 Michael Meissner > > ... massively large changelog entry, > ... especially for just a k&r -> c90 substitution fwiw, I think people think they're under far too much pressure to write anally correct changelog entries before a patch will get accepted. Nick, in this particular case, does one really have to mention every function? How about this instead? 2003-08-06 Michael Meissner * cgen-dis.in (*): Remove PARAMS macro. Use void * instead of PTR. * cgen-ibld.in (*): Ditto. * cgen-asm.in (*): Ditto. * cgen-dis.c (*): Ditto. * cgen-opc.c (*): Ditto. * cgen-asm.c (*): Ditto. [N.B. I said "in this particular case". Don't try to generalize my comments too far ...]