From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 5 20:51:32 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048FA10656F2 for ; Fri, 5 Jun 2009 20:51:32 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 986F88FC14 for ; Fri, 5 Jun 2009 20:51:31 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1MCg01-000MSJ-1Q; Fri, 05 Jun 2009 23:26:49 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n55KQjaa084291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Jun 2009 23:26:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n55KQj5K043804; Fri, 5 Jun 2009 23:26:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n55KQjhl043803; Fri, 5 Jun 2009 23:26:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 5 Jun 2009 23:26:45 +0300 From: Kostik Belousov To: "Tseng, Kuo-Lang" Message-ID: <20090605202645.GF1927@deviant.kiev.zoral.com.ua> References: <63FEFD5869C1DB49B69DCC57DF8F2157CA08AD20@orsmsx505.amr.corp.intel.com> <20090605180053.I15681@delplex.bde.org> <63FEFD5869C1DB49B69DCC57DF8F2157CA0D2B62@orsmsx505.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fwoMm750e/OqJ5Gb" Content-Disposition: inline In-Reply-To: <63FEFD5869C1DB49B69DCC57DF8F2157CA0D2B62@orsmsx505.amr.corp.intel.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.1 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1MCg01-000MSJ-1Q 43ef5d994ae45300f3a61f3f3ad8e3c1 X-Terabit: YES Cc: "freebsd-amd64@freebsd.org" Subject: Re: Declaration of intrcnt and eintrcnt in amd64/amd64/support.S X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 20:51:32 -0000 --fwoMm750e/OqJ5Gb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 05, 2009 at 10:01:50AM -0700, Tseng, Kuo-Lang wrote: > Bruce Evans wrote on Friday, June 05, 2009 1:06 AM: >=20 > > On Thu, 4 Jun 2009, Tseng, Kuo-Lang wrote: > >=20 > >> Currently these two variables are stored in the .text section > >> because they are declared without a .data directive. Is there any > >> reason why they are not declared with .data directive? Or this is > >> missing? =20 > >=20 > > This is just a bug, as is formatting mail for 220-column terminals. > > It is missing in the reference i386 version which has a .data > > directive before some other variables that don't exist on amd64.=20 > > Apparently, these variables only work because the text section is not > > write protected. Write protection of the text section was lost long > > ago on i386. > >=20 > > intrnames and eintrnames are also in the text section. > >=20 > > Bruce >=20 > Can we fix it soon? See r193535. --fwoMm750e/OqJ5Gb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkopf4QACgkQC3+MBN1Mb4iNlwCg8mAT19rOc0GVVzRqydQuJrBT 9NEAoJVG63YY4LlpBUU+ervtLlrpJpUL =1VzP -----END PGP SIGNATURE----- --fwoMm750e/OqJ5Gb--