- 26 Apr, 1999 27 commits
-
-
From-SVN: r26656
Jeff Law committed -
From-SVN: r26655
Tom Tromey committed -
* java/util/GregorianCalendar.java (setDefaultTime): New method. (GregorianCalendar): Use it in all constructors. * java/util/Calendar.java (Calendar): Changed argument name to `zone' to match code. * gnu/gcj/text/LocaleData_en.java: Added collatorRule element. * java/text/CollationKey.java: New file. * java/text/CollationElementIterator.java: New file. * java/text/Collator.java: New file. * java/text/RuleBasedCollator.java: New file. From-SVN: r26654
Tom Tromey committed -
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_LDFLAGS): Added -nodefaultlibs. (jv_convert_LDADD): Explicltly add -lm -lc. From-SVN: r26653
Tom Tromey committed -
From-SVN: r26652
Tom Tromey committed -
* lib/libjava.exp (libjava_find_lib): New proc. (libjava_arguments): Use it. Force static linking. From-SVN: r26651
Tom Tromey committed -
Also a couple bug fixes: * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as `weak'. * misc.c (GC_init_inner): If QUICK_THREADS defined, compute GC_stackbottom. From-SVN: r26650
Tom Tromey committed -
From-SVN: r26649
Richard Henderson committed -
From-SVN: r26648
Bruce Korb committed -
From-SVN: r26647
Bruce Korb committed -
From-SVN: r26646
Bruce Korb committed -
From-SVN: r26645
Bruce Korb committed -
From-SVN: r26644
Bruce Korb committed -
h Mon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com> * config/alpha/alpha.md (builtin_setjmp_receiver): Use a label_ref. From-SVN: r26643
Andrew Macleod committed -
� Mon Apr 26 10:41:42 EDT 1999 <amacleod@cygnus.com> * config/alpha/alpha.md (builtin_setjmp_receiver): Use a label_ref. From-SVN: r26642
Andrew Macleod committed -
1999-04-26 09:47 -0400 Zack Weinberg <zack@rabi.columbia.edu> * rtl.texi: Document the rtl classes and their relation to formats. From-SVN: r26641
Zack Weinberg committed -
* config/freebsd.ml (LIBS): Add ARLINK. * config/openbsd.ml (LIBS): Add ARLINK. From-SVN: r26640
Loren J. Rittle committed -
* alpha.md (fix_trunc patterns): Use reg_no_subreg_operand on op0 for less work in reload. (movsf and movdf patterns): Put fp reg alternatives first. From-SVN: r26639
Richard Henderson committed -
* configure.in (openbsd): Factorize xmake_file. (ix86 openbsd): Trim obsolete comment. (vax openbsd): Fix typo. * configure: Rebuilt. From-SVN: r26638
Marc Espie committed -
* pa.h (architecture_type): New enum. (pa_arch_string, pa_arch): Declare. (MASK_PA_10, MASK_PA_20): New flags. (TARGET_SWITCHES): Add pa-risc-2-0. Update docs for PA1.0 codegen. (TARGET_OPTIONS): Add -march= option. * pa.c (pa_arch, pa_arch_string): Define. (override_options): Set them. * pa/pa-hpux10.h (ASM_FILE_START): Output LEVEL 2.0 asm directive for 2.0 architecture. * invoke.texi (Option Summary, HPPA Options): Document new architecture flags. From-SVN: r26637
Jerry Quinn committed -
From-SVN: r26636
Jeff Law committed -
* configure.in (alloca detection): Handle alloca directly for interix. * configure: Rebuilt. From-SVN: r26635
Donn Terry committed -
From-SVN: r26634
Donn Terry committed -
From-SVN: r26633
Richard Henderson committed -
* fold-const.c (make_range): Always initialize arg0 and arg1. (fold): Simlarly for alt0 and alt1. * function.c (fixup_var_refs_insns): Initialize insn_list. (instantiate_virtual_regs_1): Initialize offset. * optabs.c (expand_binop): Initialize carry_in, carry_out, op0_xhigh and op1_xhigh. * stmt.c (expand_end_case): Initialize minval and maxval. From-SVN: r26632
Toshiyasu Morita committed -
* toplev.c (report_error_function): Reorder file stack and function name printing. Ignore FILE parameter. From-SVN: r26631
Nathan Sidwell committed -
* pa/pa-hpux.h, pa/pa-hpux10.h, pa/pa-hpux9.h, pa/pa-osf.h, pa.h, pa.c, pa.md, configure.in, configure: Replace TARGET_SNAKE by TARGET_PA_11 and MASK_SNAKE by MASK_PA_11. From-SVN: r26630
Jerry Quinn committed
-
- 25 Apr, 1999 12 commits
-
-
* flags.h (inline_max_insns): Declare. * integrate.c (inline_max_insns): New variable. (function_cannot_inline_p): Use it. * toplev.c (main): Add the flag -finline-limit-n. (display_help): Document -finline-limit-n. * invoke.texi: Document -finline-limit-n From-SVN: r26629
Theodore Papadopoulo committed -
From-SVN: r26628
Richard Henderson committed -
From-SVN: r26627
Craig Burley committed -
From-SVN: r26626
Craig Burley committed -
From-SVN: r26625
Craig Burley committed -
* function.c (assign_parms/STACK_BYTES): Revert last change, and that of 19 Nov. From-SVN: r26624
Richard Henderson committed -
* calls.c (emit_call_1): New arg rounded_stack_size; update callers. Update pending_stack_adjust based on this value. (compute_argument_block_size): Include pending_stack_adjust in PREFERRED_STACK_BOUNDARY alignment. * function.c (assign_parms): Don't round to PREFERRED_STACK_BOUNDARY. From-SVN: r26623
Richard Henderson committed -
From-SVN: r26622
Richard Henderson committed -
stupid.c (stupid_mark_refs): Generate a REG_UNUSED note for a register which is clobbered even if... * stupid.c (stupid_mark_refs): Generate a REG_UNUSED note for a register which is clobbered even if the register was used by an earlier instruction. * i386.md (fix_truncsfdi2, fix_truncdfdi2, fix_truncxfdi2): Don't bother with the gen_reg_RTX. (fix_truncsfsi2, fix_truncsfdi2, fix_truncdfsi2, fix_truncdfdi2, fix_truncxfsi2, fix_truncxfdi2): Update operand constraints and modes. * i386.c (output_fix_trunc): Use HImode register to avoid memory stalls. Call output_move_double instead of output_to_reg. (output_to_reg): Remove. * i386.h: Likewise. * i386.md (negsf2, negdf2, negxf2): Set the type attribute to fpop. From-SVN: r26621
John Wehle committed -
From-SVN: r26620
Jeff Law committed -
From-SVN: r26619
Mumit Khan committed -
* Makefile.in (CC1OBJ): Define in terms of CC. (runtime-info.h): Use. From-SVN: r26618
Mumit Khan committed
-
- 24 Apr, 1999 1 commit
-
-
From-SVN: r26617
Donn Terry committed
-