This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: libffi: add MIPS O32 DWARF-2 unwind info
- From: Andrew Haley <aph at redhat dot com>
- To: Casey Marshall <csm at gnu dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 24 Jun 2004 10:34:49 +0100
- Subject: PATCH: libffi: add MIPS O32 DWARF-2 unwind info
- References: <87wu1yc8k2.fsf@gnu.org>
Casey Marshall writes:
>
> 2004-06-23 Casey Marshall <csm@gnu.org>
>
> * src/mips/o32.S: added unwind info for `ffi_call_O32'.
>
This looks right. It's PCREL (very important!) and I'm sure you've
checked that it corresponds to what the compiler outputs, and tested
the results.
Andrew.