From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30696 invoked by alias); 13 Oct 2006 21:29:22 -0000 Received: (qmail 30689 invoked by uid 22791); 13 Oct 2006 21:29:22 -0000 X-Spam-Status: No, hits=-1.4 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Oct 2006 21:29:19 +0000 Received: from mail01.m-online.net (svr21.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 3E13398309; Fri, 13 Oct 2006 23:29:17 +0200 (CEST) Received: from localhost.localdomain (ppp-88-217-38-132.dynamic.mnet-online.de [88.217.38.132]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.m-online.net (Postfix) with ESMTP id 188CEB82C6; Fri, 13 Oct 2006 23:29:17 +0200 (CEST) Received: from eugen by localhost.localdomain with local (Exim 4.63) (envelope-from ) id 1GYUag-0006DU-LF; Fri, 13 Oct 2006 23:29:14 +0200 Date: Fri, 13 Oct 2006 21:29:00 -0000 To: "Stone, Joshua I" Cc: "Keshavamurthy, Anil S" , Systemtap Subject: Re: Stap is translating to functions in __exit sections...and later module load fails Message-ID: <20061013212914.GA14915@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Eugeniy Meshcheryakov X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00116.txt.bz2 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 660 13 =D0=B6=D0=BE=D0=B2=D1=82=D0=BD=D1=8F 2006 =D0=BE 14:02 -0700 Stone, Josh= ua I =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=B2(-=D0=BB=D0=B0): > The translator blacklist tries to avoid such functions by checking the > section name -- anything within a section beginning with '.exit.' (e.g., > .exit.text) is blacklisted, and thus won't match a function("*"). >=20 > Does IA64 do something different with the __exit sections? It is strange that translator sees it at all. The code is static void __exit exit_pfm_fs(void) { unregister_filesystem(&pfm_fs_type); mntput(pfmfs_mnt); } and this function is never used... --=20 Eugeniy Meshcheryakov --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFMAUqKaC6+zmozOIRAplUAJ4wL8uU+X8I7/nrNghx8wcGQseeEwCfWd1q wQNeEF1G5e2z6VpmrMRMNAs= =T3cP -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--