From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6673 invoked by alias); 23 May 2010 06:07:05 -0000 Received: (qmail 6634 invoked by uid 48); 23 May 2010 06:06:50 -0000 Date: Sun, 23 May 2010 06:07:00 -0000 Message-ID: <20100523060650.6633.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jay dot krell at cornell dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg02665.txt.bz2 ------- Comment #2 from jay dot krell at cornell dot edu 2010-05-23 06:06 ------- It also goes without saying that the factoring here stinks. At the very least, split the lists up into three: common 32 64 and then compose the result out of two of them. The prefixes can also probably be computed. If the name contains "printf" or "scanf", prefix decc$tx. else if the function takes any floating point parameters, prefix decc$t. else prefix just decc$. I think I'll write this up.. You also easily enough have a list per prefix. And a custom list, like for environ. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241