This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] m68k support for libjava
Hi,
On Thu, 6 Sep 2007, Andrew Haley wrote:
> Please send libgcj test results. In particular I'm interested to see
> how well signal handling works.
Sorry, it took a while. The problem is as long as PR32653 isn't fixed I
can't compile java on most native m68k hardware, so I had to use a
simulator. All failures involve -findirect-dispatch, so I very much hope
it's just a single problem.
Since you mentioned signal handling. Many ports use a special header for
the signal handling, but I just used the standard dwarf2-signal.h and I
haven't seen any problem. Is there any advantage in a dedicated
implementation?
bye, Roman
Native configuration is m68k-unknown-linux-gnu
=== libjava tests ===
Running target unix
FAIL: N19990310_02 -O3 output - source compiled test
FAIL: N19990310_02 -O3 -findirect-dispatch output - source compiled test
FAIL: Process_3 output - source compiled test
FAIL: Process_3 -O3 output - source compiled test
FAIL: Process_3 -O3 -findirect-dispatch output - source compiled test
FAIL: StackTrace2 output - source compiled test
FAIL: StackTrace2 -O3 output - source compiled test
FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test
FAIL: SyncTest output - source compiled test
FAIL: SyncTest -findirect-dispatch output - source compiled test
FAIL: SyncTest -O3 output - source compiled test
FAIL: SyncTest -O3 -findirect-dispatch output - source compiled test
FAIL: TLtest output - source compiled test
FAIL: TLtest -findirect-dispatch output - source compiled test
FAIL: TLtest -O3 output - source compiled test
FAIL: TLtest -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Alive output - source compiled test
FAIL: Thread_Alive -findirect-dispatch output - source compiled test
FAIL: Thread_Alive -O3 output - source compiled test
FAIL: Thread_Alive -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Interrupt output - source compiled test
FAIL: Thread_Interrupt -findirect-dispatch output - source compiled test
FAIL: Thread_Interrupt -O3 output - source compiled test
FAIL: Thread_Interrupt -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Join output - source compiled test
FAIL: Thread_Join -findirect-dispatch output - source compiled test
FAIL: Thread_Join -O3 output - source compiled test
FAIL: Thread_Join -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Monitor output - source compiled test
FAIL: Thread_Monitor -findirect-dispatch output - source compiled test
FAIL: Thread_Monitor -O3 output - source compiled test
FAIL: Thread_Monitor -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Wait_2 output - source compiled test
FAIL: Thread_Wait_2 -findirect-dispatch output - source compiled test
FAIL: Thread_Wait_2 -O3 output - source compiled test
FAIL: Thread_Wait_2 -O3 -findirect-dispatch output - source compiled test
FAIL: Thread_Wait_Interrupt output - source compiled test
FAIL: Thread_Wait_Interrupt -O3 output - source compiled test
FAIL: Thread_Wait_Interrupt -O3 -findirect-dispatch output - source compiled test
FAIL: negzero output - source compiled test
FAIL: negzero -findirect-dispatch output - source compiled test
FAIL: negzero -O3 output - source compiled test
FAIL: negzero -O3 -findirect-dispatch output - source compiled test
FAIL: pr25676 output - source compiled test
FAIL: pr25676 -findirect-dispatch output - source compiled test
FAIL: pr25676 -O3 output - source compiled test
FAIL: pr25676 -O3 -findirect-dispatch output - source compiled test
=== libjava Summary ===
# of expected passes 2491
# of unexpected failures 47