This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: document RETURN_ADDR_OFFSET (Was: Re: RFC / RFA: dwarf2unwinding for targets with call-part-clobbered registers)


On Wed, 2003-07-09 at 05:13, Joern Rennecke wrote:
> If it is, than it is broken.  The mode bit gets masked out, but isn't put
> back in before using the address for returning.

I misunderstood your problem.  You need the bits masked out for
compares, but put back in for the return.  In that case
RETURN_ADDR_OFFSET is what you want.

> 	* tm.texi (RETURN_ADDR_OFFSET): Document.

OK.

Jim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]