1. 21 Mar, 2003 1 commit
    • javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of… · 649eaf9b
      javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of IEEE float and double respectively.
      
      	* javaop.h (jfloat, jdouble): Make them structures mirroring
      	the bit fields of IEEE float and double respectively.
      	(JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
      	JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
      	(union Word, union DWord): Delete.
      	(WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.
      
      	* gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
      	D_NAN_MASK): Delete.
      	(jni_print_float, jni_print_double): New.  Generate
      	hexadecimal floating constants.
      	(print_field_info): Use jni_print_float/double.
      
      	* jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
      	finite floating point numbers for output; special case
      	non-finite floats.
      
      From-SVN: r64671
      Zack Weinberg committed
  2. 18 Jan, 2003 1 commit
    • check-init.c: Fix comment typos. · 634661fe
      	* check-init.c: Fix comment typos.
      	* class.c: Likewise.
      	* constants.c: Likewise.
      	* decl.c: Likewise.
      	* except.c: Likewise.
      	* expr.c: Likewise.
      	* java-except.h: Likewise.
      	* java-tree.h: Likewise.
      	* javaop.h: Likewise.
      	* jcf-dump.c: Likewise.
      	* jcf-io.c: Likewise.
      	* jcf-parse.c: Likewise.
      	* jcf-write.c: Likewise.
      	* lang.c: Likewise.
      	* mangle.c: Likewise.
      	* typeck.c: Likewise.
      	* verify.c: Likewise.
      
      From-SVN: r61477
      Kazu Hirata committed
  3. 09 Jan, 2003 1 commit
  4. 01 Jan, 2003 1 commit
    • Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. · f309ff0a
      	* Make-lang.in, boehm.c, buffer.c,
      	  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".
      
      From-SVN: r60747
      Steven Bosscher committed
  5. 26 May, 2001 1 commit
  6. 29 Aug, 2000 1 commit
  7. 03 May, 2000 1 commit
  8. 03 Feb, 2000 1 commit
  9. 22 Sep, 1999 1 commit
  10. 09 Aug, 1999 1 commit
  11. 01 Feb, 1999 1 commit
    • Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. · 9caaf519
              * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
              * 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.
      
      From-SVN: r24952
      Kaveh R. Ghazi committed
  12. 24 Nov, 1998 1 commit
  13. 06 Sep, 1998 1 commit