summaryrefslogtreecommitdiff
path: root/gcc/java/javaop.h
Commit message (Collapse)AuthorAgeFilesLines
* * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,ghazi2003-01-091-4/+0
| | | | | | | | jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or `__STDC__' macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61131 138bc75d-0d04-0410-961f-82ee72b054a4
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | buffer.h, builtins.c, class.c, config-lang.in, constants.c, convert.h, decl.c, except.c, expr.c, java-except.h, java-tree.h, javaop.def, jcf-parse.c, jcf-write.c, jv-scan.c, jvgenmain.c, jvspec.c, keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c, lex.c, lex.h, mangle.c, mangle_name.c, parse-scan.y, parse.h, parse.y, typeck.c, verify.c, xref.c, xref.h: Replace "GNU CC" with "GCC" in the copyright header. * check-init.c, gjavah.c, javaop.h, jcf-depend.c, jcf-dump.c, jcf-io.c, jcf-path.c, jcf-reader.c, jcf.h, zextract.c, zipfile.h: These files are "part of GCC". Also say "GCC" not "GNU CC". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60747 138bc75d-0d04-0410-961f-82ee72b054a4
* Standardize header guards.rth2001-05-261-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42615 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-08-22 Andrew Haley <aph@cygnus.com>apbianco2000-08-291-3/+6
| | | | | | | | | | | | | | * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending. Fixes gcj/321. * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before combining to make a jlong. Fixes gcj/321. (This fixes gcj/321: http://sources.redhat.com/ml/java-prs/2000-q3/msg00146.html http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00897.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36037 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (build_java_jsr): Use emit_jump, not expand_goto.tromey2000-05-031-1/+11
| | | | | | | | | | | | * javaop.h (WORD_TO_INT): New function. (IMMEDIATE_s4): Use WORD_TO_INT. * jcf.h (JPOOL_INT): Ditto. * gjavah.c (decode_signature_piece): Don't treat `$' as namespace separator. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33636 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-01-31 Scott Bambrough <scottb@netwinder.org>tromey2000-02-031-0/+4
| | | | | | | | | * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31777 138bc75d-0d04-0410-961f-82ee72b054a4
* * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.tromey1999-09-221-12/+3
| | | | | | | | (WORDS_TO_LONG): Likewise. (WORDS_TO_DOUBLE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29593 138bc75d-0d04-0410-961f-82ee72b054a4
* * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.tromey1999-08-091-3/+12
| | | | | | | | (WORDS_TO_LONG): Likewise. (WORDS_TO_DOUBLE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28630 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.ghazi1999-02-011-8/+4
| | | | | | | | | | | | * gjavah.c: Include config.h and system.h. * javaop.h (inline): Don't define, its handled by system.h. (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these from `inline' to `static inline'. * jcf.h (inline): Don't define, its handled by system.h. * lex.c (inline): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24952 138bc75d-0d04-0410-961f-82ee72b054a4
* bothner1998-11-241-2/+5
| | | | | | | | | * expr.c (java_lang_expand_expr): Add missing emit_queue. * javaop.h (int8): Removed - not used. (jbyte): Redefine portably with correct signedness. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23832 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiongreen1998-09-061-0/+142
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22299 138bc75d-0d04-0410-961f-82ee72b054a4