gcc.git
25 years ago* lib/libjava.exp (libjava_arguments): Handle -lzgcj.
Tom Tromey [Wed, 23 Jun 1999 15:14:36 +0000 (15:14 +0000)]
* lib/libjava.exp (libjava_arguments): Handle -lzgcj.

From-SVN: r27721

25 years agortlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p for the parts of an UNSPEC...
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

25 years agoInflaterInputStream.java (read): Throw ZipException if inflater throws a DataFormatEx...
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

25 years agoinclhack.def: Add fix development commentary
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

25 years agoDatagramSocketImpl.java (localPort): Fixed typo to match JDK.
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

25 years agolibio.exp (test_libio): Use additional_flags, not additional_options.
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

25 years agoexpr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTATION_MODE
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

25 years agoDaily bump.
Jeff Law [Wed, 23 Jun 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27712

25 years agoverify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test...
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

25 years agoconfigure.in (target_libs): Added target-zlib.
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

25 years agoconfigure.in (target_libs): Added target-zlib.
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

25 years agoCorrect typo in smul@var{m}3_highpart documentation.
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

25 years agoFix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not.
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

25 years agoRetabify
Michael Meissner [Tue, 22 Jun 1999 14:31:38 +0000 (14:31 +0000)]
Retabify

From-SVN: r27704

25 years agoinclhack.def (end_else_label): combined else_label and endif_label and fixed the...
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

25 years agoinit.c (expand_aggr_vbase_init): Rename to construct_virtual_bases.
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

25 years ago* ltconfig, ltmain.sh: Update to libtool 1.2f.
Tom Tromey [Tue, 22 Jun 1999 02:36:09 +0000 (02:36 +0000)]
* ltconfig, ltmain.sh: Update to libtool 1.2f.

From-SVN: r27699

25 years agors6000.md (movdf_hardfloat32): Use %X instead of always emitting 'x' when handling...
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

25 years agors6000.md (movdf_hardfloat32): Use %X instead of always emitting 'x' when handling...
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

25 years agoDaily bump.
Jeff Law [Tue, 22 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27692

25 years agofinal.c (shorten_branches): Don't try to split an insn that has been deleted.
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

25 years agofinal.c (shorten_branches): Don't try to split an insn that has been deleted.
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

25 years agomips.c (symbolic_expression_p): New function.
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

25 years agoFix minor goof.
Jeff Law [Mon, 21 Jun 1999 21:36:53 +0000 (15:36 -0600)]
Fix minor goof.

From-SVN: r27686

25 years ago* rs6000.md (find_addr_reg): Handle LO_SUM addresses.
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

25 years agocollect2.c (main): Log frame table count.
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

25 years agosh.c (machine_dependent_reorg): When fixing up fp pcloads...
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

25 years agoJakub Jelinek <jj@ultra.linux.cz>
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

25 years agosparc.c (sparc_override_options): Don't allow profiling for code models other than...
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

25 years agoieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
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

25 years agoAlpha patch from Jeff Sturm:
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

25 years agoMakefile.in: Rebuilt.
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

25 years agoMakefile.in: Rebuilt.
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

25 years agoMakefile.in: Rebuilt.
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

25 years agoup
Jason Merrill [Mon, 21 Jun 1999 12:13:41 +0000 (08:13 -0400)]
up

From-SVN: r27666

25 years ago* g77.texi: Update links.
Gerald Pfeifer [Mon, 21 Jun 1999 11:57:15 +0000 (13:57 +0200)]
* g77.texi: Update links.

From-SVN: r27662

25 years ago* rs6000.md (movdf_hardfloat32): Fix typo in case 2.
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

25 years agoconfigure: Rebuilt.
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

25 years agoelf.h (BSS_SECTION_ASM_OP, [...]): Add the macros.
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

25 years agoexcept.c (find_handler_in_range): The upper limit for exception ranges is exclusive...
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

25 years agoAdd cpp support for ARM920 and ARM920T processor types.
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

25 years agodjgpp.h (LIB_SPEC): New.
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

25 years agodjgpp.h (LIB_SPEC): New.
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

25 years agoMakefile.in (gnu-regex.o): Do not define STDC_HEADERS in compiler flags.
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

25 years agoMakefile.in (gnu-regex.o): Do not define STDC_HEADERS in compiler flags.
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

25 years agoc-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.
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

25 years agoconfigure.in (checkfuncs): Add gettimeofday.
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

25 years agoconfigure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
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

25 years agoconfigure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.
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

25 years agowinnt.c (exports_head): New static variable.
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

25 years agoinit.c (__objc_force_linking): Make global.
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

25 years agowhoops. Forgot to commit ChangeLog entry for missing @end ifclear change.
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

25 years agouwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
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

25 years agouwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
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

25 years agoAdd missing @end ifclear.
Jeff Law [Mon, 21 Jun 1999 04:31:59 +0000 (22:31 -0600)]
Add missing @end ifclear.

From-SVN: r27630

25 years agosparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.
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

25 years agorename for DOS
Jason Merrill [Mon, 21 Jun 1999 01:23:18 +0000 (21:23 -0400)]
rename for DOS

From-SVN: r27625

25 years agoDaily bump.
Jeff Law [Mon, 21 Jun 1999 00:45:05 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27623

25 years agohaifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_uses directly.
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

25 years agors6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1...
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

25 years agoDaily bump.
Jeff Law [Sun, 20 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27618

25 years agosemantics.c (finish_asm_statement): Apply decay conversions to input operands.
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

25 years agohaifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.
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

25 years agodecl.c (expand_static_init): When building an anonymous function for use with atexit...
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

25 years agoarm.c (arm_override_options): Remove warning about PIC code not being supported.
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

25 years agoarm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
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

25 years agoFrom Phil Blundell:
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

25 years agoarm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use PIC_OFFSET_TABLE_REGNUM...
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

25 years agoDaily bump.
Jeff Law [Sat, 19 Jun 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27603

25 years agors6000.c (find_addr_reg): New function.
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

25 years agoinit.c (expand_aggr_vbase_init): Add flag parameter.
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

25 years agoalpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument...
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

25 years agoScripts must end with a new-line
Bruce Korb [Fri, 18 Jun 1999 12:44:14 +0000 (12:44 +0000)]
Scripts must end with a new-line

From-SVN: r27596

25 years agodoc TtyNam fix
Craig Burley [Fri, 18 Jun 1999 08:45:54 +0000 (08:45 +0000)]
doc TtyNam fix

From-SVN: r27595

25 years agofix ttynam for no-ttynam case
Craig Burley [Fri, 18 Jun 1999 08:41:09 +0000 (08:41 +0000)]
fix ttynam for no-ttynam case

From-SVN: r27594

25 years agoUpdate to Netlib version of 1999-06-18
Craig Burley [Fri, 18 Jun 1999 08:31:20 +0000 (08:31 +0000)]
Update to Netlib version of 1999-06-18

From-SVN: r27593

25 years agoundo Wednesday's change
Craig Burley [Fri, 18 Jun 1999 08:17:35 +0000 (08:17 +0000)]
undo Wednesday's change

From-SVN: r27592

25 years agoEnable yesterday's patch for fast-fix on DG/UX
Bruce Korb [Fri, 18 Jun 1999 07:03:58 +0000 (07:03 +0000)]
Enable yesterday's patch for fast-fix on DG/UX

From-SVN: r27590

25 years agomove gcc changes to gcc subdirectory
Michael Meissner [Fri, 18 Jun 1999 06:01:42 +0000 (06:01 +0000)]
move gcc changes to gcc subdirectory

From-SVN: r27588

25 years agonatInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress...
Bryce McKinlay [Fri, 18 Jun 1999 01:17:28 +0000 (01:17 +0000)]
natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects.

        * java/net/natInetAddress.cc (lookup): Preserve caller-supplied
        hostname in returned InetAddress objects.
        (getLocalHostname): Fix typo.
        * java/net/InetAddress.java (getByName): Set hostname on return
        object.
        (getLocalHost): Call lookup directly to ensure that a fully-qualified
        name is returned.

From-SVN: r27587

25 years agoUse .thumb_set pseudo op to mark aliases of thumb functions.
Nick Clifton [Fri, 18 Jun 1999 01:14:34 +0000 (01:14 +0000)]
Use .thumb_set pseudo op to mark aliases of thumb functions.

From-SVN: r27586

25 years agoUse ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.
Nick Clifton [Fri, 18 Jun 1999 01:03:36 +0000 (01:03 +0000)]
Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.

From-SVN: r27585

25 years agoDaily bump.
Jeff Law [Fri, 18 Jun 1999 00:45:05 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27583

25 years ago* stl_queue.h: Rename _M_c to c, and _M_comp to comp.
Martin v. Löwis [Thu, 17 Jun 1999 23:54:56 +0000 (23:54 +0000)]
* stl_queue.h: Rename _M_c to c, and _M_comp to comp.

From-SVN: r27581

25 years agomach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz...
Anthony Green [Thu, 17 Jun 1999 23:22:51 +0000 (23:22 +0000)]
mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>).

* mach_dep.c (GC_push_regs): FreeBSD-elf support (from
Carlo Dapor <carlo@vis.ethz.ch>).

From-SVN: r27580

25 years ago* invoke.texi (ia32 options): Fix typo.
J"orn Rennecke [Thu, 17 Jun 1999 22:35:55 +0000 (22:35 +0000)]
* invoke.texi (ia32 options): Fix typo.

From-SVN: r27578

25 years agoISCTRL fix and dgux patch
Bruce Korb [Thu, 17 Jun 1999 15:11:17 +0000 (15:11 +0000)]
ISCTRL fix and dgux patch

From-SVN: r27577

25 years agoAdded -mpcrel flag, and underlying support for PC-relative addressing on m68k.
Don Lindsay [Thu, 17 Jun 1999 15:09:47 +0000 (15:09 +0000)]
Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.

h
Added -mpcrel flag, and underlying support for PC-relative addressing
on m68k. Patch is tested, and approved by Jim Wilson.

From-SVN: r27576

25 years agoAdded -mpcrel flag, and underlying support for PC-relative addressing on m68k.
Don Lindsay [Thu, 17 Jun 1999 15:09:38 +0000 (15:09 +0000)]
Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.


Added -mpcrel flag, and underlying support for PC-relative addressing
on m68k. Patch is tested, and approved by Jim Wilson.

From-SVN: r27575

25 years agoloop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT...
J"orn Rennecke [Thu, 17 Jun 1999 13:35:59 +0000 (13:35 +0000)]
loop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT->insn.

* loop.c (strength_reduce): When doing biv->giv conversion, update
reg note of NEXT->insn.

From-SVN: r27574

25 years agoloop.c (move_movables): Note issues with replacing REGs with SUBREGs.
Jeffrey A Law [Thu, 17 Jun 1999 13:29:11 +0000 (13:29 +0000)]
loop.c (move_movables): Note issues with replacing REGs with SUBREGs.


        * loop.c (move_movables): Note issues with replacing REGs with
        SUBREGs.
        * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.

From-SVN: r27573

25 years ago* gcc.c-torture/compile/990617-1.c: New test.
Jeffrey A Law [Thu, 17 Jun 1999 12:50:51 +0000 (12:50 +0000)]
* gcc.c-torture/compile/990617-1.c: New test.

From-SVN: r27572

25 years ago* i386/freebsd-elf.h (LINK_SPEC): Fix typo.
David O'Brien [Thu, 17 Jun 1999 12:32:57 +0000 (12:32 +0000)]
* i386/freebsd-elf.h (LINK_SPEC): Fix typo.

From-SVN: r27570

25 years agofreebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount...
David O'Brien [Thu, 17 Jun 1999 12:29:14 +0000 (12:29 +0000)]
freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount' was not correct for the ELF...


        * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
        the reference to `mcount' was not correct for the ELF on FreeBSD.

From-SVN: r27567

25 years ago
Don Lindsay [Thu, 17 Jun 1999 11:50:15 +0000 (11:50 +0000)]


From-SVN: r27566

25 years agoloop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.
J"orn Rennecke [Thu, 17 Jun 1999 09:32:59 +0000 (09:32 +0000)]
loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.

* loop.c (strength_reduce): When doing biv->giv conversion, fix up
reg_biv_class.
(recombine_givs): Set ix field after sorting.

From-SVN: r27565

25 years agoemit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to extract...
Jeffrey A Law [Thu, 17 Jun 1999 01:56:31 +0000 (01:56 +0000)]
emit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to extract a subword out of a REG.

        * emit-rtl.c (operand_subword): Tighten checks for when it is safe
        to safe to extract a subword out of a REG.

From-SVN: r27564

25 years agoCorrectness tweak from Mark.
Jeff Law [Thu, 17 Jun 1999 00:48:26 +0000 (18:48 -0600)]
Correctness tweak from Mark.

From-SVN: r27562

25 years agoDaily bump.
Jeff Law [Thu, 17 Jun 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27560

25 years agonatPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.
Bryce McKinlay [Thu, 17 Jun 1999 00:21:26 +0000 (01:21 +0100)]
natPlainSocketImpl.cc (bind): Bind to any/all network interfaces if host==NULL.

        * java/net/natPlainSocketImpl.cc (bind): Bind to any/all network
        interfaces if host==NULL.
        (accept): Throw message with InterruptedIOException.
        (getOption): Cache localAddress.
        * java/net/natPlainDatagramSocketImpl.cc (bind): Don't need
        'address' for DatagramSocket.
        (setTimeToLive): Fix compiler warnings.
        (getOption): Cache localAddress.
        * java/net/Socket.java (getLocalAddress): Don't need local
        InetAddress object. Add FIXME comment about calling checkConnect().
        * java/net/ServerSocket.java (ServerSocket(int)): Initialize
        connection queue to 50 as per JDK 1.2 docs.
        (ServerSocket(int,int)): Listen on all network interfaces by
        default, per JDK 1.2 docs.
        * java/net/PlainDatagramSocketImpl.java: Don't need 'address'.
        Add localAddress caching.

From-SVN: r27559