This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Java: Check null pointers


On Fri, Mar 23, 2001 at 06:12:09PM +0000, Andrew Haley wrote:
> Jeffrey Oldham writes:
>  > 
>  > This patch breaks bootstrapping on mips-sgi-irix6.5 because
>  > build_java_arraynull_check is used on gcc/java/parse.[cy] but is no
>  > longer defined in gcc/java/expr.c.
>  > 
>  >   ld32: ERROR 33: Unresolved text symbol "build_java_arraynull_check" -- 1st
>  > +referenced by java/parse.o.
>  > 
>  > Why is "build_java_arraynull_check" not listed in the ChangeLog entry?
> 
> I checked in the files referenced in the ChangeLog.  Part of the
> ChangeLog was missing due to a clerical error.
> 
>  > Will you please back out the patch until it permits bootstrapping?
> 
> I think it's okay now.  I'm downloading a clean tree and I'll
> bootstrap as soon as it arrives.

Bootstrapping i686-pc-linux-gnu is now building the Java libraries so
I assume your corrected patch is working.  Thanks for the quick fix.

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]