From owner-freebsd-ia64 Sat Oct 13 21:50:33 2001 Delivered-To: freebsd-ia64@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 9279937B407 for ; Sat, 13 Oct 2001 21:50:31 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9E4oVI93221 for ; Sat, 13 Oct 2001 21:50:31 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9E4ort05695 for ia64@FreeBSD.org; Sat, 13 Oct 2001 21:50:53 -0700 (PDT) (envelope-from marcel) Date: Sat, 13 Oct 2001 21:50:53 -0700 From: Marcel Moolenaar To: ia64@FreeBSD.org Subject: vfprintf.c Message-ID: <20011013215052.A1551@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.21i Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Guys, Do we already have a "formal" solution for libc/stdio/vfprintf.c? I experimented with changing argtable to not store the addresses of the varargs (which fails on ia64), but to hold the values themselves and that works good. This is probably a pessimisation on i386; more so than on Alpha. An alternative is to not use the argtable at all. Is anybody taking a look at this? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message