1. 11 May, 1999 3 commits
  2. 10 May, 1999 24 commits
  3. 09 May, 1999 9 commits
  4. 08 May, 1999 4 commits
    • DateFormat.java (computeInstance): Separate time and date styles. · e3884aee
      	* java/text/DateFormat.java (computeInstance): Separate time
      	and date styles.
      	(getDateTimeInstance): Ditto.
      	(getDateTimeInstance(int,int)): New method.
              * Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Add new classes.
      	* java/util/PropertyResourceBundle.java: New file.
      	* gnu/gcj/util/EnumerationChain.java: New file.
      
      From-SVN: r26842
      Anthony Green committed
    • pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the base register in an… · 81a1c8c3
      pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the base register in an absolute memory address.
      
      	* pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the
      	base register in an absolute memory address.
      	* pa.md (conditional moves): Avoid using immediate zero for
      	register zero.
      
      From-SVN: r26841
      Jeffrey A Law committed
    • p12475.C: Use LONG_MAX to find the constant to test. · a3af74c4
              * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
              the constant to test.  Don't XFAIL 64-bit targets.
              * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
              * g++.old-deja/g++.law/profile1.C: Likewise.
              * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
              operator new instances.
              * g++.old-deja/g++.other/delete5.C: Likewise.
      
      From-SVN: r26840
      Richard Henderson committed
    • arm.h (NEED_PLT_GOT): New macro. · 86efdc8e
      * config/arm/arm.h (NEED_PLT_GOT): New macro.  Set to 0 if not
      already defined.
      * config/arm/elf.h (NEED_PLT_GOT): Define to flag_pic.
      * config/arm/arm.md (call_symbol, call_value_symbol et al.): If
      NEED_PLT_GOT is true, add explicit "(PLT)" to generated branches.
      * config/arm/arm.c (output_func_epilogue,
      output_return_instruction): Likewise for calls to abort.
      
      From-SVN: r26839
      Philip Blundell committed