OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years agoNew files for sparc64-linux port.
dje [Tue, 23 Sep 1997 18:33:32 +0000 (18:33 +0000)]
New files for sparc64-linux port.

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

26 years ago * expmed.c (expand_divmod): If compute_mode is not the same as
law [Tue, 23 Sep 1997 07:25:25 +0000 (07:25 +0000)]
    * expmed.c (expand_divmod): If compute_mode is not the same as
        mode, handle the case where convert_modes() causes op1 to no
        longer be a CONST_INT.

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

26 years agoForgot to commit.
law [Tue, 23 Sep 1997 07:19:31 +0000 (07:19 +0000)]
Forgot to commit.

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

26 years ago * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
law [Tue, 23 Sep 1997 07:14:07 +0000 (07:14 +0000)]
    * reorg.c (dbr_schedule): At end of this pass, add REG_BR_PRED
        note holding get_jump_flags() calculation to all JUMP_INSNs.
        * rtl.h (enum reg_note): New note types REG_BR_PRED and REG_SAVE_AREA.
        * rtl.c (reg_note_name): Add new note types.

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

26 years ago * libU77/dtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case
law [Tue, 23 Sep 1997 07:06:54 +0000 (07:06 +0000)]
    * libU77/dtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case
        so as not to truncate results to integer values.
        * libU77/Version.c: Bump.

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

26 years agoFix typo.
law [Tue, 23 Sep 1997 07:01:34 +0000 (07:01 +0000)]
Fix typo.

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

26 years ago * rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
law [Tue, 23 Sep 1997 06:58:12 +0000 (06:58 +0000)]
    * rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
Fixes various bootstrap problems (hopefully).

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

26 years ago * loop.c (indirect_jump_in_function_p): Return 0
law [Tue, 23 Sep 1997 06:40:37 +0000 (06:40 +0000)]
    * loop.c (indirect_jump_in_function_p): Return 0
        by default.

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

26 years ago * Make-lang.in: install.texi was renamed to g77install.texi
law [Tue, 23 Sep 1997 06:38:19 +0000 (06:38 +0000)]
    * Make-lang.in: install.texi was renamed to g77install.texi
        * install0.texi: Likewise.

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

26 years ago * rs6000/xm-rs6000.h: Fix thinko in last change.
law [Tue, 23 Sep 1997 06:31:44 +0000 (06:31 +0000)]
    * rs6000/xm-rs6000.h: Fix thinko in last change.
        * rs6000/xm-sysv4.h: Likewise.

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

26 years agoFix irix5/irix6 dwarf2out assertion failures
wilson [Tue, 23 Sep 1997 04:48:36 +0000 (04:48 +0000)]
Fix irix5/irix6 dwarf2out assertion failures
* mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.

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

26 years ago * decl.c (start_function): Up warning of no return type to be a
brendan [Tue, 23 Sep 1997 02:13:04 +0000 (02:13 +0000)]
* decl.c (start_function): Up warning of no return type to be a
pedwarn.

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

26 years ago * reg-stack.c (find_blocks): Fix thinko in last change.
law [Mon, 22 Sep 1997 20:38:35 +0000 (20:38 +0000)]
    * reg-stack.c (find_blocks): Fix thinko in last change.

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

26 years ago * m68k.c (output_function_prologue): Add dwarf2 support.
law [Mon, 22 Sep 1997 17:46:38 +0000 (17:46 +0000)]
    * m68k.c (output_function_prologue): Add dwarf2 support.

        * m68k.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_REGNUM,
        INCOMING_FRAME_SP_OFFSET): New definitions.

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

26 years ago * combine.c (try_combine): Use NULL_RTX instead of '0' where
law [Mon, 22 Sep 1997 17:41:48 +0000 (17:41 +0000)]
    * combine.c (try_combine): Use NULL_RTX instead of '0' where
        appropriate in calls to gen_rtx().
        * cse.c (cse_main): Likewise.
        * emit-rtl.c (gen_label_rtx): Likewise.
        * expr.c (init_expr_once): Likewise.
        * haifa-sched.c (flush_pending_lists, sched_analyze_insn,
        sched_analyze, init_rgn_data_dependences,
        compute_block_backward_dependences): Likewise.
        * sched.c (schedule_insns): Likewise.
        * varasm.c (immed_double_const): Likewise.

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

26 years ago * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
law [Mon, 22 Sep 1997 17:34:49 +0000 (17:34 +0000)]
    * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
        SPARC_STACK_BIAS for sake of dwarf2 on sparc64.

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

26 years ago * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
law [Mon, 22 Sep 1997 17:31:47 +0000 (17:31 +0000)]
    * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
        (MULTILIB_DEFAULTS): Define.
        (ASM_SPEC, CPP_SPEC): Handle -mcoff.
        (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
        (LIBGCC_SPEC): Likewise.
        (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
        (SUBTARGET_SWITCHES): Add -mcoff and -melf.
        * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
        (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
        (EXTRA_PARTS, TAROUTOPTS): Delete.
        (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
        (MULTILIB_OPTIONS): Define.
        (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
        (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
SCO Open Server patches.

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

26 years ago * version.c: Bump for snapshot.
law [Mon, 22 Sep 1997 08:08:15 +0000 (08:08 +0000)]
    * version.c: Bump for snapshot.

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

26 years ago * loop.c (loop_number): Delete function. Change all references
law [Mon, 22 Sep 1997 03:04:36 +0000 (03:04 +0000)]
    * loop.c (loop_number): Delete function.  Change all references
        to use uid_loop_num array.
        * loop.h (loop_number): Delete declaration.
        * unroll.c (unroll_loop): Change "loop_number" references to
        use uid_loop_num instead.
Still cleaning up haifa.

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

26 years ago * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
law [Mon, 22 Sep 1997 01:50:04 +0000 (01:50 +0000)]
    * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
        conditional.
        (loop_unroll_iter): Remove unused variable and all references.
        (loop_optimize): Always allocate and clear space for loop_unroll_factor.
        (insert_bct): Fix minor formatting problems.
        * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
        (loop_unroll_iter): Removed unused decl.
        * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
        Always record the unrolling factor.

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

26 years ago * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
law [Mon, 22 Sep 1997 01:49:19 +0000 (01:49 +0000)]
    * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
        conditional.
        (loop_unroll_iter): Remove unused variable and all references.
        (loop_optimize): Always allocate and clear space for loop_unroll_factor.
        (insert_bct): Fix minor formatting problems.
        * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
        (loop_unroll_iter): Removed unused decl.
        * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
        Always record the unrolling factor.
More haifa cleanup

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

26 years agoForgot to check in last time.
law [Mon, 22 Sep 1997 01:44:35 +0000 (01:44 +0000)]
Forgot to check in last time.

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

26 years agoFix typo.
law [Mon, 22 Sep 1997 01:33:52 +0000 (01:33 +0000)]
Fix typo.

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

26 years ago * cse.c (simplify_relational_operation): Set h0u just like h0s.
law [Mon, 22 Sep 1997 01:28:22 +0000 (01:28 +0000)]
    * cse.c (simplify_relational_operation): Set h0u just like h0s.
        Similarly for h1u and h1s.

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

26 years ago * jump.c (jmp_uses_reg_or_mem): Deleted unused function.
law [Mon, 22 Sep 1997 00:49:32 +0000 (00:49 +0000)]
    * jump.c (jmp_uses_reg_or_mem): Deleted unused function.
        (find_basic_blocks): Use computed_jump_p to determine if a
        particular JUMP_INSN is a computed jump.
        * reg-stack.c (find_blocks): Use computed_jump_p to determine
        if a particular JUMP_INSN is a computed jump.
        * rtlanal.c (jmp_uses_reg_or_mem): New function.
        (computed_jump_p): Likewise.
        * rtl.h (computed_jump_p): Declare.
        * genattrtab.c (pc_rtx): Define and initialize.
        * loop.c (loop_optimize): Always determine if the current
        function has a computed jump.
        (indirect_jump_in_function_p): Use computed_jump_p to determine
        if a particular JUMP_INSN is a computed jump.
General (and haifa) cleanups.

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

26 years agoFinish last change.
law [Sun, 21 Sep 1997 23:46:54 +0000 (23:46 +0000)]
Finish last change.

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

26 years ago * loop.c (fix_bct_param): Delete unused function.
law [Sun, 21 Sep 1997 23:43:38 +0000 (23:43 +0000)]
    * loop.c (fix_bct_param): Delete unused function.
        (check_bct_param): Likewise.

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

26 years ago * frame.c (__deregister_frame): Check properly for initialized object.
jason [Sat, 20 Sep 1997 23:46:43 +0000 (23:46 +0000)]
* frame.c (__deregister_frame): Check properly for initialized object.

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

26 years ago * call.c (build_over_call): Do require_complete_type before
jason [Sat, 20 Sep 1997 22:38:48 +0000 (22:38 +0000)]
* call.c (build_over_call): Do require_complete_type before
build_cplus_new.

Fixes t20.C mode problem.

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

26 years ago * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.
law [Sat, 20 Sep 1997 02:48:37 +0000 (02:48 +0000)]
    * alpha/linux.h (HANDLE_SYSV_PRAGMA): Defined.

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

26 years ago * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
law [Sat, 20 Sep 1997 02:43:51 +0000 (02:43 +0000)]
    * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.

Brought over from devo.

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

26 years ago * jump.c (thread_jumps): check can_reverse_comparison_p before
law [Sat, 20 Sep 1997 01:05:16 +0000 (01:05 +0000)]
    * jump.c (thread_jumps): check can_reverse_comparison_p before
        threading a reversed-condition jump.

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

26 years ago * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
law [Sat, 20 Sep 1997 00:52:52 +0000 (00:52 +0000)]
    * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
        * haifa-sched.c (update_flow_info): Likewise.

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

26 years ago * Makefile.in (cross): New target.
law [Fri, 19 Sep 1997 05:56:16 +0000 (05:56 +0000)]
    * Makefile.in (cross): New target.

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

26 years ago * Makefile.in (bootstrap2, bootstrap3): New targets.
law [Fri, 19 Sep 1997 05:23:00 +0000 (05:23 +0000)]
    * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.
        (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.

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

26 years ago * Makefile.in (BOOT_CFLAGS): Use -O2.
law [Fri, 19 Sep 1997 05:21:34 +0000 (05:21 +0000)]
    * Makefile.in (BOOT_CFLAGS): Use -O2.

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

26 years ago * proj.h (FFEPROJ_BSEARCH): Delete all references.
law [Fri, 19 Sep 1997 05:16:54 +0000 (05:16 +0000)]
    * proj.h (FFEPROJ_BSEARCH): Delete all references.
        (FFEPROJ_STRTOUL): Likewise.
        * proj.c (bsearch): Compile this if no bsearch is provided by the
        host system.
        (strtoul): Similarly.

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

26 years ago * configure.in (strtoul, bsearch): Have autoconf check for these
law [Fri, 19 Sep 1997 05:14:32 +0000 (05:14 +0000)]
    * configure.in (strtoul, bsearch): Have autoconf check for these
        functions.
        * configure, config.in: Rebuilt.
So Fortran front end can use HAVE_STRTOUL and HAVE_BSEARCH.

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

26 years ago * Makefile.in (bootstrap2, bootstrap3): New targets.
law [Fri, 19 Sep 1997 03:42:14 +0000 (03:42 +0000)]
    * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.

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

26 years agoForgot to commit in last change.
law [Fri, 19 Sep 1997 03:30:32 +0000 (03:30 +0000)]
Forgot to commit in last change.

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

26 years ago * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
law [Fri, 19 Sep 1997 03:12:55 +0000 (03:12 +0000)]
    * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
        * mips/mips.h (alloca): Likewise.
        * rs6000/xm-rs6000.h (alloca): Likewise.
        * rs6000/xm-sysv4.h: Likewise.
Fixes build problem when using an ANSI compiler that isn't gcc.

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

26 years ago * g77install.texi: Renamed from install.texi
law [Fri, 19 Sep 1997 01:28:39 +0000 (01:28 +0000)]
    * g77install.texi: Renamed from install.texi
        * g77.texi: Corresponding changes.

Fixes problem with g77.texi getting gcc/install.texi instead of
gcc/f/install.texi when building in the source tree.

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

26 years ago * search.c (lookup_field): Call complete_type in all cases.
jason [Thu, 18 Sep 1997 23:52:48 +0000 (23:52 +0000)]
* search.c (lookup_field): Call complete_type in all cases.

Fixes CLN problems.

* decl.c (finish_function): Just warn about flowing off the end.

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

26 years ago * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
jason [Thu, 18 Sep 1997 23:33:56 +0000 (23:33 +0000)]
* final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
* dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
(dwarf2out_stack_adjust): A BARRIER resets the args space to 0.

* except.c (end_eh_unwinder): Subtract 1 from return address.
* libgcc2.c (__throw): Likewise.
(find_exception_handler): Don't change PC here.  Compare end with >.

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

26 years ago * fini.c (main): Return type is int.
law [Thu, 18 Sep 1997 23:33:06 +0000 (23:33 +0000)]
    * fini.c (main): Return type is int.

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

26 years ago * com.c (lang_printable_name): Use verbosity argument.
law [Thu, 18 Sep 1997 23:30:08 +0000 (23:30 +0000)]
    * com.c (lang_printable_name): Use verbosity argument.
Just to keep the compiler quiet.

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

26 years ago * v850.c (compute_register_save_size): Correct register
law [Thu, 18 Sep 1997 23:19:55 +0000 (23:19 +0000)]
    * v850.c (compute_register_save_size): Correct register
        number.
        * v850.md (save_interrupt, return_interrupt): Correct
        register number.
        * v850/lib1funcs.asm (save_interrupt): Correct register number.
        (return_interrupt): Use stack pointer, not element pointer.

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

26 years ago * Makefile.in (stamp-lib): Don't use '$?', explicitly
law [Thu, 18 Sep 1997 22:56:25 +0000 (22:56 +0000)]
    * Makefile.in (stamp-lib): Don't use '$?', explicitly
        list the variables containing the object files to include
        in libf2c.a

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

26 years ago * Make-lang.in: Fix merge problems.
law [Thu, 18 Sep 1997 22:06:05 +0000 (22:06 +0000)]
    * Make-lang.in: Fix merge problems.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Thu, 18 Sep 1997 19:50:51 +0000 (19:50 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory.

copy that's also now in at the FSF; only does it if $symbolic_link is
defined to `ln -s'

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

26 years ago * pa.md (reload_peepholes): Don't allow addresses with side
law [Thu, 18 Sep 1997 07:45:15 +0000 (07:45 +0000)]
    * pa.md (reload_peepholes): Don't allow addresses with side
        effects for the memory operand.
Geez, how long have we been screwing this up...

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

26 years ago * util/install-info.c: Only provide an external decl for strrchr
law [Thu, 18 Sep 1997 05:54:18 +0000 (05:54 +0000)]
    * util/install-info.c: Only provide an external decl for strrchr
        if HAVE_STRCHR is not defined.
Fixes aix build problem.

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

26 years ago * libgcc2.c (find_exception_handler): Subtract one from our PC when
jason [Thu, 18 Sep 1997 01:23:34 +0000 (01:23 +0000)]
* libgcc2.c (find_exception_handler): Subtract one from our PC when
  looking for a handler, to avoid hitting the beginning of the next
  region.

* except.c (expand_builtin_set_return_addr_reg): Use force_operand.

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

26 years ago * mips/abi64.h (LONG_MAX_SPEC): Define.
law [Thu, 18 Sep 1997 00:31:51 +0000 (00:31 +0000)]
    * mips/abi64.h (LONG_MAX_SPEC): Define.
        * mips.h (LONG_MAX_SPEC): Define.
        (CPP_SPEC): Include long_max_spec.
        (EXTRA_SPECS): Include long_max_spec.

Brought over from devo.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Wed, 17 Sep 1997 23:55:30 +0000 (23:55 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Wed, 17 Sep 1997 23:55:13 +0000 (23:55 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.

fixes cp 3stage problem

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

26 years ago * v850.c (construct_save_jarl): Fix thinko in last change.
law [Wed, 17 Sep 1997 20:09:41 +0000 (20:09 +0000)]
    * v850.c (construct_save_jarl): Fix thinko in last change.

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

26 years ago * decl.c (grokparms): Don't bash a permanent list node if we're
jason [Wed, 17 Sep 1997 18:18:09 +0000 (18:18 +0000)]
* decl.c (grokparms): Don't bash a permanent list node if we're
in a function.

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

26 years ago * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
brendan [Wed, 17 Sep 1997 18:05:58 +0000 (18:05 +0000)]
* Makefile.in (CONFLICTS): Fix s/r conflict count to 18.

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

26 years agoBump for snapshot (really, we will make a snapshot this time :-)
law [Wed, 17 Sep 1997 15:51:45 +0000 (15:51 +0000)]
Bump for snapshot (really, we will make a snapshot this time :-)

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

26 years ago * call.c (build_new_op): Give better error for syntactically
jason [Wed, 17 Sep 1997 02:23:05 +0000 (02:23 +0000)]
* call.c (build_new_op): Give better error for syntactically
  correct, but semantically invalid, use of undeclared template.

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

26 years agoFix all problems reported by the test suite.
drepper [Wed, 17 Sep 1997 02:10:30 +0000 (02:10 +0000)]
Fix all problems reported by the test suite.

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

26 years ago * libgcc2.c (find_exception_handler): Not found is -1.
jason [Wed, 17 Sep 1997 01:55:49 +0000 (01:55 +0000)]
* libgcc2.c (find_exception_handler): Not found is -1.

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

26 years agoHandle __set_errno correctly.
drepper [Wed, 17 Sep 1997 00:54:03 +0000 (00:54 +0000)]
Handle __set_errno correctly.

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

26 years agorevert accidental change
jason [Tue, 16 Sep 1997 23:59:15 +0000 (23:59 +0000)]
revert accidental change

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

26 years ago * call.c (compare_qual): Handle pmfs.
jason [Tue, 16 Sep 1997 22:44:13 +0000 (22:44 +0000)]
* call.c (compare_qual): Handle pmfs.

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

26 years ago * integrate.c (expand_inline_function): Move expand_start_bindings
jason [Tue, 16 Sep 1997 21:23:59 +0000 (21:23 +0000)]
* integrate.c (expand_inline_function): Move expand_start_bindings
after expanding the arguments.

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

26 years ago * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
jason [Tue, 16 Sep 1997 21:08:30 +0000 (21:08 +0000)]
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
  after the exception spec.

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

26 years agoFix H.J. Lu's alpha-linux bug with TImode constructors.
wilson [Tue, 16 Sep 1997 20:59:22 +0000 (20:59 +0000)]
Fix H.J. Lu's alpha-linux bug with TImode constructors.
* expr.c (expand_expr): Remove previous incorrect change.
If target and slot has no DECL_RTL, then call mark_addressable
again for the slot after we give it RTL.

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

26 years agoInitial revision
law [Tue, 16 Sep 1997 20:39:44 +0000 (20:39 +0000)]
Initial revision

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

26 years agoRemove ChangeLog entry for non-existant change.
wilson [Tue, 16 Sep 1997 17:36:28 +0000 (17:36 +0000)]
Remove ChangeLog entry for non-existant change.

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

26 years agoMinor tweaks before snapshot.
law [Tue, 16 Sep 1997 16:12:41 +0000 (16:12 +0000)]
Minor tweaks before snapshot.

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

26 years agoMore stuff from Uli.
law [Tue, 16 Sep 1997 16:11:13 +0000 (16:11 +0000)]
More stuff from Uli.

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

26 years agoUli's libio/libstdc++ patches.
law [Tue, 16 Sep 1997 16:01:55 +0000 (16:01 +0000)]
Uli's libio/libstdc++ patches.

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

26 years ago * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
jason [Tue, 16 Sep 1997 07:53:56 +0000 (07:53 +0000)]
* expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
  again for the slot after we give it RTL.

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

26 years ago * version.c: Bump for snapshot.
law [Tue, 16 Sep 1997 06:39:02 +0000 (06:39 +0000)]
    * version.c: Bump for snapshot.

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

26 years agoTweak v850 ChangeLog entries.
law [Tue, 16 Sep 1997 06:16:57 +0000 (06:16 +0000)]
Tweak v850 ChangeLog entries.

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

26 years ago * config/v850/v850.c (register_is_ok_for_epilogue,
law [Tue, 16 Sep 1997 06:13:27 +0000 (06:13 +0000)]
    * config/v850/v850.c (register_is_ok_for_epilogue,
        pattern_is_ok_for_epilogue, construct_restore_jr,
        pattern_is_ok_for_prologue, construct_save_jarl): New functions.

        * config/v850/v850.h (pattern_is_ok_for_prologue,
        pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
        predicates.

        * config/v850/v850.md: Replace prologue and epilogue patterns with a
        match_parallel pattern.

        * config/v850/v850.c (output_move_single_unsigned): Cope with zero
        extending and moving between registers at the same time.

Brought over from devo.

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

26 years agoMore formatting fixes.
law [Tue, 16 Sep 1997 06:03:16 +0000 (06:03 +0000)]
More formatting fixes.

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

26 years agoRemove more CYGNUS LOCAL markers.
law [Tue, 16 Sep 1997 05:52:35 +0000 (05:52 +0000)]
Remove more CYGNUS LOCAL markers.

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

26 years agoRemove CYGNUS LOCAL markers.
law [Tue, 16 Sep 1997 05:23:38 +0000 (05:23 +0000)]
Remove CYGNUS LOCAL markers.

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

26 years agoForgot to check in.
law [Tue, 16 Sep 1997 05:19:29 +0000 (05:19 +0000)]
Forgot to check in.

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

26 years ago * aclocal.m4: Add replacement for AC_PROG_INSTALL.
law [Tue, 16 Sep 1997 05:01:43 +0000 (05:01 +0000)]
    * aclocal.m4: Add replacement for AC_PROG_INSTALL.
        * configure.in: Use EGCS_PROG_INSTALL.

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

26 years ago * aclocal.m4: New file with replacement for AC_PROG_INSTALL.
law [Tue, 16 Sep 1997 04:55:29 +0000 (04:55 +0000)]
    * aclocal.m4: New file with replacement for AC_PROG_INSTALL.
        * configure.in: Use EGCS_PROG_INSTALL.

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

26 years ago * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
law [Tue, 16 Sep 1997 04:39:46 +0000 (04:39 +0000)]
    * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
        extern inline function.

        * dwarf2out.c (reg_loc_descriptor): Fix prototype.
        (concat_loc_descriptor): New function.
        (loc_descriptor): Call it.
        (add_AT_location_description): Also elide the descriptor if both
        halves of a CONCAT are pseudos.
        (add_location_or_const_value_attribute): Recognize CONCAT too.
Bring over from devo/fsf.

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

26 years agoUse @code instead of @uref until we upgrade texinfo.
law [Tue, 16 Sep 1997 04:35:37 +0000 (04:35 +0000)]
Use @code instead of @uref  until we upgrade texinfo.

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

26 years agoRenamed fixinc.math to fixinc.wrap
manfred [Tue, 16 Sep 1997 03:59:48 +0000 (03:59 +0000)]
Renamed fixinc.math to fixinc.wrap

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

26 years agodwarf2 EH support
jason [Tue, 16 Sep 1997 02:07:50 +0000 (02:07 +0000)]
dwarf2 EH support

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

26 years ago * call.c (null_ptr_cst_p): Integer type, not integral type.
jason [Mon, 15 Sep 1997 23:35:18 +0000 (23:35 +0000)]
* call.c (null_ptr_cst_p): Integer type, not integral type.

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

26 years agoPatch from Richard Henderson for alpha-linux ld.so bug.
wilson [Mon, 15 Sep 1997 22:36:34 +0000 (22:36 +0000)]
Patch from Richard Henderson for alpha-linux ld.so bug.
* alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.

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

26 years agoPatch from Richard Henderson for large frames.
wilson [Mon, 15 Sep 1997 22:28:34 +0000 (22:28 +0000)]
Patch from Richard Henderson for large frames.
* alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
out-or-range reg_offset.
(output_epilog): Likewise.

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

26 years agodwarf2 EH support
jason [Mon, 15 Sep 1997 22:25:30 +0000 (22:25 +0000)]
dwarf2 EH support

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

26 years ago * cse.c (simplify_relational_operation): If MODE specifies a
law [Mon, 15 Sep 1997 21:37:39 +0000 (21:37 +0000)]
    * cse.c (simplify_relational_operation): If MODE specifies a
        mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
        is derived from the sign bit of the low word.

Brought over from r5900 branch.

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

26 years agoDocument -ms for the H8/S.
law [Mon, 15 Sep 1997 19:15:35 +0000 (19:15 +0000)]
Document -ms for the H8/S.

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

26 years ago * except.c (find_exception_handler_labels): Use xmalloc instead of
brendan [Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)]
* except.c (find_exception_handler_labels): Use xmalloc instead of
alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
in some cases.

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

26 years ago * call.c (joust): Disable warnings until they can be moved to the
jason [Mon, 15 Sep 1997 18:53:28 +0000 (18:53 +0000)]
* call.c (joust): Disable warnings until they can be moved to the
right place.

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

26 years ago * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
law [Mon, 15 Sep 1997 06:38:11 +0000 (06:38 +0000)]
    * lib/g++.exp (g++_init): Look for xgcc in $basedir too.

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

26 years ago * Makefile.in: Various changes to build info files
law [Mon, 15 Sep 1997 03:04:48 +0000 (03:04 +0000)]
    * Makefile.in: Various changes to build info files
        in the object tree rather than the source tree.

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

26 years ago * Make-lang.in: Various changes to build info files
law [Mon, 15 Sep 1997 03:02:41 +0000 (03:02 +0000)]
    * Make-lang.in: Various changes to build info files
        in the object tree rather than the source tree.

        * proj.h: Include ctype.h.

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

26 years agoWe're moving away from distributing generated files.
law [Mon, 15 Sep 1997 02:55:47 +0000 (02:55 +0000)]
We're moving away from distributing generated files.

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