]> gcc.gnu.org Git - gcc.git/log
gcc.git
28 years ago(expand_builtin, case BUILT_IN_SETJMP): CLOBBER the static chain after
Richard Kenner [Thu, 25 Apr 1996 18:05:09 +0000 (14:05 -0400)]
(expand_builtin, case BUILT_IN_SETJMP): CLOBBER the static chain after
label at setjmp point.

From-SVN: r11886

28 years agoFor Solaris, don't pass obsolete -mno-main-init.
Michael Meissner [Thu, 25 Apr 1996 13:01:59 +0000 (13:01 +0000)]
For Solaris, don't pass obsolete -mno-main-init.

From-SVN: r11885

28 years ago(s_register_operand): Add comment documenting why it exists.
Doug Evans [Thu, 25 Apr 1996 01:45:52 +0000 (01:45 +0000)]
(s_register_operand): Add comment documenting why it exists.

From-SVN: r11884

28 years agoSay a bit more regarding configuration triplets.
Doug Evans [Thu, 25 Apr 1996 01:42:40 +0000 (01:42 +0000)]
Say a bit more regarding configuration triplets.

From-SVN: r11883

28 years agoAdd comment regarding configuration naming.
Doug Evans [Thu, 25 Apr 1996 01:40:15 +0000 (01:40 +0000)]
Add comment regarding configuration naming.

From-SVN: r11882

28 years ago(handler): Delete export_file when we get a signal.
Jim Wilson [Wed, 24 Apr 1996 21:46:55 +0000 (14:46 -0700)]
(handler): Delete export_file when we get a signal.

From-SVN: r11881

28 years agoAdd link_start to SUBTARGET_EXTRA_SPECS.
Michael Meissner [Wed, 24 Apr 1996 20:22:24 +0000 (20:22 +0000)]
Add link_start to SUBTARGET_EXTRA_SPECS.

From-SVN: r11880

28 years agoAdd missing endif.
Michael Meissner [Wed, 24 Apr 1996 19:47:24 +0000 (19:47 +0000)]
Add missing endif.

From-SVN: r11879

28 years agoFix typo in last change.
Michael Meissner [Wed, 24 Apr 1996 19:30:46 +0000 (19:30 +0000)]
Fix typo in last change.

From-SVN: r11878

28 years ago86th Cygnus<->FSF quick merge
Mike Stump [Wed, 24 Apr 1996 18:30:21 +0000 (18:30 +0000)]
86th Cygnus<->FSF quick merge

From-SVN: r11877

28 years agoupdate last change
Michael Meissner [Wed, 24 Apr 1996 17:27:53 +0000 (17:27 +0000)]
update last change

From-SVN: r11876

28 years agoAdd Solaris support
Michael Meissner [Wed, 24 Apr 1996 17:07:25 +0000 (17:07 +0000)]
Add Solaris support

From-SVN: r11875

28 years agoSolaris, Linux changes
Michael Meissner [Wed, 24 Apr 1996 16:54:48 +0000 (16:54 +0000)]
Solaris, Linux changes

From-SVN: r11874

28 years ago* sparc/t-splet (TARGET_LIBGCC2_CFLAGS): Delete.
Doug Evans [Wed, 24 Apr 1996 00:01:50 +0000 (00:01 +0000)]
* sparc/t-splet (TARGET_LIBGCC2_CFLAGS): Delete.

From-SVN: r11873

28 years agosparc.c (output_function_prologue): In -mbroken-saverestore case, %sp = %fp - size.
Doug Evans [Wed, 24 Apr 1996 00:00:53 +0000 (00:00 +0000)]
sparc.c (output_function_prologue): In -mbroken-saverestore case, %sp = %fp - size.

* sparc/sparc.c (output_function_prologue): In -mbroken-saverestore
case, %sp = %fp - size.

From-SVN: r11872

28 years agosparc.md (isa attribute): Add sparclet.
Doug Evans [Tue, 23 Apr 1996 23:59:58 +0000 (23:59 +0000)]
sparc.md (isa attribute): Add sparclet.

* sparc/sparc.md (isa attribute): Add sparclet.
(*smacsi3,*smacdi3,*umacdi3): Use match_operand, not match_dup
for third arg.
(*mulsidi3_sp32,const_mulsidi3,*umulsidi3_sp32, const_umulsidi3): Use
smuld,umuld for sparclet.

From-SVN: r11871

28 years agoAdd embedded targets from Rob S.
Michael Meissner [Tue, 23 Apr 1996 20:30:43 +0000 (20:30 +0000)]
Add embedded targets from Rob S.

From-SVN: r11870

28 years ago* expr.c (store_constructor): Fix test for missing array elements.
Per Bothner [Tue, 23 Apr 1996 20:01:58 +0000 (13:01 -0700)]
* expr.c (store_constructor):  Fix test for missing array elements.

From-SVN: r11869

28 years ago(BSS_SECTION_ASM_OP): Use `data' directive.
Stan Cox [Tue, 23 Apr 1996 15:26:23 +0000 (15:26 +0000)]
(BSS_SECTION_ASM_OP): Use `data' directive.

From-SVN: r11868

28 years agoundef new AIX alignment macros
David Edelsohn [Mon, 22 Apr 1996 15:57:03 +0000 (15:57 +0000)]
undef new AIX alignment macros

From-SVN: r11867

28 years agofix AIX struct/union/field alignment
David Edelsohn [Mon, 22 Apr 1996 15:52:29 +0000 (15:52 +0000)]
fix AIX struct/union/field alignment

From-SVN: r11866

28 years ago(ASM_OUTPUT_SECTION): Test DECL before
Jim Wilson [Sun, 21 Apr 1996 22:17:43 +0000 (15:17 -0700)]
(ASM_OUTPUT_SECTION): Test DECL before
dereferencing it.

From-SVN: r11865

28 years ago(cse_process_notes): Handle SUBREG like ZERO_EXTEND.
Jim Wilson [Sun, 21 Apr 1996 21:51:42 +0000 (14:51 -0700)]
(cse_process_notes): Handle SUBREG like ZERO_EXTEND.

From-SVN: r11864

28 years agoInclude sys/types.h before sys/file.h for sco3.2v5.
Doug Evans [Sun, 21 Apr 1996 17:05:11 +0000 (17:05 +0000)]
Include sys/types.h before sys/file.h for sco3.2v5.

Fix line overflow in FSF address.

From-SVN: r11863

28 years ago* arm/aout.h (ASM_OUTPUT_MI_THUNK): Define.
Doug Evans [Sun, 21 Apr 1996 16:56:06 +0000 (16:56 +0000)]
* arm/aout.h (ASM_OUTPUT_MI_THUNK): Define.

From-SVN: r11862

28 years ago(ASM_EMIT_MI_THUNK): Define.
Jason Merrill [Sun, 21 Apr 1996 16:29:26 +0000 (16:29 +0000)]
(ASM_EMIT_MI_THUNK): Define.

From-SVN: r11861

28 years ago(check_float_value): Cast args of bcopy to avoid warnings.
Richard Kenner [Sun, 21 Apr 1996 12:42:05 +0000 (08:42 -0400)]
(check_float_value): Cast args of bcopy to avoid warnings.

From-SVN: r11860

28 years ago(layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fields
Richard Kenner [Sun, 21 Apr 1996 01:22:14 +0000 (21:22 -0400)]
(layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fields
within records.

From-SVN: r11859

28 years ago(typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>).
Richard Kenner [Sat, 20 Apr 1996 23:55:24 +0000 (19:55 -0400)]
(typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>).

(non_empty_protocolrefs): New nonterminal.

From-SVN: r11858

28 years ago(check_for_full_enumeration_handling): Call case_tree2list before checking for...
Richard Kenner [Sat, 20 Apr 1996 12:33:43 +0000 (08:33 -0400)]
(check_for_full_enumeration_handling): Call case_tree2list before checking for...

(check_for_full_enumeration_handling): Call case_tree2list
before checking for case expressions not corresponding to enumerators.
(mark_seen_cases): If SPARSENESS == 2, exploit AVL order.
Else, convert tree to list.
Set xlo to -1 if SPARSENESS == 1 search failed.
(expand_end_case): Avoid calling case_tree2list on list.

From-SVN: r11857

28 years agoRevert to 1.140.
Richard Kenner [Sat, 20 Apr 1996 12:27:33 +0000 (08:27 -0400)]
Revert to 1.140.

From-SVN: r11856

28 years agoMake BIGGEST_FIELD_ALIGNMENT 64
Michael Meissner [Fri, 19 Apr 1996 21:01:25 +0000 (21:01 +0000)]
Make BIGGEST_FIELD_ALIGNMENT 64

From-SVN: r11855

28 years ago(block_move_call): Change modfe to mode.
Jim Wilson [Fri, 19 Apr 1996 20:43:05 +0000 (13:43 -0700)]
(block_move_call): Change modfe to mode.

From-SVN: r11854

28 years ago(mips_expand_prologue): Add extra arg to
Jim Wilson [Fri, 19 Apr 1996 20:41:30 +0000 (13:41 -0700)]
(mips_expand_prologue): Add extra arg to
INIT_CUMULATIVE_ARGS call.

From-SVN: r11853

28 years ago(movqi+1): Handle QImode values in %si and %di
Stan Cox [Fri, 19 Apr 1996 20:37:19 +0000 (20:37 +0000)]
(movqi+1): Handle QImode values in %si and %di

From-SVN: r11852

28 years ago(lshrsi3): Change gen_ashlsi3_d to gen_lshrsi3_d.
Jim Wilson [Fri, 19 Apr 1996 00:56:37 +0000 (17:56 -0700)]
(lshrsi3): Change gen_ashlsi3_d to gen_lshrsi3_d.

From-SVN: r11851

28 years ago86th Cygnus<->FSF quick merge
Mike Stump [Fri, 19 Apr 1996 00:48:03 +0000 (00:48 +0000)]
86th Cygnus<->FSF quick merge

From-SVN: r11850

28 years agoh8300.md: Remove "type" attribute from all patterns except those which have varying...
Jeff Law [Thu, 18 Apr 1996 19:21:44 +0000 (13:21 -0600)]
h8300.md: Remove "type" attribute from all patterns except those which have varying...

        * h8300/h8300.md: Remove "type" attribute from all patterns
        except those which have varying length branches.  Eliminate
        obsolete "type" attributes.  Add additional comments about insn
        length computation problems and further optimizations.  Add
        "length" and "cc" attributes to insns without them, fix a few
        length computations.  Remove patterns which are commented out.

        * h8300/h8300.md (zero extension expanders and insns): Simplify,
        fix various length problems, provide optimized versions for the
        h8300 and h8300h.
        (sign extension expanders and insns): Likewise.  Make them
        nearly identical to zero_extension patterns and insns.

From-SVN: r11849

28 years agoAdd comment regarding gansidecl.h.
Doug Evans [Thu, 18 Apr 1996 15:12:42 +0000 (15:12 +0000)]
Add comment regarding gansidecl.h.

From-SVN: r11848

28 years agopa.h (SELECT_SECTION): Define.
Jeff Law [Thu, 18 Apr 1996 06:36:41 +0000 (00:36 -0600)]
pa.h (SELECT_SECTION): Define.

        * pa/pa.h (SELECT_SECTION): Define.  Never place a something
        into the read-only data section if it requires a reloc.

From-SVN: r11847

28 years ago* pa/pa.md (rotlsi3): Delete unnecessary and incorrect pattern.
Jeff Law [Wed, 17 Apr 1996 22:50:50 +0000 (16:50 -0600)]
* pa/pa.md (rotlsi3): Delete unnecessary and incorrect pattern.

From-SVN: r11846

28 years agoDo not FAIL in movdi
Michael Meissner [Wed, 17 Apr 1996 21:18:32 +0000 (21:18 +0000)]
Do not FAIL in movdi

From-SVN: r11845

28 years ago(process_pragma): Take the IDENTIFIER_POINTER tree
Jim Wilson [Wed, 17 Apr 1996 19:35:54 +0000 (12:35 -0700)]
(process_pragma): Take the IDENTIFIER_POINTER tree
node instead of a character.

From-SVN: r11844

28 years agoPragma handling rewrite.
Brendan Kehoe [Wed, 17 Apr 1996 19:24:26 +0000 (12:24 -0700)]
Pragma handling rewrite.

From-SVN: r11843

28 years ago(handle_cp_pragma): New function, with decl, doing the cc1plus pragmas.
Brendan Kehoe [Wed, 17 Apr 1996 19:18:01 +0000 (12:18 -0700)]
(handle_cp_pragma): New function, with decl, doing the cc1plus pragmas.

(handle_cp_pragma): New function, with decl, doing the cc1plus
pragmas.
(check_newline): Put the vtable/unit/implementation/interface pragma
code into handle_cp_pragma, replacing it with a call.
(handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
args.  Get the next token after handling the pragma token.

From-SVN: r11842

28 years ago(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
Jim Wilson [Wed, 17 Apr 1996 19:15:06 +0000 (12:15 -0700)]
(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.

From-SVN: r11841

28 years ago(process_pragma): Take the IDENTIFIER_POINTER tree
Jim Wilson [Wed, 17 Apr 1996 19:11:28 +0000 (12:11 -0700)]
(process_pragma): Take the IDENTIFIER_POINTER tree
node instead of a character.

From-SVN: r11840

28 years ago(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
Jim Wilson [Wed, 17 Apr 1996 19:10:02 +0000 (12:10 -0700)]
(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.

From-SVN: r11839

28 years ago(check_newline): Rewrite to use tokens.
Jim Wilson [Wed, 17 Apr 1996 18:54:58 +0000 (11:54 -0700)]
(check_newline): Rewrite to use tokens.

(handle_sysv_pragma): Take a token instead of a character.

From-SVN: r11838

28 years ago(choose_temp_base): Undo renaming. Yeesh.
Doug Evans [Wed, 17 Apr 1996 18:46:32 +0000 (18:46 +0000)]
(choose_temp_base): Undo renaming.  Yeesh.

From-SVN: r11837

28 years ago(choose_tmpdir): Renamed from choose_temp_base.
Doug Evans [Wed, 17 Apr 1996 18:41:12 +0000 (18:41 +0000)]
(choose_tmpdir): Renamed from choose_temp_base.

#include <stdio.h>.

From-SVN: r11836

28 years agoDon't include sys/file.h ifdef NO_SYS_FILE_H.
Doug Evans [Wed, 17 Apr 1996 18:27:45 +0000 (18:27 +0000)]
Don't include sys/file.h ifdef NO_SYS_FILE_H.

(choose_temp_base): Make tmp,usrtmp static locals.

From-SVN: r11835

28 years ago(alpha_emit_conditional_move): Fix some bugs in previous change and do
Richard Kenner [Wed, 17 Apr 1996 12:40:51 +0000 (08:40 -0400)]
(alpha_emit_conditional_move): Fix some bugs in previous change and do
some cleanup.

From-SVN: r11834

28 years ago(push_reload): Add extra reload for inside of SUBREG if
Jim Wilson [Wed, 17 Apr 1996 01:04:32 +0000 (18:04 -0700)]
(push_reload): Add extra reload for inside of SUBREG if
it is CONSTANT_P.

From-SVN: r11833

28 years ago(do_store_flag): Rewrite last change to avoid compiler
Jim Wilson [Wed, 17 Apr 1996 00:31:44 +0000 (17:31 -0700)]
(do_store_flag): Rewrite last change to avoid compiler
warnings.

From-SVN: r11832

28 years ago(xp-bit.c): Fix typo in source file name.
Jim Wilson [Tue, 16 Apr 1996 22:51:51 +0000 (15:51 -0700)]
(xp-bit.c): Fix typo in source file name.

From-SVN: r11831

28 years agoh8300.md (andhi3): If 2nd operand is a CONST_INT that meets the 'J' constraint...
Jeff Law [Tue, 16 Apr 1996 22:08:32 +0000 (16:08 -0600)]
h8300.md (andhi3): If 2nd operand is a CONST_INT that meets the 'J' constraint...

        * h8300/h8300.md (andhi3): If 2nd operand is a CONST_INT that
        meets the 'J' constraint, then only two bytes are needed for
        this insn.  Improve code generated for the h8300h when both
        operands are registers.
        (iorhi3, xorhi3): Likewise.  Rework to be nearly identical to andhi3.
        (andsi3): If 2nd operand is a CONST_INT that meets the 'J'
        constraint, then only two bytes are need for this insn.
        Improve code generated for the h8300h regardless of the
        type of the 2nd operand.  Make this pattern work on the h8300 too.
        (iorsi3, xorsi3): Likewise.  Rework to be nearly identical to andsi3.
        (iorqi3_internal): Make this pattern look more like andqi3_internal.
        (one_cmplhi2, one_cmplsi2): Fix length computation for H8300H.

From-SVN: r11830

28 years ago(addsidi3_2): Handle non-MEM overlap case.
Richard Kenner [Tue, 16 Apr 1996 21:43:09 +0000 (17:43 -0400)]
(addsidi3_2): Handle non-MEM overlap case.

From-SVN: r11829

28 years ago(clear_limbo_values): New function.
Richard Kenner [Tue, 16 Apr 1996 21:32:49 +0000 (17:32 -0400)]
(clear_limbo_values): New function.

(pushdecl): Call it for function body blocks.

From-SVN: r11828

28 years agoOverride trampoline macros.
Richard Kenner [Tue, 16 Apr 1996 20:59:21 +0000 (16:59 -0400)]
Override trampoline macros.

From-SVN: r11827

28 years ago(FINISH_INIT_TRAMPOLINE): Rename to FINALIZE_TRAMPOLINE.
Richard Kenner [Tue, 16 Apr 1996 20:58:31 +0000 (16:58 -0400)]
(FINISH_INIT_TRAMPOLINE): Rename to FINALIZE_TRAMPOLINE.

From-SVN: r11826

28 years agoInstead of redefining INITIALIZE_TRAMPOLINE, make use of the new FINISH_INIT_TRAMPOLINE.
Richard Kenner [Tue, 16 Apr 1996 20:58:11 +0000 (16:58 -0400)]
Instead of redefining INITIALIZE_TRAMPOLINE, make use of the new FINISH_INIT_TRAMPOLINE.

Instead of redefining INITIALIZE_TRAMPOLINE, make use of the new
FINISH_INIT_TRAMPOLINE.
(FINISH_INIT_TRAMPOLINE): Rename to FINALIZE_TRAMPOLINE

From-SVN: r11825

28 years agoGreatly simplify the run-time trampoline code:
Richard Kenner [Tue, 16 Apr 1996 20:57:31 +0000 (16:57 -0400)]
Greatly simplify the run-time trampoline code:

(TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE): Delete define.
(TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Changed.
(TRAMPOLINE_ALIGN): No point aligning to cache line.
(FINISH_INIT_TRAMPOLINE): New define.

From-SVN: r11824

28 years ago(assemble_trampoline_template): No such function if no
Richard Kenner [Tue, 16 Apr 1996 20:51:58 +0000 (16:51 -0400)]
(assemble_trampoline_template): No such function if no
TRAMPOLINE_TEMPLATE.

From-SVN: r11823

28 years ago(expand_function_end): Allow TRAMPOLINE_TEMPLATE
Richard Kenner [Tue, 16 Apr 1996 20:51:20 +0000 (16:51 -0400)]
(expand_function_end): Allow TRAMPOLINE_TEMPLATE
to be omitted on systems for which it is not cost effective.

From-SVN: r11822

28 years ago(_objc_thread_id): Correct return type from int to _objc_thread_id.
Richard Kenner [Tue, 16 Apr 1996 20:31:17 +0000 (16:31 -0400)]
(_objc_thread_id): Correct return type from int to _objc_thread_id.

From-SVN: r11821

28 years ago(make_field_assignment): Allow XOR in final case.
Richard Kenner [Tue, 16 Apr 1996 20:02:20 +0000 (16:02 -0400)]
(make_field_assignment): Allow XOR in final case.

From-SVN: r11820

28 years ago(TARGET_SWITCHES): Don't remove MASK_68060 with -msoft-float.
Richard Kenner [Tue, 16 Apr 1996 16:03:10 +0000 (12:03 -0400)]
(TARGET_SWITCHES): Don't remove MASK_68060 with -msoft-float.

From-SVN: r11819

28 years ago(ashlsi_16, lshrsi_16): Disable pattern for TARGET_68060; this special
Richard Kenner [Tue, 16 Apr 1996 15:33:38 +0000 (11:33 -0400)]
(ashlsi_16, lshrsi_16): Disable pattern for TARGET_68060; this special
case is not faster for that cpu.

From-SVN: r11818

28 years ago(MULL_COST, MULW_COST, RTX_COSTS): Add costs for TARGET_68060.
Richard Kenner [Tue, 16 Apr 1996 15:33:00 +0000 (11:33 -0400)]
(MULL_COST, MULW_COST, RTX_COSTS): Add costs for TARGET_68060.

From-SVN: r11817

28 years ago(cmov* define_expands): Use it.
Richard Kenner [Tue, 16 Apr 1996 14:54:45 +0000 (10:54 -0400)]
(cmov* define_expands): Use it.

From-SVN: r11816

28 years ago(alpha_emit_conditional_move): Declare it.
Richard Kenner [Tue, 16 Apr 1996 14:54:13 +0000 (10:54 -0400)]
(alpha_emit_conditional_move): Declare it.

From-SVN: r11815

28 years ago(alpha_emit_conditional_move): New function.
Richard Kenner [Tue, 16 Apr 1996 14:53:48 +0000 (10:53 -0400)]
(alpha_emit_conditional_move): New function.

From-SVN: r11814

28 years ago(struct function): New field returns_pointer.
Richard Kenner [Tue, 16 Apr 1996 14:19:48 +0000 (10:19 -0400)]
(struct function): New field returns_pointer.

From-SVN: r11813

28 years ago(push_function_context_{to,from}): Save and restore
Richard Kenner [Tue, 16 Apr 1996 14:19:07 +0000 (10:19 -0400)]
(push_function_context_{to,from}): Save and restore
current_function_returns_pointer.

From-SVN: r11812

28 years ago(ENDFILE_SPEC): Add missing `%s'.
Richard Kenner [Tue, 16 Apr 1996 14:10:51 +0000 (10:10 -0400)]
(ENDFILE_SPEC): Add missing `%s'.

From-SVN: r11811

28 years ago(LIB_SPEC): Deleted.
Richard Kenner [Tue, 16 Apr 1996 13:20:17 +0000 (09:20 -0400)]
(LIB_SPEC): Deleted.

(BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r11810

28 years agoInitial revision
Richard Kenner [Tue, 16 Apr 1996 13:19:18 +0000 (09:19 -0400)]
Initial revision

From-SVN: r11809

28 years ago(INSTALL_ASSERT_H): New definition.
Richard Kenner [Tue, 16 Apr 1996 13:18:56 +0000 (09:18 -0400)]
(INSTALL_ASSERT_H): New definition.

(CRTSTUFF_T_CFLAGS_S, TARGET_LIBGCC2_CFLAGS): New definitions.

From-SVN: r11808

28 years ago(TRAMPOLINE_ALIGNMENT): Specify alignment in bits, not bytes.
Richard Kenner [Tue, 16 Apr 1996 13:06:08 +0000 (09:06 -0400)]
(TRAMPOLINE_ALIGNMENT): Specify alignment in bits, not bytes.

From-SVN: r11807

28 years ago(final_scan_insn): Allow removal of redundant test and compare
Richard Kenner [Tue, 16 Apr 1996 12:53:07 +0000 (08:53 -0400)]
(final_scan_insn): Allow removal of redundant test and compare
instructions that use clobbers.

From-SVN: r11806

28 years ago(expand_builtin, case BUILT_IN_LONGJMP): Make a decl for __dummy, so
Richard Kenner [Tue, 16 Apr 1996 12:37:28 +0000 (08:37 -0400)]
(expand_builtin, case BUILT_IN_LONGJMP): Make a decl for __dummy, so
we can call make_function_rtl on it.

From-SVN: r11805

28 years ago(expand_assignment): Don't pre-evaluate RHS if a CALL_EXPR with a
Richard Kenner [Tue, 16 Apr 1996 10:21:39 +0000 (06:21 -0400)]
(expand_assignment): Don't pre-evaluate RHS if a CALL_EXPR with a
variable-size return.

From-SVN: r11804

28 years ago(do_store_flag): Before calling exact_log2, remove any
Jim Wilson [Mon, 15 Apr 1996 23:06:00 +0000 (16:06 -0700)]
(do_store_flag): Before calling exact_log2, remove any
sign extension bits.

From-SVN: r11803

28 years agoFix undefined VOIDFUNCPTR in VxWorks 5.2 <time.h>
Ian Lance Taylor [Mon, 15 Apr 1996 21:39:45 +0000 (21:39 +0000)]
Fix undefined VOIDFUNCPTR in VxWorks 5.2 <time.h>

From-SVN: r11802

28 years ago(emit_reload_insns): Call reload_reg_reaches_end_p for every reg of multi-reg spill...
Jim Wilson [Mon, 15 Apr 1996 19:10:36 +0000 (12:10 -0700)]
(emit_reload_insns): Call reload_reg_reaches_end_p for every reg of multi-reg spill register.

(emit_reload_insns): Call reload_reg_reaches_end_p for
every reg of multi-reg spill register.  Invalidate old info for multi
reg spill registers when only part survives to the end.

From-SVN: r11801

28 years agofunction.c (preserve_temp_slots): Only preserve temporaries that happen to be at...
Mike Stump [Mon, 15 Apr 1996 18:46:12 +0000 (18:46 +0000)]
function.c (preserve_temp_slots): Only preserve temporaries that happen to be at the current level.

* function.c (preserve_temp_slots): Only preserve temporaries that
happen to be at the current level.
Fixes p7325.C.

From-SVN: r11800

28 years agortl.h: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 18:07:51 +0000 (18:07 +0000)]
rtl.h: #include "gansidecl.h".

* rtl.h: #include "gansidecl.h".
(PROTO,VPROTO,PVPROTO,VPROTO,VA_START,STDIO_PROTO): Delete.
(NULL,GENERIC_PTR,NULL_PTR): Delete.
* tree.h: Likewise.

From-SVN: r11799

28 years agortl.h: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 18:06:42 +0000 (18:06 +0000)]
rtl.h: #include "gansidecl.h".

* rtl.h: #include "gansidecl.h".
(PROTO,VPROTO,PVPROTO,VPROTO,VA_START,STDIO_PROTO): Delete.
(NULL,GENERIC_PTR,NULL_PTR): Delete.

From-SVN: r11798

28 years agorecog.h: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 18:05:24 +0000 (18:05 +0000)]
recog.h: #include "gansidecl.h".

* recog.h: #include "gansidecl.h".
(PROTO,const): Delete.

From-SVN: r11797

28 years agomachmode.h: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 18:04:42 +0000 (18:04 +0000)]
machmode.h: #include "gansidecl.h".

* machmode.h: #include "gansidecl.h".
(PROTO): Delete.
(HAVE_MACHINE_MODES): Move definition to standard place.

From-SVN: r11796

28 years ago* genattr.c (main): Delete printing of "#define PROTO".
Doug Evans [Mon, 15 Apr 1996 18:01:14 +0000 (18:01 +0000)]
* genattr.c (main): Delete printing of "#define PROTO".

From-SVN: r11795

28 years agogcc.c: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 17:59:56 +0000 (17:59 +0000)]
gcc.c: #include "gansidecl.h".

* gcc.c: #include "gansidecl.h".
(PROTO,VPROTO,PVPROTO,VPROTO,VA_START,NULL): Delete.
(GENERIC_PTR,NULL_PTR,P_tmpdir): Delete.
(choose_temp_base): Declare as extern, delete internal copy.
(concat): Rewrite to take a variable number of arguments.
(choose_temp_base_try,concat[346]): Delete.
(translate_options,set_spec,process_command,do_spec_1,
is_directory,main): Always use concat, not concat[346].  Pass
NULL_PTR as trailing arg to concat.

From-SVN: r11794

28 years agofix-header.c: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 17:58:45 +0000 (17:58 +0000)]
fix-header.c: #include "gansidecl.h".

* fix-header.c: #include "gansidecl.h".
(const): Delete.

From-SVN: r11793

28 years ago* expr.h (const): Delete.
Doug Evans [Mon, 15 Apr 1996 17:57:27 +0000 (17:57 +0000)]
* expr.h (const): Delete.

From-SVN: r11792

28 years agodemangle.h: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 17:56:39 +0000 (17:56 +0000)]
demangle.h: #include "gansidecl.h".

* demangle.h: #include "gansidecl.h".
(PROTO,PTR,const): Delete.

From-SVN: r11791

28 years agocpphash.c: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 17:51:25 +0000 (17:51 +0000)]
cpphash.c: #include "gansidecl.h".

* cpphash.c: #include "gansidecl.h".
(NULL,const,volatile): Delete.

From-SVN: r11790

28 years agocollect2.c: #include "gansidecl.h".
Doug Evans [Mon, 15 Apr 1996 17:49:08 +0000 (17:49 +0000)]
collect2.c: #include "gansidecl.h".

* collect2.c: #include "gansidecl.h".
(const,PROTO): Delete.
(P_tmpdir): Delete.
(choose_temp_base): Declare as extern, delete internal copy.
(main): Update call to choose_temp_base.

From-SVN: r11789

28 years agoMakefile.in (xgcc): Depend on and link in choose-temp.o.
Doug Evans [Mon, 15 Apr 1996 17:47:09 +0000 (17:47 +0000)]
Makefile.in (xgcc): Depend on and link in choose-temp.o.

* Makefile.in (xgcc): Depend on and link in choose-temp.o.
(collect2): Likewise.
(choose-temp.o): Add.

From-SVN: r11788

28 years agoInitial revision
Doug Evans [Mon, 15 Apr 1996 17:43:05 +0000 (17:43 +0000)]
Initial revision

From-SVN: r11787

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