Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-26 Thread Ralf Wildenhues
* Jie Liu wrote on Mon, Aug 15, 2011 at 04:07:36PM CEST: Looks OK, but there is no ChangeLog.  Do you have copyright assignment? Have added ChangeLog to the patch, please see the attachment. And I think I have copyright assignment, because I have Free Software Foundation paperwork, as

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-26 Thread Ralf Corsepius
On 08/14/2011 03:03 PM, Jie Liu wrote: Hi, I have add the boehm-gc patch and the configure for gcc patch to the patch attached. So we can add this patch and then compile gcj for RTEMS. Best Regards, Jie --- boehm-gc/include/private/gcconfig.h (revision 172224) +++

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-15 Thread Andrew Haley
On 08/10/2011 06:00 PM, Jie Liu wrote: For the previous analysis libjava patches for RTEMS[1], there are 6 cases need to pay more attention. PR18699, TLtest, Thread_Interrupt, Thread_Sleep_2, Throw_2 and bclink. After add patch to bdwgc for RTEMS pthread support[2]: PR18699

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-15 Thread Jie Liu
Looks OK, but there is no ChangeLog.  Do you have copyright assignment? Have added ChangeLog to the patch, please see the attachment. And I think I have copyright assignment, because I have Free Software Foundation paperwork, as ASSIGNMENT - GNU GCC ... JIE RT688742 Best Regards, Jie

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-15 Thread Andrew Haley
On 08/15/2011 03:07 PM, Jie Liu wrote: Looks OK, but there is no ChangeLog. Do you have copyright assignment? Have added ChangeLog to the patch, please see the attachment. And I think I have copyright assignment, because I have Free Software Foundation paperwork, as ASSIGNMENT - GNU GCC

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-14 Thread Jie Liu
Hi, I have add the boehm-gc patch and the configure for gcc patch to the patch attached. So we can add this patch and then compile gcj for RTEMS. Best Regards, Jie gcj-rtems.patch Description: Binary data

[PATCH] [JAVA] patch for Java on RTEMS

2011-08-10 Thread Jie Liu
Hi, For the previous analysis libjava patches for RTEMS[1], there are 6 cases need to pay more attention. PR18699, TLtest, Thread_Interrupt, Thread_Sleep_2, Throw_2 and bclink. After add patch to bdwgc for RTEMS pthread support[2]: PR18699PASS after Modify [A bug in