From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 13 May 2002 20:56:47 +0000 Subject: Re: [Linux-ia64] Reading Unwind info in object file Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Sat, 11 May 2002 21:43:33 +0530, "Harish Babu" said: Harish> Hi, I am part of a project writing an assembler for the Harish> Intel Itanium assembler. I am using using objdump Harish> v2.9-ia64-0000717 that comes with nue v1.1 to read the stack Harish> unwind information that is stored in an object file. Could Harish> somebody provide me with some information as to how to Harish> interpret the output generated by objdump? It's documented in appendix B of the Software Conventions & Runtime Architecture manual (available at http://developer.intel.com/design/itanium/downloads/24535803s.htm). For a complete description, you'll probably also want to refer to Chapter 11 in that manual. --david