This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [rfc] remaining Class_1 problem on ia64
- From: Andrew Haley <aph at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 25 May 2005 14:35:39 +0100
- Subject: Re: [rfc] remaining Class_1 problem on ia64
- References: <20050524212041.GA11830@redhat.com>
Richard Henderson writes:
> So the remaining problem is that &function is a descriptor on
> ia64 (and others). I've verified that I get good results with
> the following hack.
Lawks!
> My question is how would yall like this done proper-like? A
> new header file? Stuff this define into sysdep/backtrace.h?
Is there really no "official" way, given a function descriptor, to get
the address of the entry point?
Andrew.