This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch/hppa-linux] MD_FALLBACK_FRAME_STATE_FOR definition
- From: Andrew Haley <aph at redhat dot com>
- To: Randolph Chung <tausq at debian dot org>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>, doko at debian dot org
- Date: Thu, 1 Apr 2004 11:05:43 +0100
- Subject: [patch/hppa-linux] MD_FALLBACK_FRAME_STATE_FOR definition
- References: <20040401073831.GD750@tausq.org>
Randolph Chung writes:
> This fixes the Throw_2.exe test failure from:
>
> http://gcc.gnu.org/ml/gcc-testresults/2004-03/msg01175.html
>
> Bootstraps on hppa-linux. Comments appreciated...
Good work.
Please create hppa-signal.h; dwarf2-signal.h is a maze of twisty
#ifdef's as it is.
You'll need a PC adjustment for boundary cases. It's quite possible
that you haven't yet seen a test case that fails. (Unless hppa leaves
PC pointing at the insn after the one that traps, in which case you
may ignore this advice.)
Andrew.