Commit Graph

22147 Commits

Author SHA1 Message Date
Jeff Law b0eb0fbd12 gcse.c (cprop_insn): Do not try to simplify a simple jump.
�
        * gcse.c (cprop_insn): Do not try to simplify a simple jump.

From-SVN: r26845
1999-05-09 06:25:00 -06:00
Philip Blundell f3b2a1c901 arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if necessary.
* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
necessary.  Reported by jim@federated.com.

From-SVN: r26844
1999-05-09 11:19:34 +00:00
Jeff Law 9ac6c1aded Daily bump.
From-SVN: r26843
1999-05-08 18:45:03 -06:00
Anthony Green e3884aeea7 DateFormat.java (computeInstance): Separate time and date styles.
* 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
1999-05-08 22:21:50 +00:00
Jeffrey A Law 81a1c8c397 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
1999-05-08 16:11:24 -06:00
Richard Henderson a3af74c453 p12475.C: Use LONG_MAX to find the constant to test.
* 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
1999-05-08 09:39:18 -07:00
Philip Blundell 86efdc8e6d arm.h (NEED_PLT_GOT): New macro.
* 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
1999-05-08 09:40:05 +00:00
Donn Terry 91ab104696 Donn Terry (donn@interix.com)
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
1999-05-07 18:58:39 -07:00
David Edelsohn fdc829c7fa David Edelsohn <edelsohn@gnu.org>
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
1999-05-07 18:52:36 -07:00
Andreas Schwab 62a1403df3 invoke.texi: Remove duplicates in the description of -d letters.
* invoke.texi: Remove duplicates in the description of -d
letters.  Fix use of @item vs. @itemx.

From-SVN: r26836
1999-05-07 18:47:50 -07:00
Franz Sirl bd227accac Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
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
1999-05-07 18:46:13 -07:00
Andreas Schwab ccc4ae070d reload1.c (gen_mode_int): New function.
* reload1.c (gen_mode_int): New function.
        (reload_cse_move2add): Use it to generate the new constants.

From-SVN: r26834
1999-05-07 18:34:55 -07:00
Andreas Schwab e9996db741 * varasm.c (output_constant): Do nothing if -fsyntax-only.
From-SVN: r26833
1999-05-07 18:25:41 -07:00
Jeff Law 2d9e0ce793 Daily bump.
From-SVN: r26832
1999-05-07 18:45:07 -06:00
Robert Lipe e5a1f1d622 Update robertl's email address.
From-SVN: r26831
1999-05-07 21:50:25 +00:00
Tom Tromey 01b02b11de acconfig.h (GCJVERSION): New undef.
* 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
1999-05-07 18:44:38 +00:00
Tom Tromey c59c5e9a65 * java/lang/natCharacter.cc (isLowerCase): Use a binary search.
From-SVN: r26829
1999-05-07 17:39:52 +00:00
Tom Tromey a06fcbd464 libtool-version: New file.
* libtool-version: New file.
	* Makefile.in: Rebuilt.
	* Makefile.am (libgcj_la_LDFLAGS): Use -version-info, not
	-release.

From-SVN: r26828
1999-05-07 17:00:51 +00:00
Tom Tromey 109257e923 mauve-libgcj: Don't omit Utf8Encoding or StringTest.
* mauve-libgcj: Don't omit Utf8Encoding or StringTest.
	Comment out FieldPosition, ParsePosition, and SimpleDateFormat
	again (oops).

From-SVN: r26827
1999-05-07 16:41:11 +00:00
Tom Tromey 1040ca3d1f mauve-libgcj: Test more from java.text.
* mauve-libgcj: Test more from java.text.  Don't mention 1.1 tests
	(we pick those up already).

From-SVN: r26826
1999-05-07 16:20:48 +00:00
Vladimir Makarov d0ae1ce326 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
1999-05-07 16:20:37 +00:00
Jim Wilson 52ecdfda65 Fix mips16 libstdc++ builds. Fix inconsistency from Apr 7 change.
* 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
1999-05-07 05:42:05 -07:00
Rainer Orth e42dc60496 DESTDIR is already trimmed to the correct directory
From-SVN: r26823
1999-05-07 11:22:05 +00:00
Rainer Orth 7d032a4f63 fix memory leak in run_compiles
From-SVN: r26822
1999-05-07 11:09:31 +00:00
Ulrich Drepper f2fee5bef0 Update.
From-SVN: r26821
1999-05-07 10:16:23 +00:00
Ulrich Drepper 4ff8ec301f (class basic_string::Rep): Make release member function thread-safe for
ix86 (x>=4) and UltraSPARC.

From-SVN: r26820
1999-05-07 10:16:09 +00:00
Ulrich Drepper 199343c591 Update.
From-SVN: r26819
1999-05-07 10:14:34 +00:00
Ulrich Drepper 2370ed1f56 Make it possible to compile with __USE_MALLOC.
From-SVN: r26818
1999-05-07 10:13:49 +00:00
Nick Clifton ef179a2644 Apply patch from Nick Burrett <nick.burrett@btinternet.com>
to implementn -mpoke-function-name

From-SVN: r26817
1999-05-07 10:02:49 +00:00
Jason Merrill 6c9ef6d420 new
From-SVN: r26816
1999-05-07 05:54:10 -04:00
Jason Merrill a359be75cf init.c (resolve_offset_ref): Don't return a raw method.
* 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
1999-05-07 05:47:57 -04:00
Rainer Orth 475836b16f don't \-escape the cd command + format fix
From-SVN: r26814
1999-05-07 08:44:46 +00:00
Rainer Orth f6a65b927d don't \\-escape the cd command + format fix
From-SVN: r26813
1999-05-07 08:42:27 +00:00
Jeff Law 02c325c4ce Daily bump.
From-SVN: r26812
1999-05-06 18:45:02 -06:00
Mark Mitchell a504535255 resource.c (mark_referenced_resources): Make volatil monotonically increasing.
* resource.c (mark_referenced_resources): Make volatil
	monotonically increasing.
	(mark_set_resources): Likewise.

From-SVN: r26811
1999-05-06 23:29:23 +00:00
Jeff Law e51f4db632 Fix tege's address.
From-SVN: r26810
1999-05-06 17:29:01 -06:00
Jeff Law 4e9dd50661 Fix typo. redudant -> redundant
From-SVN: r26809
1999-05-06 15:20:00 -06:00
Fred Fish 6a071f4a74 Fred Fish <fnf@be.com>
Fred Fish  <fnf@be.com>
        * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
        * getruntime.c: Only attempt to include sys/resource.h and
        use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
        are defined.

From-SVN: r26808
1999-05-06 13:57:01 -07:00
Fred Fish 3dde7044de Fred Fish <fnf@be.com>
Fred Fish  <fnf@be.com>
        * rs6000/xm-beos.h (HAVE_VPRINTF): Don't redefine if already defined.
        (HAVE_PUTENV, HAVE_ATEXIT, HAVE_RENAME): Likewise.

From-SVN: r26807
1999-05-06 13:04:33 -07:00
Craig Burley 6a84329681 doc improvements
From-SVN: r26806
1999-05-06 05:46:21 -04:00
Craig Burley 52dff54a7f update derived files
From-SVN: r26805
1999-05-06 01:31:41 -04:00
Craig Burley b2eeee69d6 update derived files
From-SVN: r26804
1999-05-06 01:31:40 -04:00
Craig Burley ef8d4abd7a automatic arrays reportedly working on HP-UX systems
From-SVN: r26803
1999-05-06 01:28:16 -04:00
Craig Burley 37cfb17c0a expand on advantages vis-a-vis f2c
From-SVN: r26802
1999-05-06 01:26:27 -04:00
Nathan Sidwell 969df93f1e * call.c (build_new_method_call): Use TYPE_MAIN_VARIANT of class.
From-SVN: r26801
1999-05-06 03:09:52 +00:00
Jeff Law aeb9f5fcaf Daily bump.
From-SVN: r26800
1999-05-05 18:45:02 -06:00
Per Bothner fe34cca7a5 Fix thinko.
From-SVN: r26799
1999-05-05 17:33:11 -07:00
Per Bothner 775de5478c Update
From-SVN: r26798
1999-05-05 17:27:18 -07:00
Per Bothner 11a606ebaf natSystem.cc (DEFAULT_FILE_ENCODING): New macro.
�
	* java/lang/natSystem.cc (DEFAULT_FILE_ENCODING):  New macro.
	(default_file_encoding):  New global, initial value is above macro.
	(init_properties):  Default file.encoding to default_file_encoding.

From-SVN: r26797
1999-05-05 17:24:08 -07:00
Per Bothner bb27e3881a *** empty log message ***
From-SVN: r26796
1999-05-05 17:15:47 -07:00