From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 16 May 2005 09:26:36 +0000 Subject: Re: PATCH: Don't allow ia64 unwind section to point to section in different files Message-Id: <17032.26444.573994.767580@napali.hpl.hp.com> List-Id: References: <20050513214612.GA31765@lucon.org> In-Reply-To: <20050513214612.GA31765@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 13 May 2005 14:58:15 -0700, "H. J. Lu" said: HJ> Well, it isn't very useful. The problem is libc.a has many weak HJ> functions and user can override them. My patch will make it HJ> impossible on ia64. I guess we may have to live with the HJ> imperfect unwind info when weak functions are used. The unwinder HJ> may have to deal with it. Huh? How do you propose it deal with it? Wrong unwind info will break exception handling. I don't think that's acceptable. --david