This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Libjava bootstrap still broken on arm-linux
On 29 Nov 2004 10:06:18 MST, Tom Tromey wrote:
> Richard> But not on an arm-elf cross using newlib :-(
>
> Could you try the appended?
>
> It adds the limits.h include and fixes a couple of warnings I saw in
> your build log.
>
> Richard> /home/rearnsha/gnusrc/egcs-cross/libjava/link.cc:1076: error: 'intpt
> r_t'
> Richard> was not declared in this scope
>
> Eric Botcazou just checked in a fix for this.
>
> Tom
>
> Index: ChangeLog
> from Tom Tromey <tromey@redhat.com>
>
> * include/no-threads.h (_Jv_ThreadDestroyData): Removed argument
> name.
> (_Jv_ThreadRegister): Likewise.
> (_Jv_MutexCheckMonitor): Likewise.
>
> * link.cc: Include limits.h.
That solves the problems, thanks.
R.