From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Fresh (relatively speaking) Graphviz Date: Wed, 5 Mar 2008 20:55:44 +0200 From: lucio@proxima.alt.za In-Reply-To: <20080305180137.F41AA1E8C57@holo.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 6fa6bfda-ead3-11e9-9d60-3106f5b1d025 > not quite. 0(%esp) is going to be the saved %eip. > > getcallerpc: > movl 4(%esp), %eax > movl -4(%eax), %eax Just a thought: this is in the GCC function call context, which is different from the P9 compilers'. Does the above still apply? I know I saw dhog's documentation of the GCC function call convention, but I don't seem to have a copy. Was it on this list rather than within the distribution? ++L