OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago Alpha patch from Jeff Sturm:
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27670 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * Makefile.in: Rebuilt.
tromey [Mon, 21 Jun 1999 15:02:22 +0000 (15:02 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
-release.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27669 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * Makefile.in: Rebuilt.
tromey [Mon, 21 Jun 1999 14:57:44 +0000 (14:57 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
-release.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27668 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * Makefile.in: Rebuilt.
tromey [Mon, 21 Jun 1999 13:03:47 +0000 (13:03 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Define as libdir when
appropriate.
* configure: Rebuilt.
* configure.in (USE_LIBDIR): New conditional.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27667 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoup
jason [Mon, 21 Jun 1999 12:13:41 +0000 (12:13 +0000)]
up

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27666 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * g77.texi: Update links.
gerald [Mon, 21 Jun 1999 11:57:15 +0000 (11:57 +0000)]
* g77.texi: Update links.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27662 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
dje [Mon, 21 Jun 1999 11:14:59 +0000 (11:14 +0000)]
* rs6000.md (movdf_hardfloat32): Fix typo in case 2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27661 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * configure: Rebuilt.
tromey [Mon, 21 Jun 1999 11:14:41 +0000 (11:14 +0000)]
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27660 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoMon Jun 21 12:27:17 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
vmakarov [Mon, 21 Jun 1999 09:42:51 +0000 (09:42 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27659 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago1999-06-21 Andrew Haley <aph@cygnus.com>
aph [Mon, 21 Jun 1999 09:18:50 +0000 (09:18 +0000)]
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'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27658 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27657 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agox
law [Mon, 21 Jun 1999 05:23:16 +0000 (05:23 +0000)]
x
        * i386/djgpp.h (LIB_SPEC): New.
        (STARTFILE_SPEC): New.
        * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27655 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Mon, 21 Jun 1999 05:23:11 +0000 (05:23 +0000)]

        * i386/djgpp.h (LIB_SPEC): New.
        (STARTFILE_SPEC): New.
        * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27654 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agox
law [Mon, 21 Jun 1999 05:21:34 +0000 (05:21 +0000)]
x
        * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
        compiler flags.
        * system.h (WSTOPSIG): New macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27653 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Mon, 21 Jun 1999 05:21:30 +0000 (05:21 +0000)]

        * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
        compiler flags.
        * system.h (WSTOPSIG): New macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27652 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * c-pragma.c (push_alignment): Don't ignore alignments greater than
law [Mon, 21 Jun 1999 05:11:15 +0000 (05:11 +0000)]
    * c-pragma.c (push_alignment): Don't ignore alignments greater than
        4 bytes.
        (insert_pack_attributes): Take into account member natural
        alignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27648 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * configure.in (checkfuncs): Add gettimeofday.
law [Mon, 21 Jun 1999 05:01:18 +0000 (05:01 +0000)]
    * configure.in (checkfuncs): Add gettimeofday.
        * config.in, configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27647 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agop
law [Mon, 21 Jun 1999 04:56:40 +0000 (04:56 +0000)]
p
        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        the test fails.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27642 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Mon, 21 Jun 1999 04:56:38 +0000 (04:56 +0000)]

        * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if
        the test fails.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27641 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * i386/winnt.c (exports_head): New static variable.
law [Mon, 21 Jun 1999 04:52:50 +0000 (04:52 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27639 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Mon, 21 Jun 1999 04:41:41 +0000 (04:41 +0000)]

        * init.c (__objc_force_linking): Make global.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27638 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agowhoops. Forgot to commit ChangeLog entry for missing @end ifclear change.
law [Mon, 21 Jun 1999 04:34:29 +0000 (04:34 +0000)]
whoops.  Forgot to commit ChangeLog entry for missing @end ifclear change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27633 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoH
law [Mon, 21 Jun 1999 04:33:58 +0000 (04:33 +0000)]
H
        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27632 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Mon, 21 Jun 1999 04:33:55 +0000 (04:33 +0000)]

        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27631 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoAdd missing @end ifclear.
law [Mon, 21 Jun 1999 04:31:59 +0000 (04:31 +0000)]
Add missing @end ifclear.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27630 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoMon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
law [Mon, 21 Jun 1999 03:45:19 +0000 (03:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27626 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agorename for DOS
jason [Mon, 21 Jun 1999 01:23:18 +0000 (01:23 +0000)]
rename for DOS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27625 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Mon, 21 Jun 1999 00:45:05 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27623 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * haifa-sched.c (sched_analyze_1): Use free_list instead of
rth [Sun, 20 Jun 1999 17:29:49 +0000 (17:29 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27622 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * rs6000.md (movdf_hardfloat32): Use worst case insn length
dje [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27620 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Sun, 20 Jun 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27618 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * semantics.c (finish_asm_statement): Apply decay conversions to
law [Sat, 19 Jun 1999 23:56:56 +0000 (23:56 +0000)]
    * semantics.c (finish_asm_statement): Apply decay conversions to
        input operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27617 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
rth [Sat, 19 Jun 1999 22:54:14 +0000 (22:54 +0000)]
    * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
        instead of set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27615 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * decl.c (expand_static_init): When building an anonymous function
mmitchel [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, compute its body before and after entering
the function.
* error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
EXIT_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27612 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* arm.c (arm_override_options): Remove warning about PIC code
rearnsha [Sat, 19 Jun 1999 06:32:05 +0000 (06:32 +0000)]
* arm.c (arm_override_options): Remove warning about PIC code
not being supported.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27610 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
rearnsha [Sat, 19 Jun 1999 06:18:28 +0000 (06:18 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27609 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoFrom Phil Blundell:
rearnsha [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27607 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
rearnsha [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.
(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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27605 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Sat, 19 Jun 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27603 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * rs6000.c (find_addr_reg): New function.
dje [Sat, 19 Jun 1999 00:04:59 +0000 (00:04 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27602 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * init.c (expand_aggr_vbase_init): Add flag parameter.
mmitchel [Fri, 18 Jun 1999 20:35:56 +0000 (20:35 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27600 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * alpha.c (alpha_expand_block_move): Use get_insns rather than
rth [Fri, 18 Jun 1999 15:46:26 +0000 (15:46 +0000)]
    * alpha.c (alpha_expand_block_move): Use get_insns rather than
        gen_sequence as argument to emit_no_conflict_block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27598 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27596 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27595 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27594 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27593 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27592 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27590 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27588 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * java/net/natInetAddress.cc (lookup): Preserve caller-supplied
bryce [Fri, 18 Jun 1999 01:17:28 +0000 (01:17 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27587 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27586 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoUse ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.
nickc [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27585 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Fri, 18 Jun 1999 00:45:05 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27583 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * stl_queue.h: Rename _M_c to c, and _M_comp to comp.
loewis [Thu, 17 Jun 1999 23:54:56 +0000 (23:54 +0000)]
* stl_queue.h: Rename _M_c to c, and _M_comp to comp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27581 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
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>).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27580 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * invoke.texi (ia32 options): Fix typo.
law [Thu, 17 Jun 1999 22:35:55 +0000 (22:35 +0000)]
    * invoke.texi (ia32 options): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27578 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27577 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoh
dlindsay [Thu, 17 Jun 1999 15:09:47 +0000 (15:09 +0000)]
h
Added -mpcrel flag, and underlying support for PC-relative addressing
on m68k. Patch is tested, and approved by Jim Wilson.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27576 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
dlindsay [Thu, 17 Jun 1999 15:09:38 +0000 (15:09 +0000)]

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27575 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * loop.c (strength_reduce): When doing biv->giv conversion, update
amylaar [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27574 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Thu, 17 Jun 1999 13:29:11 +0000 (13:29 +0000)]

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27573 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27572 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27570 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Thu, 17 Jun 1999 12:29:14 +0000 (12:29 +0000)]

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27567 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
dlindsay [Thu, 17 Jun 1999 11:50:15 +0000 (11:50 +0000)]


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27566 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * loop.c (strength_reduce): When doing biv->giv conversion, fix up
amylaar [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.
(recombine_givs): Set ix field after sorting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27565 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * emit-rtl.c (operand_subword): Tighten checks for when it is safe
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27564 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoCorrectness tweak from Mark.
law [Thu, 17 Jun 1999 00:48:26 +0000 (00:48 +0000)]
Correctness tweak from Mark.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27562 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Thu, 17 Jun 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27560 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * java/net/natPlainSocketImpl.cc (bind): Bind to any/all network
bryce [Thu, 17 Jun 1999 00:21:26 +0000 (00:21 +0000)]
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27559 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* g++.old-deja/g++.other/decl4.C: New test.
oliva [Wed, 16 Jun 1999 22:38:16 +0000 (22:38 +0000)]
* g++.old-deja/g++.other/decl4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27558 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * decl2.c (import_export_decl): Use same_type_p, rather than
mmitchel [Wed, 16 Jun 1999 17:48:05 +0000 (17:48 +0000)]
* decl2.c (import_export_decl): Use same_type_p, rather than
relying on pointer-equality for types.
* method.c (do_build_copy_constructor): Simplify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27555 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * sh.md (mulsi3): Don't add a no-op move at the end.
amylaar [Wed, 16 Jun 1999 17:46:20 +0000 (17:46 +0000)]
* sh.md (mulsi3): Don't add a no-op move at the end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27554 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoRemove obsolete file, whose contents has moved to the web pages as
gerald [Wed, 16 Jun 1999 13:37:39 +0000 (13:37 +0000)]
Remove obsolete file, whose contents has moved to the web pages as
projects.html.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27552 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoTypo fix.
amylaar [Wed, 16 Jun 1999 13:35:07 +0000 (13:35 +0000)]
Typo fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27551 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * cse.c (cse_insn): Don't put hard register source into tables for
amylaar [Wed, 16 Jun 1999 13:32:14 +0000 (13:32 +0000)]
* cse.c (cse_insn): Don't put hard register source into tables for
last insn of a libcall.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27550 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * loop.c (strength_reduce): Insert sets of derived givs at every
amylaar [Wed, 16 Jun 1999 11:46:14 +0000 (11:46 +0000)]
* loop.c (strength_reduce): Insert sets of derived givs at every
biv increment, even if it's the only one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27549 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * call.c (build_method_call): Remove bogus code for two-argument
mmitchel [Wed, 16 Jun 1999 11:24:10 +0000 (11:24 +0000)]
* call.c (build_method_call): Remove bogus code for two-argument
delete.
* init.c (build_new_1): Expand on comment, and remove dead code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27547 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * dwarfout.c (add_incomplete_type): New fn.
jason [Wed, 16 Jun 1999 10:38:45 +0000 (10:38 +0000)]
* dwarfout.c (add_incomplete_type): New fn.
(output_type): Call it.
(retry_incomplete_types): New fn.
(dwarfout_finish): Call it.
From Eric Raskin <ehr@listworks.com>:
(output_type): Output types for bases.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27546 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * init.c (expand_cleanup_for_base): New function, split out
mmitchel [Wed, 16 Jun 1999 10:15:35 +0000 (10:15 +0000)]
* init.c (expand_cleanup_for_base): New function, split out
from ...
(emit_base_init): Here.
(expand_aggr_vbase_init): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27543 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agofix BACKSPACE
burley [Wed, 16 Jun 1999 09:00:35 +0000 (09:00 +0000)]
fix BACKSPACE

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27541 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agofix BACKSPACE, doc fix, update derived file
burley [Wed, 16 Jun 1999 08:59:56 +0000 (08:59 +0000)]
fix BACKSPACE, doc fix, update derived file

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27540 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Wed, 16 Jun 1999 00:45:35 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27538 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * java/io/FilterOutputStream.java (write(byte[])): Rewrite according
bryce [Tue, 15 Jun 1999 20:05:57 +0000 (20:05 +0000)]
    * java/io/FilterOutputStream.java (write(byte[])): Rewrite according
        to JDK 1.2 docs.
        (write(byte[],int,int)): ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27537 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * cp-tree.h (class_cache_firstobj): Declare.
mmitchel [Tue, 15 Jun 1999 16:42:46 +0000 (16:42 +0000)]
* cp-tree.h (class_cache_firstobj): Declare.
(maybe_push_cache_obstack): Rename to push_cache_obstack.
* class.c (permanent_obstack): Remove declaration.
(class_cache_firstobj): Make it global.
(add_method): Don't use permanent_obstack directly.
(pushclass): Only free the class_cache_obstack if we know how far
back to free it.
(maybe_push_cache_obstack): Rename to push_cache_obstack.
* decl.c: Remove dead comment.
(saved_scope): Add class_cache_firstobj.
(push_to_top_level): Save it.
(pop_from_top_level): Restore it.
(push_class_level_binding): Use push_cache_obstack, not
maybe_push_cache_obstack.
* search.c (push_class_decls): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27534 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* config/mips/mips.c (mips_output_conditional_branch): Add `break'
oliva [Tue, 15 Jun 1999 09:03:35 +0000 (09:03 +0000)]
* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27533 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago
law [Tue, 15 Jun 1999 00:55:52 +0000 (00:55 +0000)]

        * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
        specifications and make it realistic.
        (LIB_SPEC): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27529 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Tue, 15 Jun 1999 00:46:37 +0000 (00:46 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27527 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago1999-06-14 Zack Weinberg <zack@rabi.columbia.edu>
zack [Mon, 14 Jun 1999 17:21:46 +0000 (17:21 +0000)]
1999-06-14   Zack Weinberg   <zack@rabi.columbia.edu>
* cpp.texi: Minor update.
* cpp.1: Regenerate from cpp.texi, using...
* contrib/texi2pod.pl: ...this (new file) plus some hand tweaks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27525 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.
bryce [Mon, 14 Jun 1999 17:20:35 +0000 (17:20 +0000)]
* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27524 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoMon Jun 14 13:13:39 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Mon, 14 Jun 1999 17:15:35 +0000 (17:15 +0000)]
Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Reorganized the post
  evaluation of non WFL leading expression nodes.
Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
  CONVERT_EXPR.
Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Handle qualified expression
  beginning with a STRING_CST.
Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (register_fields): Set DECL_INITIAL on both
  pre-initialized static and public fields.
(resolve_field_access): Static field access expressions to always
  use pointer types.
(qualify_ambiguous_name): Work out buried CALL_EXPR for proper
  qualification. CONVERT_EXPR to be resolved as an expression name.
(java_complete_lhs): Identify and access qualified final
  initialized field in switch statement case expression.
(fold_constant_for_init): Pre-initialized field decl constant to
  be folded.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27523 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoNew file.
loewis [Mon, 14 Jun 1999 15:57:27 +0000 (15:57 +0000)]
New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27521 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * pt.c (tsubst_friend_function): Push into namespace of friend
loewis [Mon, 14 Jun 1999 15:56:12 +0000 (15:56 +0000)]
* pt.c (tsubst_friend_function): Push into namespace of friend
function before pushdecl'ing it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27520 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoFix switch table and reload problems for mips16.
wilson [Mon, 14 Jun 1999 15:47:30 +0000 (15:47 +0000)]
Fix switch table and reload problems for mips16.
* config/mips/mips.c (mips_secondary_reload_class): Check for
(PLUS (SP) (REG)) and return appropriate register class.
* config/mips/mips.md (reload_insi): Delete predicate for operand 1.
Handle (PLUS (SP) (REG)).
(tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
(tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
of emit_insn for tablejump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27519 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
dje [Mon, 14 Jun 1999 14:33:46 +0000 (14:33 +0000)]
    * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
        asm_fprintf format string by itself.
        (output_function_profiler): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27518 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoPatch from David Mosberger to fix 32 host cross 64 target bug.
wilson [Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)]
Patch from David Mosberger to fix 32 host cross 64 target bug.
        * combine.c (simplify_logical, case AND): Only call
        simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
or the constant is positive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27517 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoFix typo.
nickc [Mon, 14 Jun 1999 03:45:29 +0000 (03:45 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27516 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * g++.old-deja/g++.other/bitfld3.C: New test.
nathan [Mon, 14 Jun 1999 03:16:37 +0000 (03:16 +0000)]
* g++.old-deja/g++.other/bitfld3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27514 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
law [Mon, 14 Jun 1999 02:59:43 +0000 (02:59 +0000)]
    * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
        require a sub-version #.
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27513 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * call.c (build_new_op): Remove REF_BIND from all operands.
nathan [Mon, 14 Jun 1999 02:44:17 +0000 (02:44 +0000)]
* call.c (build_new_op): Remove REF_BIND from all operands.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27510 138bc75d-0d04-0410-961f-82ee72b054a4