- 09 May, 1999 7 commits
-
-
From-SVN: r26849
Donn Terry committed -
From-SVN: r26848
Craig Burley committed -
From-SVN: r26847
Hans-Peter Nilsson committed -
8 * gcse.c (cprop_insn): Do not try to simplify a simple jump. From-SVN: r26846
Jeff Law committed -
� * gcse.c (cprop_insn): Do not try to simplify a simple jump. From-SVN: r26845
Jeff Law committed -
* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if necessary. Reported by jim@federated.com. From-SVN: r26844
Philip Blundell committed -
From-SVN: r26843
Jeff Law committed
-
- 08 May, 1999 11 commits
-
-
* 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 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 -
* 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 -
* 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 -
Donn Terry (donn@interix.com) * calls.c (rtx_for_function_call): Extend function pointer being passed to chkr_check_exec_libfunc, if needed. From-SVN: r26838
Donn Terry committed -
David Edelsohn <edelsohn@gnu.org> * ginclude/stdarg.h (__va_rounded_size): Use long type for rounding on AIX. * ginclude/varargs.h: Likewise. From-SVN: r26837
David Edelsohn committed -
* invoke.texi: Remove duplicates in the description of -d letters. Fix use of @item vs. @itemx. From-SVN: r26836
Andreas Schwab committed -
Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000.h (RS6000_VARARGS_OFFSET): Die die die. (CUMULATIVE_ARGS): Remove varargs_offset; update commentary. * rs6000.c (setup_incoming_varargs): Fix typo last change. (init_cumulative_args): Remove varargs_offset references. * rs6000/linux.h (NO_IMPLICIT_EXTERN_C): Define. (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Undefine. From-SVN: r26835
Franz Sirl committed -
* reload1.c (gen_mode_int): New function. (reload_cse_move2add): Use it to generate the new constants. From-SVN: r26834
Andreas Schwab committed -
From-SVN: r26833
Andreas Schwab committed -
From-SVN: r26832
Jeff Law committed
-
- 07 May, 1999 20 commits
-
-
From-SVN: r26831
Robert Lipe committed -
* acconfig.h (GCJVERSION): New undef. * java/lang/natSystem.cc (init_properties): Define java.version, java.class.version, os.name, os.arch, os.version. Include <sys/utsname.h> if required. * configure: Rebuilt. * configure.in: Compute and define GCJVERSION. * java/lang/natSystem.cc (default_file_encoding): Now static. From-SVN: r26830
Tom Tromey committed -
From-SVN: r26829
Tom Tromey committed -
* libtool-version: New file. * Makefile.in: Rebuilt. * Makefile.am (libgcj_la_LDFLAGS): Use -version-info, not -release. From-SVN: r26828
Tom Tromey committed -
* mauve-libgcj: Don't omit Utf8Encoding or StringTest. Comment out FieldPosition, ParsePosition, and SimpleDateFormat again (oops). From-SVN: r26827
Tom Tromey committed -
* mauve-libgcj: Test more from java.text. Don't mention 1.1 tests (we pick those up already). From-SVN: r26826
Tom Tromey committed -
sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing for TFmode when there are no instructions which... Fri May 7 19:10:15 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> * sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing for TFmode when there are no instructions which accept REG+REG instructions. From-SVN: r26825
Vladimir Makarov committed -
* mips/elf64.h (MAKE_DECL_ONE_ONLY, UNIQUE_SECTION_P): Define. * mips/mips.c (mips_select_rtx_section): When TARGET_MIPS16, use function_section instead of text_section. * mips/mips.h (ENCODE_SECTION_INFO): Add check for UNIQUE_SECTION_P in TARGET_MIPS16 STRING_CST handling. From-SVN: r26824
Jim Wilson committed -
From-SVN: r26823
Rainer Orth committed -
From-SVN: r26822
Rainer Orth committed -
From-SVN: r26821
Ulrich Drepper committed -
ix86 (x>=4) and UltraSPARC. From-SVN: r26820
Ulrich Drepper committed -
From-SVN: r26819
Ulrich Drepper committed -
From-SVN: r26818
Ulrich Drepper committed -
to implementn -mpoke-function-name From-SVN: r26817
Nick Clifton committed -
From-SVN: r26816
Jason Merrill committed -
* init.c (resolve_offset_ref): Don't return a raw method. Use BASELINK_P. * typeck.c (decay_conversion): Don't handle a raw method. Resolve all OFFSET_REFs. (get_member_function_from_ptrfunc): 0 is a valid vtable index. (build_binary_op_nodefault): Handle resolving overloaded fns. Use same_type_p for pmf bits. Don't use build_binary_op to compare raw pointers to methods. (convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE, to decide when to call resolve_offset_ref. (build_c_cast, convert_for_initialization): Likewise. * cvt.c (build_expr_type_conversion): Likewise. From-SVN: r26815
Jason Merrill committed -
From-SVN: r26814
Rainer Orth committed -
From-SVN: r26813
Rainer Orth committed -
From-SVN: r26812
Jeff Law committed
-
- 06 May, 1999 2 commits
-
-
* resource.c (mark_referenced_resources): Make volatil monotonically increasing. (mark_set_resources): Likewise. From-SVN: r26811
Mark Mitchell committed -
From-SVN: r26810
Jeff Law committed
-