re PR java/25535 (gcj broken on 64-bit big-endian systems)
authorAndrew Haley <aph@redhat.com>
Tue, 7 Feb 2006 19:02:39 +0000 (19:02 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 7 Feb 2006 19:02:39 +0000 (19:02 +0000)
commit0920886f9fee2306409279e222b71d858f9f86bf
treecc429bbca658b2915a15d04fbecf3596b8c31b7d
parent7935dc1bc3c1e806da0f6d2be8d9eae8dd0bdb08
re PR java/25535 (gcj broken on 64-bit big-endian systems)

2006-02-07  Andrew Haley  <aph@redhat.com>

        * expr.c (expand_invoke): (BC mode.)  If we find a method in a
        class other than the one in which we expected to find it, ignore
        the result.

        PR java/25535
        * constants.c (build_constants_constructor): move initializer into
        first halfword on a 6-bit big-endian machine.

From-SVN: r110710
gcc/java/ChangeLog
gcc/java/constants.c
gcc/java/expr.c