]>
gcc.gnu.org Git - gcc.git/log
Tom Tromey [Fri, 25 Jun 1999 13:55:59 +0000 (13:55 +0000)]
libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to class file names.
* lib/libjava.exp (test_libjava_from_javac): Prepend `$objdir/' to
class file names.
From-SVN: r27771
Richard Henderson [Fri, 25 Jun 1999 11:34:14 +0000 (04:34 -0700)]
* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
From-SVN: r27770
David Edelsohn [Fri, 25 Jun 1999 10:44:37 +0000 (10:44 +0000)]
rs6000.c (output_toc): Always use hex values for floating-point constants.
* rs6000.c (output_toc): Always use hex values for floating-point
constants. Store single-precision values in upper-half of TOC
entry in 64-bit mode.
* rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
to final constraints.
(fix_truncdfsi2 splitter): Change pattern matching fctiwz.
(fctiwz): Improve accuracy of RTL for pattern.
From-SVN: r27769
Gavin Romig-Koch [Fri, 25 Jun 1999 08:28:35 +0000 (08:28 +0000)]
expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MODE checks.
* expr.c (expand_expr): Allow RTL_EXPR's through the
MAX_INTEGER_COMPUTATION_MODE checks.
From-SVN: r27768
Kaveh R. Ghazi [Fri, 25 Jun 1999 08:21:47 +0000 (08:21 +0000)]
SMP bootstrap fixes for chill:
* Make-lang.in (CHILL.stage1): Depend on stage1-start.
(CHILL.stage2): Likewise for stage2-start.
(CHILL.stage3): Likewise for stage3-start.
(CHILL.stage4): Likewise for stage4-start.
SMP bootstrap fixes for java:
* Make-lang.in (java.stage1): Depend on stage1-start.
(java.stage2): Likewise for stage2-start.
(java.stage3): Likewise for stage3-start.
(java.stage4): Likewise for stage4-start.
From-SVN: r27766
Richard Henderson [Fri, 25 Jun 1999 05:12:42 +0000 (23:12 -0600)]
alpha.h (MASK_SUPPORT_ARCH, [...]): Define such that MASK_SUPPORT_ARCH is not negative.
h
* alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
such that MASK_SUPPORT_ARCH is not negative.
From-SVN: r27765
Richard Henderson [Fri, 25 Jun 1999 05:12:36 +0000 (23:12 -0600)]
alpha.h (MASK_SUPPORT_ARCH, [...]): Define such that MASK_SUPPORT_ARCH is not negative.
�
* alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
such that MASK_SUPPORT_ARCH is not negative.
From-SVN: r27764
Jeffrey A Law [Fri, 25 Jun 1999 05:11:56 +0000 (05:11 +0000)]
* gcc.c-torture/compile/990625-2.c: New test.
From-SVN: r27763
Jeff Law [Fri, 25 Jun 1999 04:38:30 +0000 (22:38 -0600)]
loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops.
h
* loop.c (verify_dominator): Properly handle ADDR_VEC and
ADDR_DIFF_VEC insns that appear inside loops.
From-SVN: r27760
Jeff Law [Fri, 25 Jun 1999 04:38:26 +0000 (22:38 -0600)]
loop.c (verify_dominator): Properly handle ADDR_VEC and ADDR_DIFF_VEC insns that appear inside loops.
�
* loop.c (verify_dominator): Properly handle ADDR_VEC and
ADDR_DIFF_VEC insns that appear inside loops.
From-SVN: r27759
Jeffrey A Law [Fri, 25 Jun 1999 04:29:41 +0000 (04:29 +0000)]
* gcc.c-torture/compile/990625-1.c: New test.
From-SVN: r27756
Jeff Law [Fri, 25 Jun 1999 00:45:01 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27753
David Edelsohn [Thu, 24 Jun 1999 21:59:02 +0000 (21:59 +0000)]
rs6000.md (movdf_hardfloat32): Revert previous patch.
* rs6000.md (movdf_hardfloat32): Revert previous patch.
Handle LO_SUM the same as offsettable in cases 1 and 2.
* rs6000.c (find_addr_reg): Revert previous patch.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r27752
Philippe De Muyter [Thu, 24 Jun 1999 21:48:40 +0000 (23:48 +0200)]
system.h (strstr): New external function declaration.
�
* system.h (strstr): New external function declaration.
* acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
* configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
* config.in, configure: Rebuilt.
From-SVN: r27748
Jeff Law [Thu, 24 Jun 1999 21:48:31 +0000 (15:48 -0600)]
system.h (strstr): New external function declaration.
�
* system.h (strstr): New external function declaration.
* acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
* configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
* config.in, configure: Rebuilt.
From-SVN: r27747
Jeff Law [Thu, 24 Jun 1999 21:48:29 +0000 (15:48 -0600)]
system.h (strstr): New external function declaration.
�
* system.h (strstr): New external function declaration.
* acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
* configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
* config.in, configure: Rebuilt.
From-SVN: r27746
Tom Tromey [Thu, 24 Jun 1999 21:33:54 +0000 (15:33 -0600)]
gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes.
h
* gcc.c (main): Read user-specified specs files after computing
additional startfile_prefixes.
From-SVN: r27742
Tom Tromey [Thu, 24 Jun 1999 21:33:51 +0000 (15:33 -0600)]
gcc.c (main): Read user-specified specs files after computing additional startfile_prefixes.
�
* gcc.c (main): Read user-specified specs files after computing
additional startfile_prefixes.
From-SVN: r27741
Jeff Law [Thu, 24 Jun 1999 21:30:38 +0000 (15:30 -0600)]
Whoops. Revert patch applied to the wrong tre.
From-SVN: r27737
Philippe De Muyter [Thu, 24 Jun 1999 21:28:22 +0000 (23:28 +0200)]
setenv.c (sys/types.h, stdio.h): Files included.
* setenv.c (sys/types.h, stdio.h): Files included.
* xstrdup.c (sys/types.h): File included.
For the gcc-2.95 branch only. Not to be migrated into the mainline tree
because it is incomplete.
From-SVN: r27736
Tom Tromey [Thu, 24 Jun 1999 20:41:47 +0000 (20:41 +0000)]
[multiple changes]
1999-06-24 Tom Tromey <tromey@cygnus.com>
* java/lang/e_asin.c: Don't use __int32_t or __uint32_t.
* java/lang/fdlibm.h (HUGE): Conditionally define.
Fri May 28 22:20:03 1999 Anthony Green <green@cygnus.com>
* java/lang/fdlibm.h: Don't use __uint32_t. Include mprec.h.
* java/lang/e_log.c: Don't use __uint32_t.
From-SVN: r27733
Tom Tromey [Thu, 24 Jun 1999 20:06:09 +0000 (20:06 +0000)]
[multiple changes]
Fri May 28 22:20:03 1999 Anthony Green <green@cygnus.com>
* java/lang/fdlibm.h: Don't use __uint32_t. Include mprec.h.
* java/lang/e_log.c: Don't use __uint32_t.
1999-05-27 Eric Christopher <echristo@cygnus.com>
* configure: Rebuilt
* configure.in: Fixed ISO C9X and namespace collision with __uint32_t
* acconfig.h: Rebuilt
* include/config.h.in: Rebuilt
* java/lang/mprec.h, java/lang/e_acos.c, java/lang/e_asin.c,
java/lang/e_atan2.c, java/lang/e_exp.c, java/lang/e_fmod.c,
e_log.c, java/lang/e_pow.c, java/lang/e_rem_pio2.c,
java/lang/e_remainder.c, java/lang/e_sqrt.c, java/lang/fdlibm.h,
k_tan.c, java/lang/mprec.h, java/lang/s_atan.c,
java/lang/s_ceil.c, java/lang/s_copysign.c, java/lang/s_fabs.c,
s_floor.c, java/lang/s_rint.c, java/lang/sf_rint.c: Fixed ISO C9X
and namespace collision with __uint32_t
From-SVN: r27729
Tom Tromey [Thu, 24 Jun 1999 19:06:28 +0000 (19:06 +0000)]
libjava.exp (libjava_arguments): If `libtool' not found in build tree, just use $GCJ_UNDER_TEST as compiler.
* lib/libjava.exp (libjava_arguments): If `libtool' not found in
build tree, just use $GCJ_UNDER_TEST as compiler.
From-SVN: r27728
Mark Mitchell [Thu, 24 Jun 1999 14:59:23 +0000 (14:59 +0000)]
Revert these two patches:
Thu Jun 17 21:34:24 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (strength_reduce): When doing biv->giv conversion, update
reg note of NEXT->insn.
Thu Jun 17 17:22:07 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (strength_reduce): When doing biv->giv conversion, fix up
reg_biv_class.
(recombine_givs): Set ix field after sorting.
From-SVN: r27727
Jeff Law [Thu, 24 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27723
Tom Tromey [Wed, 23 Jun 1999 15:14:36 +0000 (15:14 +0000)]
* lib/libjava.exp (libjava_arguments): Handle -lzgcj.
From-SVN: r27721
J"orn Rennecke [Wed, 23 Jun 1999 15:05:18 +0000 (15:05 +0000)]
rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p for the parts of an UNSPEC / UNSPEC_VOLATILE.
* rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
for the parts of an UNSPEC / UNSPEC_VOLATILE.
From-SVN: r27720
Tom Tromey [Wed, 23 Jun 1999 14:57:14 +0000 (14:57 +0000)]
InflaterInputStream.java (read): Throw ZipException if inflater throws a DataFormatException.
* java/util/zip/InflaterInputStream.java (read): Throw
ZipException if inflater throws a DataFormatException.
From-SVN: r27719
Bruce Korb [Wed, 23 Jun 1999 12:29:01 +0000 (12:29 +0000)]
inclhack.def: Add fix development commentary
1999-06-23 Bruce Korb <ddsinc09@ix.netcom.com>
*fixinc/inclhack.def: Add fix development commentary
(read_ret_type): reactivate and add selection clause
(zzz_*): tweak output file name to match what is used in hackshell.tpl
*fixinc/{fixincl.x|inclhack.sh}: regen
From-SVN: r27718
Warren Levy [Wed, 23 Jun 1999 12:24:59 +0000 (12:24 +0000)]
DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
* java/net/DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
* java/net/natPlainDatagramSocketImpl.cc (bind): ditto.
* java/text/ChoiceFormat.java (nextDouble(double, boolean)): Method
is not final per JDK.
* java/util/PropertyResourceBundle.java (handleGetObject): Method is
public per JDK.
* java/util/zip/DataFormatException.java: Class extends Exception.
* java/util/zip/Deflater.java (finalize): Method is protected per JDK.
* java/util/zip/ZipEntry.java: Class implements ZipConstants.
* java/util/zip/ZipInputStream.java: ditto.
(closeEntry): Changed method name to match JDK spec.
From-SVN: r27717
Mark Mitchell [Wed, 23 Jun 1999 12:10:00 +0000 (12:10 +0000)]
libio.exp (test_libio): Use additional_flags, not additional_options.
* lib/libio.exp (test_libio): Use additional_flags, not
additional_options.
From-SVN: r27716
Jason Merrill [Wed, 23 Jun 1999 00:49:46 +0000 (00:49 +0000)]
expr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTATION_MODE
* expr.c (expand_expr): STRIP_NOPS before checking against
MAX_INTEGER_COMPUTATION_MODE
(check_max_integer_computation_mode): Likewise.
From-SVN: r27715
Jeff Law [Wed, 23 Jun 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27712
Andrew Haley [Tue, 22 Jun 1999 23:22:13 +0000 (23:22 +0000)]
verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test and opcode switch, not after.
1999-06-22 Andrew Haley <aph@cygnus.com>
* verify.c (verify_jvm_instructions): Check for pending blocks
before invalid PC test and opcode switch, not after.
From-SVN: r27710
Tom Tromey [Tue, 22 Jun 1999 22:46:19 +0000 (16:46 -0600)]
configure.in (target_libs): Added target-zlib.
d
* configure.in (target_libs): Added target-zlib.
* Makefile.in (ALL_TARGET_MODULES): Added zlib.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-zlib): New target.
(all-target-zlib): Likewise.
(all-target-libjava): Depend on all-target-zlib.
(configure-target-libjava): Depend on configure-target-zlib.
* Makefile.in (configure-target-libjava): Depend on
configure-target-newlib.
(configure-target-boehm-gc): New target.
(configure-target-qthreads): New target.
* configure.in (host_tools): Added zip.
* Makefile.in (all-target-libjava): Depend on all-zip.
(all-zip): New target.
(ALL_MODULES): Added all-zip.
(NATIVE_CHECK_MODULES): Added check-zip.
(INSTALL_MODULES): Added install-zip.
(CLEAN_MODULES): Added clean-zip.
* configure.in (target_libs): Added target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-qthreads): New target.
(configure-target-libjava): Depend on configure-target-qthreads.
(all-target-libjava): Depend on all-target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-libjava): New target.
(all-target-boehm-gc): Likewise.
* configure.in (target_libs): Added libjava, boehm-gc.
From-SVN: r27709
Tom Tromey [Tue, 22 Jun 1999 22:46:17 +0000 (16:46 -0600)]
configure.in (target_libs): Added target-zlib.
�
* configure.in (target_libs): Added target-zlib.
* Makefile.in (ALL_TARGET_MODULES): Added zlib.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-zlib): New target.
(all-target-zlib): Likewise.
(all-target-libjava): Depend on all-target-zlib.
(configure-target-libjava): Depend on configure-target-zlib.
* Makefile.in (configure-target-libjava): Depend on
configure-target-newlib.
(configure-target-boehm-gc): New target.
(configure-target-qthreads): New target.
* configure.in (host_tools): Added zip.
* Makefile.in (all-target-libjava): Depend on all-zip.
(all-zip): New target.
(ALL_MODULES): Added all-zip.
(NATIVE_CHECK_MODULES): Added check-zip.
(INSTALL_MODULES): Added install-zip.
(CLEAN_MODULES): Added clean-zip.
* configure.in (target_libs): Added target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-qthreads): New target.
(configure-target-libjava): Depend on configure-target-qthreads.
(all-target-libjava): Depend on all-target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-libjava): New target.
(all-target-boehm-gc): Likewise.
* configure.in (target_libs): Added libjava, boehm-gc.
From-SVN: r27708
Jim Wilson [Tue, 22 Jun 1999 20:33:23 +0000 (20:33 +0000)]
Correct typo in smul@var{m}3_highpart documentation.
From-SVN: r27706
Jim Wilson [Tue, 22 Jun 1999 14:39:07 +0000 (14:39 +0000)]
Fix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not.
* expr.c (store_expr): When target is a promoted subreg, return a
promoted subreg as a result.
From-SVN: r27705
Michael Meissner [Tue, 22 Jun 1999 14:31:38 +0000 (14:31 +0000)]
Retabify
From-SVN: r27704
Bruce Korb [Tue, 22 Jun 1999 09:39:06 +0000 (09:39 +0000)]
inclhack.def (end_else_label): combined else_label and endif_label and fixed the sed expression.
*fixinc/inclhack.def(end_else_label): combined else_label
and endif_label and fixed the sed expression.
*fixinc/{fixincl.x|inclhack.sh}: regen
From-SVN: r27703
Mark Mitchell [Tue, 22 Jun 1999 07:21:50 +0000 (07:21 +0000)]
init.c (expand_aggr_vbase_init): Rename to construct_virtual_bases.
* init.c (expand_aggr_vbase_init): Rename to
construct_virtual_bases. Conditionalize construction here,
rather than ...
(emit_base_init): Here.
From-SVN: r27701
Tom Tromey [Tue, 22 Jun 1999 02:36:09 +0000 (02:36 +0000)]
* ltconfig, ltmain.sh: Update to libtool 1.2f.
From-SVN: r27699
Jeff Law [Tue, 22 Jun 1999 01:00:30 +0000 (19:00 -0600)]
rs6000.md (movdf_hardfloat32): Use %X instead of always emitting 'x' when handling non-offsettable addresses
h
* rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
'x' when handling non-offsettable addresses
From-SVN: r27697
Jeff Law [Tue, 22 Jun 1999 01:00:27 +0000 (19:00 -0600)]
rs6000.md (movdf_hardfloat32): Use %X instead of always emitting 'x' when handling non-offsettable addresses
�
* rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
'x' when handling non-offsettable addresses
From-SVN: r27696
Jeff Law [Tue, 22 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27692
Richard Earnshaw [Mon, 21 Jun 1999 23:22:35 +0000 (17:22 -0600)]
final.c (shorten_branches): Don't try to split an insn that has been deleted.
H
* final.c (shorten_branches): Don't try to split an insn that has
been deleted.
From-SVN: r27691
Richard Earnshaw [Mon, 21 Jun 1999 23:22:32 +0000 (17:22 -0600)]
final.c (shorten_branches): Don't try to split an insn that has been deleted.
�
* final.c (shorten_branches): Don't try to split an insn that has
been deleted.
From-SVN: r27690
Mark Mitchell [Mon, 21 Jun 1999 22:47:29 +0000 (22:47 +0000)]
mips.c (symbolic_expression_p): New function.
* config/mips/mips.c (symbolic_expression_p): New function.
(mips_select_rtx_section): Put symbolic expressions in the
data section, not the read-only data section.
From-SVN: r27688
Jeff Law [Mon, 21 Jun 1999 21:36:53 +0000 (15:36 -0600)]
Fix minor goof.
From-SVN: r27686
Jeffrey A Law [Mon, 21 Jun 1999 21:13:38 +0000 (21:13 +0000)]
* rs6000.md (find_addr_reg): Handle LO_SUM addresses.
From-SVN: r27684
Richard Henderson [Mon, 21 Jun 1999 20:20:26 +0000 (13:20 -0700)]
collect2.c (main): Log frame table count.
* collect2.c (main): Log frame table count.
(GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
(scan_prog_file) [COFF]: Handle frame tables.
* alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
(UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
* alpha/elf.h: Undef them again.
* alpha/vms.h: Remove their definitions.
From-SVN: r27680
J"orn Rennecke [Mon, 21 Jun 1999 19:21:48 +0000 (19:21 +0000)]
sh.c (machine_dependent_reorg): When fixing up fp pcloads...
* sh.c (machine_dependent_reorg): When fixing up fp pcloads,
remove the clobber of r0 and change the REG_UNUSED note to
REG_INC.
From-SVN: r27676
Jakub Jelinek [Mon, 21 Jun 1999 17:52:47 +0000 (19:52 +0200)]
Jakub Jelinek <jj@ultra.linux.cz>
Jakub Jelinek <jj@ultra.linux.cz>
* real.c (ereal_from_double): Fix for 64-bit big endian hosts.
* emit-rtl.c (gen_lowpart_common): Add case for hosts where double
fits in HOST_WIDE_INT and one uses union to access a long constant
as double.
From-SVN: r27675
Richard Henderson [Mon, 21 Jun 1999 17:47:44 +0000 (10:47 -0700)]
sparc.c (sparc_override_options): Don't allow profiling for code models other than medlow.
* sparc.c (sparc_override_options): Don't allow profiling for
code models other than medlow.
(sparc_function_profiler): New function from old FUNCTION_PROFILER
macro. Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
(sparc_function_block_profiler): Likewise. Use user_label_prefix.
(sparc_block_profiler): Likewise.
(sparc_function_block_profiler_exit): Likewise.
* sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
(FUNCTION_BLOCK_PROFILER): Likewise.
(BLOCK_PROFILER): Likewise.
(FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
(MCOUNT_FUNCTION): New.
* sparc/pbd.h (FUNCTION_PROFILER): Delete.
(FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
* sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
(MCOUNT_FUNCTION): New.
* sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
(BLOCK_PROFILER): Delete.
(MCOUNT_FUNCTION): New.
From-SVN: r27672
Tom Tromey [Mon, 21 Jun 1999 15:42:12 +0000 (15:42 +0000)]
ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
From Jeff Sturm.
From-SVN: r27671
Tom Tromey [Mon, 21 Jun 1999 15:39:02 +0000 (15:39 +0000)]
Alpha patch from Jeff Sturm:
* os_dep.c (GC_init_linuxalpha): New function.
* misc.c: Initialize for alpha linux.
* gc_priv.h (GC_test_and_set): Define for alpha.
* config.h: Don't assume __data_start on alpha.
From-SVN: r27670
Tom Tromey [Mon, 21 Jun 1999 15:02:22 +0000 (15:02 +0000)]
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
-release.
From-SVN: r27669
Tom Tromey [Mon, 21 Jun 1999 14:57:44 +0000 (14:57 +0000)]
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
-release.
From-SVN: r27668
Tom Tromey [Mon, 21 Jun 1999 13:03:47 +0000 (13:03 +0000)]
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Define as libdir when
appropriate.
* configure: Rebuilt.
* configure.in (USE_LIBDIR): New conditional.
From-SVN: r27667
Jason Merrill [Mon, 21 Jun 1999 12:13:41 +0000 (08:13 -0400)]
up
From-SVN: r27666
Gerald Pfeifer [Mon, 21 Jun 1999 11:57:15 +0000 (13:57 +0200)]
* g77.texi: Update links.
From-SVN: r27662
David Edelsohn [Mon, 21 Jun 1999 11:14:59 +0000 (11:14 +0000)]
* rs6000.md (movdf_hardfloat32): Fix typo in case 2.
From-SVN: r27661
Tom Tromey [Mon, 21 Jun 1999 11:14:41 +0000 (11:14 +0000)]
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.
From-SVN: r27660
Vladimir Makarov [Mon, 21 Jun 1999 09:42:51 +0000 (09:42 +0000)]
elf.h (BSS_SECTION_ASM_OP, [...]): Add the macros.
Mon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
* config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
Add the macros.
* config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
Ditto.
* config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
Ditto.
* config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
Ditto.
From-SVN: r27659
Andrew Haley [Mon, 21 Jun 1999 09:18:50 +0000 (09:18 +0000)]
except.c (find_handler_in_range): The upper limit for exception ranges is exclusive, not inclusive...
1999-06-21 Andrew Haley <aph@cygnus.com>
* except.c (find_handler_in_range): The upper limit for exception
ranges is exclusive, not inclusive: (start <= pc < end).
(link_handler): find child pointer which points to outer by
searching sibling list: previous code incorrectly assumed that
outer->outer->first_child must point to outer.
* verify.c (verify_jvm_instructions): FIXME added to code for
`athrow'.
(verify_jvm_instructions): Do not assume that the last block
processed in a subroutine is a block which ends with a `ret'
instruction. With some control flows it is possible that the last
block ends with an `athrow'.
From-SVN: r27658
Nick Clifton [Mon, 21 Jun 1999 07:25:35 +0000 (07:25 +0000)]
Add cpp support for ARM920 and ARM920T processor types.
Minor formatting tidies in arm.c and arm.md
From-SVN: r27657
Mark Elbrecht [Mon, 21 Jun 1999 05:23:16 +0000 (23:23 -0600)]
djgpp.h (LIB_SPEC): New.
x
* i386/djgpp.h (LIB_SPEC): New.
(STARTFILE_SPEC): New.
* i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
From-SVN: r27655
Mark Elbrecht [Mon, 21 Jun 1999 05:23:11 +0000 (23:23 -0600)]
djgpp.h (LIB_SPEC): New.
�
* i386/djgpp.h (LIB_SPEC): New.
(STARTFILE_SPEC): New.
* i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
From-SVN: r27654
Philippe De Muyter [Mon, 21 Jun 1999 05:21:34 +0000 (23:21 -0600)]
Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in compiler flags.
x
* fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
compiler flags.
* system.h (WSTOPSIG): New macro.
From-SVN: r27653
Philippe De Muyter [Mon, 21 Jun 1999 05:21:30 +0000 (23:21 -0600)]
Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in compiler flags.
�
* fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
compiler flags.
* system.h (WSTOPSIG): New macro.
From-SVN: r27652
Mumit Khan [Mon, 21 Jun 1999 05:11:15 +0000 (05:11 +0000)]
c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.
* c-pragma.c (push_alignment): Don't ignore alignments greater than
4 bytes.
(insert_pack_attributes): Take into account member natural
alignment.
From-SVN: r27648
Andreas Schwab [Mon, 21 Jun 1999 05:01:18 +0000 (05:01 +0000)]
configure.in (checkfuncs): Add gettimeofday.
* configure.in (checkfuncs): Add gettimeofday.
* config.in, configure: Regenerated.
From-SVN: r27647
Mumit Khan [Mon, 21 Jun 1999 04:56:40 +0000 (22:56 -0600)]
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
p
* configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
the test fails.
* configure: Regenerate.
From-SVN: r27642
Mumit Khan [Mon, 21 Jun 1999 04:56:38 +0000 (22:56 -0600)]
configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
�
* configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
the test fails.
* configure: Regenerate.
From-SVN: r27641
Mumit Khan [Mon, 21 Jun 1999 04:52:50 +0000 (04:52 +0000)]
winnt.c (exports_head): New static variable.
* i386/winnt.c (exports_head): New static variable.
(i386_pe_record_exported_symbol): New function.
(i386_pe_asm_file_end): Use.
* i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
symbols to be emitted at end of assembly.
(ASM_DECLARE_OBJECT_NAME): Likewise.
(ASM_DECLARE_FUNCTION_NAME): Likewise.
From-SVN: r27639
John David Anglin [Mon, 21 Jun 1999 04:41:41 +0000 (22:41 -0600)]
init.c (__objc_force_linking): Make global.
�
* init.c (__objc_force_linking): Make global.
From-SVN: r27638
Jeff Law [Mon, 21 Jun 1999 04:34:29 +0000 (22:34 -0600)]
whoops. Forgot to commit ChangeLog entry for missing @end ifclear change.
From-SVN: r27633
Mumit Khan [Mon, 21 Jun 1999 04:33:58 +0000 (22:33 -0600)]
uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
H
* i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
-iwithprefix.
From-SVN: r27632
Mumit Khan [Mon, 21 Jun 1999 04:33:55 +0000 (22:33 -0600)]
uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
�
* i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
-iwithprefix.
From-SVN: r27631
Jeff Law [Mon, 21 Jun 1999 04:31:59 +0000 (22:31 -0600)]
Add missing @end ifclear.
From-SVN: r27630
Jeffrey A Law [Mon, 21 Jun 1999 03:45:19 +0000 (03:45 +0000)]
sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.
Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
* sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
in last change.
From-SVN: r27626
Jason Merrill [Mon, 21 Jun 1999 01:23:18 +0000 (21:23 -0400)]
rename for DOS
From-SVN: r27625
Jeff Law [Mon, 21 Jun 1999 00:45:05 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27623
Richard Henderson [Sun, 20 Jun 1999 17:29:49 +0000 (10:29 -0700)]
haifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_uses directly.
* haifa-sched.c (sched_analyze_1): Use free_list instead of
zapping reg_last_uses directly.
(sched_analyze_2, sched_analyze_insn): Likewise.
(sched_analyze): Likewise. Don't clear reg_last_uses on calls.
From-SVN: r27622
David Edelsohn [Sun, 20 Jun 1999 13:59:59 +0000 (13:59 +0000)]
rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2.
* rs6000.md (movdf_hardfloat32): Use worst case insn length
attributes for cases 1 and 2.
From-SVN: r27620
Jeff Law [Sun, 20 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27618
Mark Mitchell [Sat, 19 Jun 1999 23:56:56 +0000 (23:56 +0000)]
semantics.c (finish_asm_statement): Apply decay conversions to input operands.
* semantics.c (finish_asm_statement): Apply decay conversions to
input operands.
From-SVN: r27617
Richard Henderson [Sat, 19 Jun 1999 22:54:14 +0000 (15:54 -0700)]
haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.
* haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
instead of set.
From-SVN: r27615
Mark Mitchell [Sat, 19 Jun 1999 11:11:43 +0000 (11:11 +0000)]
decl.c (expand_static_init): When building an anonymous function for use with atexit...
* decl.c (expand_static_init): When building an anonymous function
for use with atexit, compute its body before and after entering
the function.
* error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
EXIT_EXPR.
From-SVN: r27612
Richard Earnshaw [Sat, 19 Jun 1999 06:32:05 +0000 (06:32 +0000)]
arm.c (arm_override_options): Remove warning about PIC code not being supported.
* arm.c (arm_override_options): Remove warning about PIC code
not being supported.
From-SVN: r27610
Richard Earnshaw [Sat, 19 Jun 1999 06:18:28 +0000 (06:18 +0000)]
arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
* arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
(*strsi_predec): Renamed from *strqi_predec.
(*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
(*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
From-SVN: r27609
Philip Blundell [Sat, 19 Jun 1999 05:54:46 +0000 (05:54 +0000)]
From Phil Blundell:
* arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
From-SVN: r27607
Richard Earnshaw [Sat, 19 Jun 1999 05:34:51 +0000 (05:34 +0000)]
arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use PIC_OFFSET_TABLE_REGNUM for general alloaction.
* arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
PIC_OFFSET_TABLE_REGNUM for general alloaction.
(INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
must be stacked if it is used for PIC accesses.
* arm.c (use_return_insn): Handle PIC register specially.
(output_return_instruction): Likewise.
(output_func_{prologue,epilogue}): Likewise.
(output_expand_prologue): Likewise.
From-SVN: r27605
Jeff Law [Sat, 19 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.
From-SVN: r27603
David Edelsohn [Sat, 19 Jun 1999 00:04:59 +0000 (00:04 +0000)]
rs6000.c (find_addr_reg): New function.
* rs6000.c (find_addr_reg): New function.
* rs6000.h (find_addr_reg): Declare.
(offsettable_addr_operand): Delete.
* rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
from and stores to GPRs.
From-SVN: r27602
Mark Mitchell [Fri, 18 Jun 1999 20:35:56 +0000 (20:35 +0000)]
init.c (expand_aggr_vbase_init): Add flag parameter.
* init.c (expand_aggr_vbase_init): Add flag parameter.
(build_partial_cleanup_for): Remove, inlining into ..
(expand_cleanup_for_base): ... here. Take flag parameter.
(emit_base_init): Pass the in_chrg parameter to
emit_aggr_vbase_init.
(emit_aggr_vbase_init): Pass it to expand_cleanup_for_base.
From-SVN: r27600
Richard Henderson [Fri, 18 Jun 1999 15:46:26 +0000 (08:46 -0700)]
alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument to emit_no_conflict_block.
* alpha.c (alpha_expand_block_move): Use get_insns rather than
gen_sequence as argument to emit_no_conflict_block.
From-SVN: r27598
Bruce Korb [Fri, 18 Jun 1999 12:44:14 +0000 (12:44 +0000)]
Scripts must end with a new-line
From-SVN: r27596
Craig Burley [Fri, 18 Jun 1999 08:45:54 +0000 (08:45 +0000)]
doc TtyNam fix
From-SVN: r27595
Craig Burley [Fri, 18 Jun 1999 08:41:09 +0000 (08:41 +0000)]
fix ttynam for no-ttynam case
From-SVN: r27594
This page took 0.093638 seconds and 5 git commands to generate.