summaryrefslogtreecommitdiff
path: root/gcc/java/javaop.h
Commit message (Expand)AuthorAgeFilesLines
* javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg2003-03-211-31/+37
* check-init.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi2003-01-091-4/+0
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+6
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.Andrew Haley2000-08-291-3/+6
* expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey2000-05-031-1/+11
* javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correct...Scott Bambrough2000-02-031-0/+4
* javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.Tom Tromey1999-09-221-12/+3
* javaop.h (WORD_TO_FLOAT): only inline if building with gcc.Tom Tromey1999-08-091-3/+12
* Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.Kaveh R. Ghazi1999-02-011-8/+4
* expr.c (java_lang_expand_expr): Add missing emit_queue.Per Bothner1998-11-241-2/+5
* Initial revisionAnthony Green1998-09-061-0/+142