This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: ARM: A few libgcj bug fixes
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 17 Aug 2009 11:06:03 +0100
- Subject: Re: ARM: A few libgcj bug fixes
- References: <4A82EC98.2070105@redhat.com>
Andrew Haley wrote:
> This patch fixes a few bugs in ARM libgcj.
>
> * We now use libgcc's atomic builtins.
>
> * We silence an ABI warning message that was causing spurious test
> failures.
>
> * We force libtool to link with the static libgcc as well as the
> dynamic libgcc_s. Not all routines are in libgcc_s, so linking
> only with that library causes failure.
Duh.
Andrew.
2009-08-17 Andrew Haley <aph@redhat.com>
* Makefile.in,
include/Makefile.in,
testsuite/Makefile.in,
gcj/Makefile.in: Regenerate.