]> gcc.gnu.org Git - gcc.git/log
gcc.git
26 years agoAdd docs for sparc -malign-{jumps,loops,functions}.
Doug Evans [Thu, 25 Sep 1997 15:57:01 +0000 (15:57 +0000)]
Add docs for sparc -malign-{jumps,loops,functions}.

Fix typo in i386 -malign-functions docs.
Brought over from FSF.

From-SVN: r15714

26 years agodwarf2out.c: s/flag_verbose_asm/flag_debug_asm/
Jason Merrill [Thu, 25 Sep 1997 04:57:50 +0000 (04:57 +0000)]
dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/

* dwarf2out.c: s/flag_verbose_asm/flag_debug_asm/

* final.c (final_end_function): Also do dwarf2 thing if
DWARF2_DEBUGGING_INFO.
(final_start_function): Likewise.

From-SVN: r15713

26 years agoBump for snapshot.
Jeffrey A Law [Thu, 25 Sep 1997 04:10:25 +0000 (04:10 +0000)]
Bump for snapshot.

From-SVN: r15710

26 years agosparc stuff brought over from fsf.
Doug Evans [Thu, 25 Sep 1997 01:15:30 +0000 (01:15 +0000)]
sparc stuff brought over from fsf.

From-SVN: r15709

26 years agosparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
Doug Evans [Thu, 25 Sep 1997 01:14:03 +0000 (01:14 +0000)]
sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.

* sparc/sparc.h (ASM_CPU_SPEC): Pass -Av9a for v8plus, ultrasparc.
(TARGET_OPTIONS): Add -malign-loops=, -malign-jumps=,
-malign-functions=.
(sparc_align_{loops,jumps,funcs}_string): Declare.
(sparc_align_{loops,jumps,funcs}): Declare.
(DEFAULT_SPARC_ALIGN_FUNCS): New macro.
(FUNCTION_BOUNDARY): Use sparc_align_funcs.
(STACK_BIAS): Define.
(SPARC_SIMM*_P): Cast to unsigned HOST_WIDE_INT first, then perform
test.
(SPARC_SETHI_P): New macro.
(CONST_OK_FOR_LETTER_P): Use it.
(ASM_OUTPUT_ALIGN_CODE): Define.
(ASM_OUTPUT_LOOP_ALIGN): Define.

* sparc.h (ASM_COMMENT_START): Define.

* sparc/sparc.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Print
ascii form as well.

From-SVN: r15708

26 years agosparc.c (dwarf2out_cfi_label): Add declaration.
Doug Evans [Thu, 25 Sep 1997 01:10:47 +0000 (01:10 +0000)]
sparc.c (dwarf2out_cfi_label): Add declaration.

* sparc.c (dwarf2out_cfi_label): Add declaration.
(save_regs, output_function_prologue): Remove cast for it.
(sparc_flat_{save_restore,output_function_prologue): Likewise.
({save,restore}_regs): No longer inline.

From-SVN: r15707

26 years agosparc.c (finalize_pic): Update call to gen_get_pc_via_call.
Doug Evans [Thu, 25 Sep 1997 01:09:41 +0000 (01:09 +0000)]
sparc.c (finalize_pic): Update call to gen_get_pc_via_call.

* sparc/sparc.c (finalize_pic): Update call to gen_get_pc_via_call.

* sparc/sparc.c (sparc_align_{loops,jumps,funcs}_string): New globals.
(sparc_align_{loops,jumps,funcs}): New globals.
(sparc_override_options): Handle -malign-loops=, -malign-jumps=,
-malign-functions=.
(move_operand): Use SPARC_SETHI_P.
(arith_double_operand): Cast to unsigned HOST_WIDE_INT first, then
perform test.
(arith11_double_operand): Likewise.
(arith10_double_operand): Likewise.
(finalize_pic): Finish sparc64 support.
(emit_move_sequence): Use SPARC_SETHI_P.  Simplify low part of
64 bit constants if able.
(output_fp_move_quad): Don't use fmovq unless TARGET_HARD_QUAD.
(sparc_builtin_saveregs, sparc64 case): Don't save fp regs if
! TARGET_FPU.

* sparc.h (ASM_COMMENT_START): Define.
* sparc.c (output_function_prologue): Use it.
(sparc_flat_output_function_{epi,pro}logue): Likewise.

From-SVN: r15706

26 years agosparc.md (*): Use GEN_INT instead of gen_rtx.
Doug Evans [Thu, 25 Sep 1997 01:03:13 +0000 (01:03 +0000)]
sparc.md (*): Use GEN_INT instead of gen_rtx.

* sparc/sparc.md (*): Use GEN_INT instead of gen_rtx.
(get_pc_sp32): Use for sparc64 as well.
(lo_sum_di_sp{32,64}): Fix handling on 64 bit hosts.
(sethi_di_sp64_const): Likewise.
(movtf_cc_sp64): Check TARGET_HARD_QUAD.
(cmp_zero_extract_sp64): Use unsigned HOST_WIDE_INT in cast.
(ashlsi3, ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.

From-SVN: r15705

26 years agoRegenerate.
Doug Evans [Thu, 25 Sep 1997 00:59:12 +0000 (00:59 +0000)]
Regenerate.

From-SVN: r15704

26 years agoconfigure.in (sparc64-*-linux*): Recognize.
Doug Evans [Thu, 25 Sep 1997 00:55:32 +0000 (00:55 +0000)]
configure.in (sparc64-*-linux*): Recognize.

* configure.in (sparc64-*-linux*): Recognize.  Add sparc/xm-sparc.h
to xm_file list on 32-bit sparc-linux.

From-SVN: r15703

26 years ago* glimits.h (LONG_MAX): Handle sparc64.
Doug Evans [Thu, 25 Sep 1997 00:50:38 +0000 (00:50 +0000)]
* glimits.h (LONG_MAX): Handle sparc64.

From-SVN: r15702

26 years ago* config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.
Doug Evans [Thu, 25 Sep 1997 00:49:27 +0000 (00:49 +0000)]
* config/xm-linux.h (HAVE_PUTENV, HAVE_ATEXIT): Define.

From-SVN: r15701

26 years agoxm-linux.h: Include some standard headers if not inhibit_libc.
Doug Evans [Thu, 25 Sep 1997 00:44:26 +0000 (00:44 +0000)]
xm-linux.h: Include some standard headers if not inhibit_libc.

* sparc/xm-linux.h: Include some standard headers if not inhibit_libc.
Don't include xm-sparc.h.

From-SVN: r15700

26 years agoSync with fsf version.
Doug Evans [Thu, 25 Sep 1997 00:41:02 +0000 (00:41 +0000)]
Sync with fsf version.

From-SVN: r15699

26 years agosysv4.h (ASM_COMMENT_START): Delete.
Doug Evans [Thu, 25 Sep 1997 00:38:04 +0000 (00:38 +0000)]
sysv4.h (ASM_COMMENT_START): Delete.

* sparc/sysv4.h (ASM_COMMENT_START): Delete.
* sparc/sysv4.h (ASM_OUTPUT_{FLOAT,DOUBLE,LONG_DOUBLE}): Delete,
use sparc.h's copies.

From-SVN: r15698

26 years agolinux-aout.h (COMMENT_BEGIN): Delete.
Doug Evans [Thu, 25 Sep 1997 00:33:48 +0000 (00:33 +0000)]
linux-aout.h (COMMENT_BEGIN): Delete.

* sparc/linux-aout.h (COMMENT_BEGIN): Delete.
* sparc/linux.h (COMMENT_BEGIN): Likewise.
Bring over from FSF.

From-SVN: r15697

26 years agoFix typo in hjl ChangeLog entry.
Jim Wilson [Wed, 24 Sep 1997 22:31:10 +0000 (15:31 -0700)]
Fix typo in hjl ChangeLog entry.

From-SVN: r15689

26 years agoupdate
Jason Merrill [Wed, 24 Sep 1997 04:51:57 +0000 (00:51 -0400)]
update

From-SVN: r15687

26 years agonew test (already in c-torture)
Jeff Law [Tue, 23 Sep 1997 21:20:32 +0000 (15:20 -0600)]
new test (already in c-torture)

From-SVN: r15685

26 years agoNew files for sparc64-linux port.
Doug Evans [Tue, 23 Sep 1997 18:41:47 +0000 (18:41 +0000)]
New files for sparc64-linux port.

From-SVN: r15679

26 years agofold-const.c (make_range): Correctly handle cases of converting from unsigned to...
Jeff Law [Tue, 23 Sep 1997 18:35:51 +0000 (12:35 -0600)]
fold-const.c (make_range): Correctly handle cases of converting from unsigned to signed type.

        * fold-const.c (make_range): Correctly handle cases of converting
        from unsigned to signed type.

        * fold-const.c (merge_ranges): Make sure that if one range is subset
        of another, it will always be the second range.  Correct (+,-) case to
        account for this.

Brought over from gcc2; fixes sparc bug.

From-SVN: r15678

26 years agoNew files for sparc64-linux port.
Doug Evans [Tue, 23 Sep 1997 18:33:32 +0000 (18:33 +0000)]
New files for sparc64-linux port.

From-SVN: r15675

26 years agoexpmed.c (expand_divmod): If compute_mode is not the same as mode...
David S. Miller [Tue, 23 Sep 1997 07:25:25 +0000 (07:25 +0000)]
expmed.c (expand_divmod): If compute_mode is not the same as mode...

        * 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.

From-SVN: r15672

26 years agoForgot to commit.
Alexandre Oliva [Tue, 23 Sep 1997 07:19:31 +0000 (01:19 -0600)]
Forgot to commit.

From-SVN: r15671

26 years agoreorg.c (dbr_schedule): At end of this pass...
David S. Miller [Tue, 23 Sep 1997 07:14:07 +0000 (07:14 +0000)]
reorg.c (dbr_schedule): At end of this pass...

        * 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.

From-SVN: r15670

26 years agodtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case so as not to truncate result...
Dave Love [Tue, 23 Sep 1997 07:06:54 +0000 (07:06 +0000)]
dtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case so as not to truncate results to integer values.

        * 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.

From-SVN: r15669

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

From-SVN: r15668

26 years agortlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
Jeffrey A Law [Tue, 23 Sep 1997 06:58:12 +0000 (06:58 +0000)]
rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.

        * rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
Fixes various bootstrap problems (hopefully).

From-SVN: r15667

26 years agoloop.c (indirect_jump_in_function_p): Return 0 by default.
H.J. Lu [Tue, 23 Sep 1997 06:40:37 +0000 (06:40 +0000)]
loop.c (indirect_jump_in_function_p): Return 0 by default.

        * loop.c (indirect_jump_in_function_p): Return 0
        by default.

From-SVN: r15666

26 years agoMake-lang.in: install.texi was renamed to g77install.texi
Alexandre Oliva [Tue, 23 Sep 1997 06:38:19 +0000 (00:38 -0600)]
Make-lang.in: install.texi was renamed to g77install.texi

        * Make-lang.in: install.texi was renamed to g77install.texi
        * install0.texi: Likewise.

From-SVN: r15665

26 years agoxm-rs6000.h: Fix thinko in last change.
Jeffrey A Law [Tue, 23 Sep 1997 06:31:44 +0000 (06:31 +0000)]
xm-rs6000.h: Fix thinko in last change.

        * rs6000/xm-rs6000.h: Fix thinko in last change.
        * rs6000/xm-sysv4.h: Likewise.

From-SVN: r15664

26 years agoFix irix5/irix6 dwarf2out assertion failures
Jim Wilson [Tue, 23 Sep 1997 04:48:36 +0000 (04:48 +0000)]
Fix irix5/irix6 dwarf2out assertion failures

Fix irix5/irix6 dwarf2out assertion failures
* mips.c (save_restore_insns): Only set RTX_FRAME_RELATED_P if store_p.

From-SVN: r15661

26 years agodecl.c (start_function): Up warning of no return type to be a pedwarn.
Brendan Kehoe [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.

* decl.c (start_function): Up warning of no return type to be a
pedwarn.

From-SVN: r15660

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

From-SVN: r15655

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

        * m68k.c (output_function_prologue): Add dwarf2 support.

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

From-SVN: r15631

26 years agocombine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in calls to...
David S. Miller [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().

        * 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.

From-SVN: r15630

26 years agosparc.h (INCOMING_FRAME_SP_OFFSET): Define to SPARC_STACK_BIAS for sake of dwarf2...
David S. Miller [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.

        * sparc.h (INCOMING_FRAME_SP_OFFSET): Define to
        SPARC_STACK_BIAS for sake of dwarf2 on sparc64.

From-SVN: r15628

26 years agosco5.h: Make ELF default file format and add -mcoff/-melf..
J. Kean Johnston [Mon, 22 Sep 1997 17:31:47 +0000 (17:31 +0000)]
sco5.h: Make ELF default file format and add -mcoff/-melf..

        * 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.

From-SVN: r15627

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

From-SVN: r15624

26 years agoloop.c (loop_number): Delete function.
Jeffrey A Law [Mon, 22 Sep 1997 03:04:36 +0000 (03:04 +0000)]
loop.c (loop_number): Delete function.

        * 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.

From-SVN: r15623

26 years agoloop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.
Jeff Law [Mon, 22 Sep 1997 01:50:04 +0000 (19:50 -0600)]
loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.

        * 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.

From-SVN: r15622

26 years agoloop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.
Jeff Law [Mon, 22 Sep 1997 01:49:19 +0000 (19:49 -0600)]
loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional.

        * 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

From-SVN: r15621

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

From-SVN: r15620

26 years agoFix typo.
Jeff Law [Mon, 22 Sep 1997 01:33:52 +0000 (19:33 -0600)]
Fix typo.

From-SVN: r15619

26 years agocse.c (simplify_relational_operation): Set h0u just like h0s.
Jeffrey A Law [Mon, 22 Sep 1997 01:28:22 +0000 (01:28 +0000)]
cse.c (simplify_relational_operation): Set h0u just like h0s.

        * cse.c (simplify_relational_operation): Set h0u just like h0s.
        Similarly for h1u and h1s.

From-SVN: r15616

26 years agojump.c (jmp_uses_reg_or_mem): Deleted unused function.
Jeffrey A Law [Mon, 22 Sep 1997 00:49:32 +0000 (00:49 +0000)]
jump.c (jmp_uses_reg_or_mem): Deleted unused function.

        * 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.

From-SVN: r15615

26 years agoFinish last change.
Jeff Law [Sun, 21 Sep 1997 23:46:54 +0000 (17:46 -0600)]
Finish last change.

From-SVN: r15614

26 years agoloop.c (fix_bct_param): Delete unused function.
Jeffrey A Law [Sun, 21 Sep 1997 23:43:38 +0000 (23:43 +0000)]
loop.c (fix_bct_param): Delete unused function.

        * loop.c (fix_bct_param): Delete unused function.
        (check_bct_param): Likewise.

From-SVN: r15613

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

From-SVN: r15601

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

* call.c (build_over_call): Do require_complete_type before
build_cplus_new.

Fixes t20.C mode problem.

From-SVN: r15598

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

From-SVN: r15594

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

        * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.

Brought over from devo.

From-SVN: r15593

26 years agojump.c (thread_jumps): check can_reverse_comparison_p before threading a reversed...
J"orn Rennecke [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.

        * jump.c (thread_jumps): check can_reverse_comparison_p before
        threading a reversed-condition jump.

From-SVN: r15590

26 years agosched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
J"orn Rennecke [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.

        * sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.
        * haifa-sched.c (update_flow_info): Likewise.

From-SVN: r15589

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

From-SVN: r15564

26 years agoMakefile.in (bootstrap2, bootstrap3): New targets.
Alexandre Oliva [Fri, 19 Sep 1997 05:23:00 +0000 (05:23 +0000)]
Makefile.in (bootstrap2, bootstrap3): New targets.

        * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.
        (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r15563

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

From-SVN: r15562

26 years agoproj.h (FFEPROJ_BSEARCH): Delete all references.
Jeffrey A Law [Fri, 19 Sep 1997 05:16:54 +0000 (05:16 +0000)]
proj.h (FFEPROJ_BSEARCH): Delete all references.

        * 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.

From-SVN: r15561

26 years agoconfigure.in (strtoul, bsearch): Have autoconf check for these functions.
Jeffrey A Law [Fri, 19 Sep 1997 05:14:32 +0000 (05:14 +0000)]
configure.in (strtoul, bsearch): Have autoconf check for these functions.

        * 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.

From-SVN: r15560

26 years agoMakefile.in (bootstrap2, bootstrap3): New targets.
Alexandre Oliva [Fri, 19 Sep 1997 03:42:14 +0000 (03:42 +0000)]
Makefile.in (bootstrap2, bootstrap3): New targets.

        * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r15559

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

From-SVN: r15558

26 years agoxm-mot3300.h (alloca): Properly declare if __STDC__.
Jeffrey A Law [Fri, 19 Sep 1997 03:12:55 +0000 (03:12 +0000)]
xm-mot3300.h (alloca): Properly declare if __STDC__.

        * 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.

From-SVN: r15557

26 years agog77install.texi: Renamed from install.texi
Jeffrey A Law [Fri, 19 Sep 1997 01:28:39 +0000 (01:28 +0000)]
g77install.texi: Renamed from install.texi

        * 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.

From-SVN: r15556

26 years agosearch.c (lookup_field): Call complete_type in all cases.
Jason Merrill [Thu, 18 Sep 1997 23:52:48 +0000 (19:52 -0400)]
search.c (lookup_field): Call complete_type in all cases.

* search.c (lookup_field): Call complete_type in all cases.

Fixes CLN problems.

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

From-SVN: r15555

26 years agofinal.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
Jason Merrill [Thu, 18 Sep 1997 23:33:56 +0000 (23:33 +0000)]
final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.

* 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 >.

From-SVN: r15554

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

From-SVN: r15553

26 years agocom.c (lang_printable_name): Use verbosity argument.
Jeffrey A Law [Thu, 18 Sep 1997 23:30:08 +0000 (23:30 +0000)]
com.c (lang_printable_name): Use verbosity argument.

        * com.c (lang_printable_name): Use verbosity argument.
Just to keep the compiler quiet.

From-SVN: r15552

26 years agov850.c (compute_register_save_size): Correct register number.
Nick Clifton [Thu, 18 Sep 1997 23:19:55 +0000 (23:19 +0000)]
v850.c (compute_register_save_size): Correct register number.

        * 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.

From-SVN: r15550

26 years agoMakefile.in (stamp-lib): Don't use '$?'...
Jeffrey A Law [Thu, 18 Sep 1997 22:56:25 +0000 (22:56 +0000)]
Makefile.in (stamp-lib): Don't use '$?'...

        * Makefile.in (stamp-lib): Don't use '$?', explicitly
        list the variables containing the object files to include
        in libf2c.a

From-SVN: r15545

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

From-SVN: r15544

26 years agoconfigure.in, configure: Make sure to create the stage* and include symbolic links...
Brendan Kehoe [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.

* 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'

From-SVN: r15543

26 years agopa.md (reload_peepholes): Don't allow addresses with side effects for the memory...
Jeffrey A 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.

        * pa.md (reload_peepholes): Don't allow addresses with side
        effects for the memory operand.
Geez, how long have we been screwing this up...

From-SVN: r15536

26 years agoinstall-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is not defined.
Jeffrey A Law [Thu, 18 Sep 1997 05:54:18 +0000 (05:54 +0000)]
install-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is not defined.

        * util/install-info.c: Only provide an external decl for strrchr
        if HAVE_STRCHR is not defined.
Fixes aix build problem.

From-SVN: r15535

26 years agolibgcc2.c (find_exception_handler): Subtract one from our PC when looking for a handl...
Jason Merrill [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...

* 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.

From-SVN: r15534

26 years agoabi64.h (LONG_MAX_SPEC): Define.
Jeffrey A Law [Thu, 18 Sep 1997 00:31:51 +0000 (00:31 +0000)]
abi64.h (LONG_MAX_SPEC): Define.

        * 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.

From-SVN: r15531

26 years agoconfigure.in, configure: Make sure to create the stage* and include symbolic links...
Brendan Kehoe [Wed, 17 Sep 1997 23:55:30 +0000 (19:55 -0400)]
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory...

* 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.

From-SVN: r15529

26 years agoconfigure.in, configure: Make sure to create the stage* and include symbolic links...
Brendan Kehoe [Wed, 17 Sep 1997 23:55:13 +0000 (19:55 -0400)]
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory...

* 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

From-SVN: r15528

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

From-SVN: r15518

26 years agodecl.c (grokparms): Don't bash a permanent list node if we're in a function.
Jason Merrill [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.

* decl.c (grokparms): Don't bash a permanent list node if we're
in a function.

From-SVN: r15516

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

From-SVN: r15514

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

From-SVN: r15507

26 years agocall.c (build_new_op): Give better error for syntactically correct...
Jason Merrill [Wed, 17 Sep 1997 02:23:05 +0000 (02:23 +0000)]
call.c (build_new_op): Give better error for syntactically correct...

* call.c (build_new_op): Give better error for syntactically
  correct, but semantically invalid, use of undeclared template.

From-SVN: r15506

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

From-SVN: r15505

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

From-SVN: r15504

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

From-SVN: r15502

26 years agorevert accidental change
Jason Merrill [Tue, 16 Sep 1997 23:59:15 +0000 (19:59 -0400)]
revert accidental change

From-SVN: r15501

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

From-SVN: r15500

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

* integrate.c (expand_inline_function): Move expand_start_bindings
after expanding the arguments.

From-SVN: r15499

26 years agodecl.c (store_parm_decls): last_parm_cleanup_insn is the insn after the exception...
Jason Merrill [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.

* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
  after the exception spec.

From-SVN: r15497

26 years agoFix H.J. Lu's alpha-linux bug with TImode constructors.
Jim 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.

From-SVN: r15496

26 years agoInitial revision
Jeff Law [Tue, 16 Sep 1997 20:39:44 +0000 (14:39 -0600)]
Initial revision

From-SVN: r15492

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

From-SVN: r15491

26 years agoMinor tweaks before snapshot.
Jeff Law [Tue, 16 Sep 1997 16:12:41 +0000 (10:12 -0600)]
Minor tweaks before snapshot.

From-SVN: r15488

26 years agoMore stuff from Uli.
Jeff Law [Tue, 16 Sep 1997 16:11:13 +0000 (10:11 -0600)]
More stuff from Uli.

From-SVN: r15487

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

From-SVN: r15486

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

* expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
  again for the slot after we give it RTL.

From-SVN: r15482

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

From-SVN: r15480

26 years agoTweak v850 ChangeLog entries.
Jeff Law [Tue, 16 Sep 1997 06:16:57 +0000 (00:16 -0600)]
Tweak v850 ChangeLog entries.

From-SVN: r15478

26 years agov850.c (register_is_ok_for_epilogue, [...]): New functions.
Nick Clifton [Tue, 16 Sep 1997 06:13:27 +0000 (06:13 +0000)]
v850.c (register_is_ok_for_epilogue, [...]): New functions.

        * 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.

From-SVN: r15477

26 years agoMore formatting fixes.
Jeff Law [Tue, 16 Sep 1997 06:03:16 +0000 (00:03 -0600)]
More formatting fixes.

From-SVN: r15476

This page took 0.101486 seconds and 5 git commands to generate.