From owner-freebsd-current Fri Jun 26 17:12:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05867 for freebsd-current-outgoing; Fri, 26 Jun 1998 17:12:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05673; Fri, 26 Jun 1998 17:12:23 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id KAA15040; Sat, 27 Jun 1998 10:21:49 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806270021.KAA15040@cimlogic.com.au> Subject: sys/cdefs.h & __asm__ To: peter@FreeBSD.ORG Date: Sat, 27 Jun 1998 10:21:49 +1000 (EST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter, The __asm__ code you added to sys/cdefs.h is broken on alpha due to differences in the syntax used by GNU on different architectures. Big sigh. I think we will need to move the __asm__ stuff to machine/cdefs.h. Why doesn't #pragma weak work on i386? Is it an old vs new tools issue? -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message