From owner-freebsd-questions@FreeBSD.ORG Wed May 18 09:45:11 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCB516A4CE for ; Wed, 18 May 2005 09:45:11 +0000 (GMT) Received: from mato.luukku.com (mato.luukku.com [193.209.83.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B17E43DA3 for ; Wed, 18 May 2005 09:45:11 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from localhost (mta3-o.i.luukku.com [10.0.1.132]) by mta3-o.i.luukku.com (Postfix) with ESMTP id 994C1FFA85 for ; Wed, 18 May 2005 12:45:07 +0300 (EEST) Received: from rekon (92a7.dsl.mtv3.fi [82.203.167.146]) by mato.luukku.com (Postfix) with SMTP id 7551A22EE8C for ; Wed, 18 May 2005 12:45:07 +0300 (EEST) Message-ID: <014201c55b8e$49dd4a10$92a7cb52@rekon> From: "Reko Turja" To: Date: Wed, 18 May 2005 12:45:13 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Support for assembler ENTER in FreeBSD kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 09:45:12 -0000 In recent discussion in OpenWatcom lists it was noticed that at least certain addressing modes of assembler ENTER instruction causes a crash when used in Linux. GCC circumnavigates this by not emitting ENTER instructions in assembly code. Linus's comment on the above issue can be found on: http://groups.google.co.nz/groups?selm=7i86ni%24b7n%241%40palladium.transmeta.com What's the status of the above "feature" in FreeBSD, do we support the whole x86 instruction set? -Reko