]> gcc.gnu.org Git - gcc.git/commit
jcf-write.c (push_long_const): lo, hi: New variables.
authorAndrew Haley <aph@redhat.com>
Mon, 22 Apr 2002 16:55:39 +0000 (16:55 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Mon, 22 Apr 2002 16:55:39 +0000 (16:55 +0000)
commita2761d68260d30936bae7d598a6055cf5dead60b
tree13ebed8b94cdb76ebae4e89858eb16469cce9931
parent0a528c61ffcb1cc7bc7057b18268745bdd5eb37f
jcf-write.c (push_long_const): lo, hi: New variables.

2002-04-19  Andrew Haley  <aph@redhat.com>

        * jcf-write.c (push_long_const): lo, hi: New variables.
        Use rshift_double to extract the high part of a 64-bit long.
        Use WORD_TO_INT to extract the low part.

        * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
        HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
        CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.

From-SVN: r52618
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/jcf-write.c
This page took 0.071454 seconds and 5 git commands to generate.