jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST_BITS_PE...
authorJeff Sturm <jsturm@one-point.com>
Sat, 12 Jan 2002 00:01:41 +0000 (00:01 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Sat, 12 Jan 2002 00:01:41 +0000 (00:01 +0000)
commit0b0d4c5b3ae9aa6a82e08742a542095f193383ea
treea1f455e8ed05717a32430e0e4a655f1fa5115c60
parenta84b4898c1c415bf66f7759eb385384a8676b8df
jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST_BITS_PER_WIDE_INT >= 64.

* jcf-parse.c (get_constant): Don't swap lo/hi for big
endian targets when HOST_BITS_PER_WIDE_INT >= 64.

Co-Authored-By: Martin Kahlert <martin.kahlert@infineon.com>
From-SVN: r48786
gcc/java/ChangeLog
gcc/java/jcf-parse.c