From owner-freebsd-hackers Fri Aug 7 00:31:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16651 for freebsd-hackers-outgoing; Fri, 7 Aug 1998 00:31:37 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16641 for ; Fri, 7 Aug 1998 00:31:36 -0700 (PDT) (envelope-from tlambert@usr08.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id AAA28180; Fri, 7 Aug 1998 00:31:21 -0700 (MST) Received: from usr08.primenet.com(206.165.6.208) via SMTP by smtp01.primenet.com, id smtpd028165; Fri Aug 7 00:31:19 1998 Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id AAA22800; Fri, 7 Aug 1998 00:31:14 -0700 (MST) From: Terry Lambert Message-Id: <199808070731.AAA22800@usr08.primenet.com> Subject: Re: C and static initialization with unions To: mike@smith.net.au (Mike Smith) Date: Fri, 7 Aug 1998 07:31:14 +0000 (GMT) Cc: tlambert@primenet.com, Nicolas.Souchu@prism.uvsq.fr, mike@smith.net.au, chuckr@glue.umd.edu, freebsd-hackers@FreeBSD.ORG In-Reply-To: <199808070138.SAA01445@dingo.cdrom.com> from "Mike Smith" at Aug 6, 98 06:38:37 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I know that FreeBSD uses inline assembly, rather than seperating > > out the assembly code into machine-specific compilation units > > (preferrably with vanilla C equivalents, where possible). > > Actually, we largely do separate into compilation units. See all those > files ending in '.s' and '.S'? I just grepp'ed for "asm(.*)" and piped to wc -l. The result was a non-zero count. > > I also know that FreeBSD uses ANSI constructs, which make the > > code non-portable to older compilers, such as those you would > > have on machines running older OS's that you want to upgrade > > to running FreeBSD via a port. > > Seeing as nobody actually seems to want this, it's obviously not of > much interest. I would dearly love this. Say "nobody who counts", please... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message