gcc.git
32 years agoCall gen_rtx, not gen_reg_rtx.
Michael Meissner [Tue, 11 Aug 1992 02:10:59 +0000 (02:10 +0000)]
Call gen_rtx, not gen_reg_rtx.

From-SVN: r1791

32 years ago(output_zdepi): Declare.
Torbjorn Granlund [Mon, 10 Aug 1992 10:22:45 +0000 (10:22 +0000)]
(output_zdepi): Declare.

From-SVN: r1790

32 years ago(output_zdepi): New function (contents from pa.md).
Torbjorn Granlund [Mon, 10 Aug 1992 10:21:57 +0000 (10:21 +0000)]
(output_zdepi): New function (contents from pa.md).

From-SVN: r1789

32 years ago(Recognizer for zdepi_operand in HImode): New pattern.
Torbjorn Granlund [Mon, 10 Aug 1992 10:14:48 +0000 (10:14 +0000)]
(Recognizer for zdepi_operand in HImode): New pattern.

(Recognizer for zdepi_operand in SImode): Call output_zdepi for output.
(shift patterns and recognizers): Handle 32 bit ints and truncate them for output.

From-SVN: r1788

32 years agoemit_move_insn only takes two arguments.
Michael Meissner [Mon, 10 Aug 1992 02:31:55 +0000 (02:31 +0000)]
emit_move_insn only takes two arguments.

From-SVN: r1787

32 years agoTreat call_pop, call_value_pop like call, call_insn.
Michael Meissner [Sun, 9 Aug 1992 22:12:07 +0000 (22:12 +0000)]
Treat call_pop, call_value_pop like call, call_insn.

From-SVN: r1786

32 years agoAdd prototype support.
Michael Meissner [Sat, 8 Aug 1992 15:19:34 +0000 (15:19 +0000)]
Add prototype support.

From-SVN: r1785

32 years ago(default_conversion): Fix bug that
Richard Stallman [Fri, 7 Aug 1992 07:21:41 +0000 (07:21 +0000)]
(default_conversion):  Fix bug that
promotes short to unsigned if sizeof(short) == sizeof(int).

From-SVN: r1784

32 years ago(default_compilers): For output of as when -c is not used,
Richard Stallman [Fri, 7 Aug 1992 07:17:12 +0000 (07:17 +0000)]
(default_compilers): For output of as when -c is not used,

use %g, rather than %b, because the file is going to be deleted anyway.

From-SVN: r1783

32 years ago(final_scan_insn): Use ASM_OUTPUT_ADDR_DIFF_ELT
Richard Stallman [Fri, 7 Aug 1992 04:17:06 +0000 (04:17 +0000)]
(final_scan_insn): Use ASM_OUTPUT_ADDR_DIFF_ELT
and ASM_OUTPUT_ADDR_VEC_ELT only if defined.

From-SVN: r1782

32 years ago(finish_decl): Don't do expand_decl_init for FUNCTION_DECL.
Richard Stallman [Fri, 7 Aug 1992 04:06:43 +0000 (04:06 +0000)]
(finish_decl): Don't do expand_decl_init for FUNCTION_DECL.

(finish_struct):  If bit field is of an unsigned
type that promotes to int, promote it unsigned if traditional
or if it is the same size as int.
(start_function):  Ditto for function return value.
(finish_function): Test only can_reach_end for the warning
about reaching the end of a non-void function.
(poplevel): If apparently nested inline function has
DECL_ABSTRACT_ORIGIN, don't output it; propagate TREE_ADDRESSABLE.
(pushdecl): When copying inline details into an extern decl,
copy DECL_RESULT, TREE_ASM_WRITTEN.  Set DECL_ABSTRACT_ORIGIN.

From-SVN: r1781

32 years agoDon't include real.h.
Richard Stallman [Fri, 7 Aug 1992 04:05:01 +0000 (04:05 +0000)]
Don't include real.h.

From-SVN: r1780

32 years agoInclude real.h.
Richard Stallman [Fri, 7 Aug 1992 04:01:31 +0000 (04:01 +0000)]
Include real.h.

From-SVN: r1779

32 years ago(mark_used_regs): Do recurse in setting of global hard reg.
Richard Stallman [Fri, 7 Aug 1992 04:00:44 +0000 (04:00 +0000)]
(mark_used_regs): Do recurse in setting of global hard reg.

Do set reg_next_use for global hard reg.

From-SVN: r1778

32 years ago(true_dependence): An unchanging read is guaranteed independent of a store only if...
Jim Wilson [Fri, 7 Aug 1992 02:02:19 +0000 (19:02 -0700)]
(true_dependence): An unchanging read is guaranteed independent of a store only if the store is not unchanging.

(true_dependence): An unchanging read is guaranteed
independent of a store only if the store is not unchanging.
(anti_dependence): Added comment about unchanging reads.
(sched_analyze_2): Don't ignore unchanging reads, they may be
dependent on unchanging writes.

From-SVN: r1777

32 years agoCorrect DEFINE_SPLITs added Jul 27.
Jim Wilson [Fri, 7 Aug 1992 01:59:27 +0000 (18:59 -0700)]
Correct DEFINE_SPLITs added Jul 27.

Correct DEFINE_SPLITs added Jul 27.  They would
overwrite the input register if it was the same as the result reg.

From-SVN: r1776

32 years ago(ASM_FILE_START): If profiling IMPORT "_mcount" instead of
Jeff Law [Thu, 6 Aug 1992 23:23:20 +0000 (17:23 -0600)]
(ASM_FILE_START): If profiling IMPORT "_mcount" instead of
"__gcc_mcount".

(TARGET_SWITCHES): New switch "no-bss" which forces gcc not
use make use of the bss subspace.  (For compatability with old
buggy versions of gas.)
(ASM_FILE_START): Add $BSS$ subspace.
(BSS_SECTION_ASM_OP): New macro which tells the assembler to
switch to the bss subspace.
(EXTRA_SECTIONS): Define in_bss as an extra section.
(EXTRA_SECTION_FUNCTIONS): Define "bss_section" function to switch
into the bss subspace.
(ASM_OUTPUT_COMMON): If !TARGET_NO_BSS, then place commons into
the bss subspace.
(ASM_OUTPUT_LOCAL): Likewise.

From-SVN: r1775

32 years ago(hppa_builtin_saveregs): Rewrite.
Timothy Moore [Thu, 6 Aug 1992 17:09:55 +0000 (17:09 +0000)]
(hppa_builtin_saveregs): Rewrite.

        (secondary_reload_class): Bug fix.
        (arith32_operand): New function.

From-SVN: r1774

32 years agoRewrite to be compatible with hpux.
Timothy Moore [Thu, 6 Aug 1992 17:09:02 +0000 (17:09 +0000)]
Rewrite to be compatible with hpux.

From-SVN: r1773

32 years agoCheck hp800 symbol too for the hppa case.
Timothy Moore [Thu, 6 Aug 1992 17:08:03 +0000 (17:08 +0000)]
Check hp800 symbol too for the hppa case.

From-SVN: r1772

32 years ago(EXTRA_SECTIONS, svr3): Add in_ctors and in_dtors.
Tom Wood [Wed, 5 Aug 1992 17:27:34 +0000 (17:27 +0000)]
(EXTRA_SECTIONS, svr3): Add in_ctors and in_dtors.

From-SVN: r1771

32 years ago(EXTRA_SECTIONS, svr3): Delete empty definitions for
Tom Wood [Wed, 5 Aug 1992 15:23:54 +0000 (15:23 +0000)]
(EXTRA_SECTIONS, svr3): Delete empty definitions for
CTORS_SECTION_FUNCTION and DTORS_SECTION_FUNCTION.

From-SVN: r1770

32 years agoChanges in comments.
Richard Stallman [Wed, 5 Aug 1992 01:35:11 +0000 (01:35 +0000)]
Changes in comments.

From-SVN: r1769

32 years agocp-tree.h, tree.h: Moved definitions of TREE_VIA_* into tree.h for consistency.
Mike Stump [Wed, 5 Aug 1992 01:13:34 +0000 (01:13 +0000)]
cp-tree.h, tree.h: Moved definitions of TREE_VIA_* into tree.h for consistency.

        * cp-tree.h, tree.h:  Moved definitions of TREE_VIA_* into tree.h for
        consistency.

From-SVN: r1768

32 years ago(build_conditional_expr): Merged const and volatile flags of incoming types.
Richard Stallman [Tue, 4 Aug 1992 19:36:44 +0000 (19:36 +0000)]
(build_conditional_expr): Merged const and volatile flags of incoming types.

From-SVN: r1767

32 years ago(USING_SVR4_H): Define.
Tom Wood [Tue, 4 Aug 1992 19:17:40 +0000 (19:17 +0000)]
(USING_SVR4_H): Define.

From-SVN: r1766

32 years ago(USING_SVR3_H): Define.
Tom Wood [Tue, 4 Aug 1992 19:16:56 +0000 (19:16 +0000)]
(USING_SVR3_H): Define.

From-SVN: r1765

32 years ago(EXTRA_SECTIONS): Base on the above defines.
Tom Wood [Tue, 4 Aug 1992 19:15:48 +0000 (19:15 +0000)]
(EXTRA_SECTIONS): Base on the above defines.

From-SVN: r1764

32 years agoentered into RCS
Tom Wood [Tue, 4 Aug 1992 19:11:36 +0000 (19:11 +0000)]
entered into RCS

From-SVN: r1763

32 years ago(dbxout.o): Depend on output.h.
Richard Stallman [Tue, 4 Aug 1992 04:58:45 +0000 (04:58 +0000)]
(dbxout.o): Depend on output.h.

From-SVN: r1762

32 years agoInclude output.h.
Richard Stallman [Tue, 4 Aug 1992 04:57:48 +0000 (04:57 +0000)]
Include output.h.

From-SVN: r1761

32 years ago(install-common): Install protoize and related files if they were compiled.
Richard Stallman [Tue, 4 Aug 1992 04:22:13 +0000 (04:22 +0000)]
(install-common): Install protoize and related files if they were compiled.

(install-proto): Target deleted.

From-SVN: r1760

32 years ago(install-cross-tools): Install nm from tooldir.
Richard Stallman [Tue, 4 Aug 1992 00:28:05 +0000 (00:28 +0000)]
(install-cross-tools): Install nm from tooldir.

From-SVN: r1759

32 years ago(gen_rtx, case REG): Don't use frame_pointer_rtx or arg_pointer_rtx if
Richard Kenner [Mon, 3 Aug 1992 01:44:23 +0000 (21:44 -0400)]
(gen_rtx, case REG): Don't use frame_pointer_rtx or arg_pointer_rtx if
reload is in progress.

From-SVN: r1758

32 years ago(jump_optimize): When replacing jumps with logical expressions, use
Richard Kenner [Mon, 3 Aug 1992 01:43:53 +0000 (21:43 -0400)]
(jump_optimize): When replacing jumps with logical expressions, use
preserve_subexpressions_p.

From-SVN: r1757

32 years ago(identify_blocks, reorder_blocks): Don't use SET_NOTE_BLOCK_NUMBER.
Richard Kenner [Mon, 3 Aug 1992 01:43:22 +0000 (21:43 -0400)]
(identify_blocks, reorder_blocks): Don't use SET_NOTE_BLOCK_NUMBER.

From-SVN: r1756

32 years ago(NOTE_BLOCK_NUMBER): Change definition to simpler form.
Richard Kenner [Mon, 3 Aug 1992 01:42:35 +0000 (21:42 -0400)]
(NOTE_BLOCK_NUMBER): Change definition to simpler form.

(SET_NOTE_BLOCK_NUMBER): Deleted.

From-SVN: r1755

32 years ago(main): Don't cast pointers to int unnecessarily.
Richard Kenner [Mon, 3 Aug 1992 01:41:53 +0000 (21:41 -0400)]
(main): Don't cast pointers to int unnecessarily.

From-SVN: r1754

32 years ago(const_hash, SYMHASH): Use HOST_WIDE_INT instead of int when casting
Richard Kenner [Mon, 3 Aug 1992 01:41:01 +0000 (21:41 -0400)]
(const_hash, SYMHASH): Use HOST_WIDE_INT instead of int when casting
pointers to integers.

From-SVN: r1753

32 years ago(TYPE_HASH): Use HOST_WIDE_INT instead of int when casting pointers to
Richard Kenner [Mon, 3 Aug 1992 01:40:19 +0000 (21:40 -0400)]
(TYPE_HASH): Use HOST_WIDE_INT instead of int when casting pointers to
integers.

From-SVN: r1752

32 years ago(print_node): Use HOST_WIDE_INT instead of int when casting pointers
Richard Kenner [Mon, 3 Aug 1992 01:39:37 +0000 (21:39 -0400)]
(print_node): Use HOST_WIDE_INT instead of int when casting pointers
to integers.

From-SVN: r1751

32 years ago(canon_hash): Use HOST_WIDE_INT instead of int when casting pointers
Richard Kenner [Mon, 3 Aug 1992 01:38:38 +0000 (21:38 -0400)]
(canon_hash): Use HOST_WIDE_INT instead of int when casting pointers
to integers.

From-SVN: r1750

32 years ago(expand_inline_function): Cast -1 to (HOST_WIDE_INT) first.
Richard Kenner [Mon, 3 Aug 1992 01:37:53 +0000 (21:37 -0400)]
(expand_inline_function): Cast -1 to (HOST_WIDE_INT) first.

From-SVN: r1749

32 years ago(find_use_as_address): Use HOST_WIDE_INT instead of int when comparing a pointer...
Richard Kenner [Mon, 3 Aug 1992 01:37:21 +0000 (21:37 -0400)]
(find_use_as_address): Use HOST_WIDE_INT instead of int when comparing a pointer to an integer constant...

(find_use_as_address): Use HOST_WIDE_INT instead of int when comparing a
pointer to an integer constant; also when returning int.

From-SVN: r1748

32 years ago(expand_call): Use HOST_WIDE_INT instead of int when comparing a
Richard Kenner [Mon, 3 Aug 1992 01:36:27 +0000 (21:36 -0400)]
(expand_call): Use HOST_WIDE_INT instead of int when comparing a
pointer to an integer constant.

From-SVN: r1747

32 years ago(reg_sign_bit_copies): New variable.
Richard Kenner [Mon, 3 Aug 1992 01:35:35 +0000 (21:35 -0400)]
(reg_sign_bit_copies): New variable.

(combine_instructions): Initialize it.
(set_significant): Set it.
(try_combine): Set subst_low_cuid immediately before calling `subst' to
the INSN_CUID of the lowest insn involved in the call.   Change XOR with
out-of-range constant to (not (xor ...)).
Call both split_insns and find_split_point; pass extra parm to
find_split_point.
Record I2DEST's value if I2 now sets it; similarly for I1DEST.
(find_split_point): Add new arg INSN.
If AND'ing with a large single-bit constant and we only care about
equality with zero, replace with bit extraction.
Make two shifts for ZERO_EXTRACTs unless very narrow.
(subst): Move RESTART label earlier.
If we have a simple operation applied to IF_THEN_ELSE, move the operation
inside the two arms.
(subst, case SUBREG): Use force_to_mode.
(subst, case NOT): Change (not (xor X C)) to (xor X ~C).
(subst, case NEG): Remove (neg (abs X)); redundant.
Convert (neg (xor A 1)) to (plus A -1) if A is known to be 0 or 1.
(subst, case IF_THEN_ELSE): Simplify if an arm contains a register being
tested by substiting the known value.
Put constant integer in last arm if can reverse comparison.
(subst, case SET): Use gen_lowpart_for_combine.
(subst, case AND): Make IF_THEN_ELSE when appropriate.
(subst, case IOR): (ior A C) can sometimes be just C.
(subst, case XOR): Go back and restart when canonicalizing.
(subst, case ABS): Use num_sign_bit_copies.
(make_extraction): Call force_to_mode.
(make_compound_operation): Look at optabs rather that explicitly checking
for operations and assuming we have SImode.
Handle (ashiftrt (OP (ashift foo C1) C3) C2).
(force_to_mode): Only change mode of arithmetic if optab says we have
operation in that mode.
Remove unneeded ASHIFTRT; add handling for IF_THEN_ELSE.
(significant_bits, case NEG): Call num_sign_bit_copies.
(significant_bits, case ABS, case [US]{MIN,MAX}, IF_THEN_ELSE): New.
(num_sign_bit_copies): New function.
(simplify_shift_const): Remove ASHIFTRT if value is known -1 or 0.
Use num_sign_bit_copies to simplify (ashiftrt (ashift ...) ...)
and (ashiftrt (neg ...) ...).
Remove now redundant case when VAROP is a PLUS.
(simplify_comparison): If A is known to be -1 or 0, A != -1 is A == 0.
Simplify unsigned tests that really check the sign bit.
(simplify_comparison, case ASHIFTRT): Convert to LSHIFTRT if equality
comparison with zero.
(get_last_value): Check if the desired register is set in the
insn before the one whose INSN_CUID is subst_low_cuid.

From-SVN: r1746

32 years ago(expand_builtin, case BUILT_INT_CONSTANT_P): Add missing call to
Richard Kenner [Mon, 3 Aug 1992 01:32:38 +0000 (21:32 -0400)]
(expand_builtin, case BUILT_INT_CONSTANT_P): Add missing call to
TREE_CODE.

From-SVN: r1745

32 years ago(reload): Set reload_in_progress earlier.
Richard Kenner [Mon, 3 Aug 1992 01:32:01 +0000 (21:32 -0400)]
(reload): Set reload_in_progress earlier.

From-SVN: r1744

32 years ago(optimize_bit_field_compare): Correct bogus use of types in expressions...
Richard Kenner [Mon, 3 Aug 1992 01:31:25 +0000 (21:31 -0400)]
(optimize_bit_field_compare): Correct bogus use of types in expressions...

(optimize_bit_field_compare): Correct bogus use of types in
expressions; always do computation in a type wide enough for the
result.

From-SVN: r1743

32 years ago(ASM_OUTPUT_DWARF_STRING): redefinition was incorrect, and uneeded...
Richard Stallman [Sat, 1 Aug 1992 18:20:03 +0000 (18:20 +0000)]
(ASM_OUTPUT_DWARF_STRING): redefinition was incorrect, and uneeded...

(ASM_OUTPUT_DWARF_STRING): redefinition was
incorrect, and uneeded; while Solaris as doesn't support .string, it
does support .asciz, and sparcv4.h takes care of including that definition.

From-SVN: r1742

32 years ago(HANDLE_PRAGMA_WEAK): Define only if SET_ASM_OP defined.
Richard Stallman [Sat, 1 Aug 1992 18:18:31 +0000 (18:18 +0000)]
(HANDLE_PRAGMA_WEAK): Define only if SET_ASM_OP defined.

From-SVN: r1741

32 years agoFind the links to directories by finding each link and testing it with test.
Richard Stallman [Sat, 1 Aug 1992 18:11:28 +0000 (18:11 +0000)]
Find the links to directories by finding each link and testing it with test.

From-SVN: r1740

32 years ago(layout_record): Take account of
Richard Stallman [Sat, 1 Aug 1992 18:08:36 +0000 (18:08 +0000)]
(layout_record): Take account of
maximum_field_alignment when using the field's alignment.

From-SVN: r1739

32 years ago(yylex): When traditional, convert 0x80000000 to -0x80000000.
Richard Stallman [Sat, 1 Aug 1992 18:07:21 +0000 (18:07 +0000)]
(yylex): When traditional, convert 0x80000000 to -0x80000000.

From-SVN: r1738

32 years agoentered into RCS
Richard Kenner [Fri, 31 Jul 1992 17:30:09 +0000 (13:30 -0400)]
entered into RCS

From-SVN: r1737

32 years agoInclude stddef.h when __STDC__ is defined.
Richard Kenner [Fri, 31 Jul 1992 16:08:48 +0000 (12:08 -0400)]
Include stddef.h when __STDC__ is defined.

From-SVN: r1736

32 years ago(reposition_prologue_and_epilogue_notes): Search for the notes without using...
Richard Kenner [Fri, 31 Jul 1992 12:18:06 +0000 (08:18 -0400)]
(reposition_prologue_and_epilogue_notes): Search for the notes without using...

(reposition_prologue_and_epilogue_notes): Search for the notes without
using basic_block_end[0] or basic_block_head[N-1].

From-SVN: r1735

32 years agoAdd declarations for malloc and realloc..
Richard Kenner [Fri, 31 Jul 1992 12:16:45 +0000 (08:16 -0400)]
Add declarations for malloc and realloc..

(PTR_INT_TYPE): New macro.
(pcfinclude): Use it.

From-SVN: r1734

32 years ago(init_decl_processing): __builtin_return_address,
Richard Kenner [Fri, 31 Jul 1992 12:15:55 +0000 (08:15 -0400)]
(init_decl_processing): __builtin_return_address,

__builtin_frame_address, and __builtin_saveregs all return void *.

From-SVN: r1733

32 years ago(convert_move): Put FROM into a register if it is a SUBREG.
Richard Kenner [Fri, 31 Jul 1992 12:15:14 +0000 (08:15 -0400)]
(convert_move): Put FROM into a register if it is a SUBREG.

From-SVN: r1732

32 years agoentered into RCS
Richard Kenner [Fri, 31 Jul 1992 12:13:38 +0000 (08:13 -0400)]
entered into RCS

From-SVN: r1731

32 years ago*** empty log message ***
Richard Kenner [Fri, 31 Jul 1992 12:11:54 +0000 (08:11 -0400)]
*** empty log message ***

From-SVN: r1730

32 years ago(LIMITS_H): Deleted.
Richard Stallman [Fri, 31 Jul 1992 06:33:59 +0000 (06:33 +0000)]
(LIMITS_H): Deleted.

(install-limits-h): Use glimits.h, not limits.h.

From-SVN: r1729

32 years agoentered into RCS
Richard Stallman [Fri, 31 Jul 1992 06:29:36 +0000 (06:29 +0000)]
entered into RCS

From-SVN: r1728

32 years ago(dbxout_parms): Do something for structures
Richard Stallman [Fri, 31 Jul 1992 06:15:53 +0000 (06:15 +0000)]
(dbxout_parms): Do something for structures
passed by invisible reference, and living in memory.

From-SVN: r1727

32 years ago(duplicate_decls): Handle warn_redundant_decls here.
Richard Stallman [Fri, 31 Jul 1992 06:14:04 +0000 (06:14 +0000)]
(duplicate_decls): Handle warn_redundant_decls here.

But don't warn if function definition follows a declaration.
(pushdecl): Don't handle it here.
(grokparms): Don't warn about non-prototype decl in system header.

From-SVN: r1726

32 years ago(convert): If main variants match,
Richard Stallman [Fri, 31 Jul 1992 06:13:07 +0000 (06:13 +0000)]
(convert): If main variants match,

but the type is not identical, make a NOP_EXPR.

From-SVN: r1725

32 years ago(cpu attribute): List m88100 first for more efficient code in insn-attrtab.c.
Tom Wood [Thu, 30 Jul 1992 13:55:22 +0000 (13:55 +0000)]
(cpu attribute): List m88100 first for more efficient code in insn-attrtab.c.

(cpu attribute): List m88100 first for more efficient
        code in insn-attrtab.c.
(rotate/and split pattern): Fix typo.

From-SVN: r1724

32 years ago(FUNCTION_BOUNDARY, ASM_OUTPUT_ALIGN_CODE): Pack code
Tom Wood [Thu, 30 Jul 1992 13:54:57 +0000 (13:54 +0000)]
(FUNCTION_BOUNDARY, ASM_OUTPUT_ALIGN_CODE): Pack code
        more tightly for the m88110.

From-SVN: r1723

32 years ago(BSS_SECTION_FUNCTION): Deleted.
Richard Stallman [Thu, 30 Jul 1992 04:55:56 +0000 (04:55 +0000)]
(BSS_SECTION_FUNCTION): Deleted.

From-SVN: r1722

32 years ago(EXTRA_SECTION_FUNCTIONS): Deleted.
Richard Stallman [Thu, 30 Jul 1992 04:55:37 +0000 (04:55 +0000)]
(EXTRA_SECTION_FUNCTIONS): Deleted.

From-SVN: r1721

32 years ago(BSS_SECTION_FUNCTION): #undef before defining.
Richard Stallman [Thu, 30 Jul 1992 04:55:14 +0000 (04:55 +0000)]
(BSS_SECTION_FUNCTION): #undef before defining.

From-SVN: r1720

32 years ago(USE_CONST_SECTION): #undef before defining.
Richard Stallman [Thu, 30 Jul 1992 04:54:52 +0000 (04:54 +0000)]
(USE_CONST_SECTION): #undef before defining.

From-SVN: r1719

32 years ago(BSS_SECTION_FUNCTION): New macro.
Richard Stallman [Thu, 30 Jul 1992 04:54:24 +0000 (04:54 +0000)]
(BSS_SECTION_FUNCTION): New macro.

(CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Enable these.

From-SVN: r1718

32 years agoentered into RCS
Richard Stallman [Thu, 30 Jul 1992 04:02:41 +0000 (04:02 +0000)]
entered into RCS

From-SVN: r1717

32 years ago(cmpsi): Delete 'J' constraint.
Jim Wilson [Thu, 30 Jul 1992 00:03:54 +0000 (17:03 -0700)]
(cmpsi): Delete 'J' constraint.

From-SVN: r1716

32 years ago(link_command_spec): Accept -static but do nothing with it.
Richard Stallman [Wed, 29 Jul 1992 22:55:25 +0000 (22:55 +0000)]
(link_command_spec): Accept -static but do nothing with it.

From-SVN: r1715

32 years agoentered into RCS
Richard Stallman [Wed, 29 Jul 1992 21:24:29 +0000 (21:24 +0000)]
entered into RCS

From-SVN: r1714

32 years agoAdd $newdirs into $files.
Richard Stallman [Wed, 29 Jul 1992 04:46:29 +0000 (04:46 +0000)]
Add $newdirs into $files.

From-SVN: r1713

32 years agoDon't repeat the directory-link-chasing loop more than twice.
Richard Stallman [Wed, 29 Jul 1992 04:44:02 +0000 (04:44 +0000)]
Don't repeat the directory-link-chasing loop more than twice.

Combine $prevdirs with $dirs--they had same value.
Properly discard $d itself from the output of find.

From-SVN: r1712

32 years ago(decl_attributes): Call layout_decl with two arguments.
Richard Stallman [Wed, 29 Jul 1992 03:46:49 +0000 (03:46 +0000)]
(decl_attributes): Call layout_decl with two arguments.

From-SVN: r1711

32 years ago(make_insn_raw): Eliminate unused argument pat_formals. All calls changed.
Richard Stallman [Wed, 29 Jul 1992 03:44:08 +0000 (03:44 +0000)]
(make_insn_raw): Eliminate unused argument pat_formals.  All calls changed.

(make_jump_insn_raw): Ditto.

From-SVN: r1710

32 years ago*** empty log message ***
Richard Stallman [Wed, 29 Jul 1992 03:42:12 +0000 (03:42 +0000)]
*** empty log message ***

From-SVN: r1709

32 years ago(make_node): Fix white space.
Richard Stallman [Wed, 29 Jul 1992 03:31:44 +0000 (03:31 +0000)]
(make_node): Fix white space.

From-SVN: r1708

32 years ago(ASM_OUTPUT_IDENT): #undef it.
Richard Stallman [Wed, 29 Jul 1992 02:06:24 +0000 (02:06 +0000)]
(ASM_OUTPUT_IDENT): #undef it.

From-SVN: r1707

32 years agoentered into RCS
Richard Stallman [Tue, 28 Jul 1992 20:47:17 +0000 (20:47 +0000)]
entered into RCS

From-SVN: r1706

32 years ago* modifier only affects next letter, not entire alternative
Michael Meissner [Tue, 28 Jul 1992 14:05:31 +0000 (14:05 +0000)]
* modifier only affects next letter, not entire alternative

From-SVN: r1705

32 years agoFix comment
Michael Meissner [Tue, 28 Jul 1992 14:04:45 +0000 (14:04 +0000)]
Fix comment

From-SVN: r1704

32 years agoentered into RCS
Richard Stallman [Tue, 28 Jul 1992 05:36:01 +0000 (05:36 +0000)]
entered into RCS

From-SVN: r1703

32 years agoentered into RCS
Richard Stallman [Tue, 28 Jul 1992 05:29:00 +0000 (05:29 +0000)]
entered into RCS

From-SVN: r1702

32 years ago(probe): Use %a0 to output the address.
Richard Stallman [Tue, 28 Jul 1992 05:24:15 +0000 (05:24 +0000)]
(probe): Use %a0 to output the address.

From-SVN: r1701

32 years agoInitial revision
Richard Stallman [Tue, 28 Jul 1992 02:21:04 +0000 (02:21 +0000)]
Initial revision

From-SVN: r1700

32 years ago(duplicate_decls): Copy old RTL *before* make_var_volatile.
Richard Stallman [Tue, 28 Jul 1992 02:20:22 +0000 (02:20 +0000)]
(duplicate_decls): Copy old RTL *before* make_var_volatile.

(pushdecl): Never reuse global fcn decl in place of
local extern; just copy some info from it.

From-SVN: r1699

32 years ago(convert): Succeed if TYPE is the main variant of the given type.
Richard Stallman [Tue, 28 Jul 1992 02:19:08 +0000 (02:19 +0000)]
(convert): Succeed if TYPE is the main variant of the given type.

From-SVN: r1698

32 years agoentered into RCS
Richard Stallman [Tue, 28 Jul 1992 02:18:03 +0000 (02:18 +0000)]
entered into RCS

From-SVN: r1697

32 years ago(output_function_prologue): Make a probe instruction if NEED_PROBE if nonzero.
Richard Stallman [Tue, 28 Jul 1992 02:17:11 +0000 (02:17 +0000)]
(output_function_prologue): Make a probe instruction if NEED_PROBE if nonzero.

From-SVN: r1696

32 years ago(build_conditional_expr): Compare using TYPE_MAIN_VARIANT.
Richard Stallman [Tue, 28 Jul 1992 02:15:51 +0000 (02:15 +0000)]
(build_conditional_expr): Compare using TYPE_MAIN_VARIANT.

From-SVN: r1695

32 years agoAdd DEFINE_SPLITs to optimize logic operation with
Jim Wilson [Tue, 28 Jul 1992 01:58:27 +0000 (18:58 -0700)]
Add DEFINE_SPLITs to optimize logic operation with
certain immediate values.

From-SVN: r1694

32 years agoCorrect inconsistent operand constraints in peepholes.
Jim Wilson [Tue, 28 Jul 1992 01:54:54 +0000 (18:54 -0700)]
Correct inconsistent operand constraints in peepholes.

From-SVN: r1693

32 years ago(ASM_LONG, ASM_SHORT, ASM_BYTE_OP): Definitions added.
Jim Wilson [Mon, 27 Jul 1992 21:38:28 +0000 (14:38 -0700)]
(ASM_LONG, ASM_SHORT, ASM_BYTE_OP):  Definitions added.

(ASM_OUTPUT_DOUBLE):  Use REAL_VALUE_TO_TARGET_DOUBLE to convert.
(ASM_OUTPUT_FLOAT):  Use REAL_VALUE_TO_TARGET_SINGLE to convert.
(ASM_OUTPUT_INT):  Use ASM_LONG pseudo-op.
(ASM_OUTPUT_SHORT):  Use ASM_SHORT pseudo-op.
(ASM_OUTPUT_CHAR):  Use ASM_BYTE_OP pseudo-op.
(ASM_OUTPUT_BYTE):  Use ASM_BYTE_OP pseudo-op.

From-SVN: r1692