OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(decl_attributes): `mode' attribute now takes string arg.
rms [Mon, 28 Mar 1994 01:28:04 +0000 (01:28 +0000)]
(decl_attributes): `mode' attribute now takes string arg.

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

30 years ago(attrib): Handle string args as expressions,
rms [Mon, 28 Mar 1994 01:27:48 +0000 (01:27 +0000)]
(attrib): Handle string args as expressions,
merging the two rules.  `mode' attribute now takes a string arg.
Delete the rule for an identifier as arg.

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

30 years agoBack out this patch:
dje [Sun, 27 Mar 1994 19:42:26 +0000 (19:42 +0000)]
Back out this patch:
(attrib): Use `identifier' instead of `IDENTIFIER' since names that
are (e.g.) typedef names are still OK.

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

30 years agoChange addres for rfg.
kenner [Sat, 26 Mar 1994 12:43:02 +0000 (12:43 +0000)]
Change addres for rfg.

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

30 years agoChange address for rfg.
kenner [Sat, 26 Mar 1994 12:23:31 +0000 (12:23 +0000)]
Change address for rfg.

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

30 years agoi386.md (movhi, movqi): Properly recognized unsigned forms of -1 for
kenner [Sat, 26 Mar 1994 01:17:04 +0000 (01:17 +0000)]
i386.md (movhi, movqi): Properly recognized unsigned forms of -1 for
dec[bw] insns.

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

30 years ago(expand_expr, case ADDR_EXPR): Return const0_rtx if taking address of
kenner [Sat, 26 Mar 1994 00:53:32 +0000 (00:53 +0000)]
(expand_expr, case ADDR_EXPR): Return const0_rtx if taking address of
an ERROR_MARK; also do some minor cleanup.

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

30 years ago(MOTOROLA_BSR): Defined.
kenner [Fri, 25 Mar 1994 23:58:51 +0000 (23:58 +0000)]
(MOTOROLA_BSR): Defined.

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

30 years ago(call): If (new) MOTOROLA_BSR defined, try to emit 'bsr'.
kenner [Fri, 25 Mar 1994 23:58:13 +0000 (23:58 +0000)]
(call): If (new) MOTOROLA_BSR defined, try to emit 'bsr'.

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

30 years ago(expand_call): Don't require both -W and -Winline to say that call can't be
kenner [Fri, 25 Mar 1994 23:44:26 +0000 (23:44 +0000)]
(expand_call): Don't require both -W and -Winline to say that call can't be
inlined.
Warn if inlining is tried but fails.

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

30 years ago(for_lint): Variable renamed from `lint'.
kenner [Fri, 25 Mar 1994 23:16:01 +0000 (23:16 +0000)]
(for_lint): Variable renamed from `lint'.

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

30 years ago(CONST_COSTS): Reflect the change in m68k.md.
kenner [Fri, 25 Mar 1994 22:52:34 +0000 (22:52 +0000)]
(CONST_COSTS): Reflect the change in m68k.md.

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

30 years ago(movsi): New strategy for moving small constants into dregs, if it
kenner [Fri, 25 Mar 1994 22:51:43 +0000 (22:51 +0000)]
(movsi): New strategy for moving small constants into dregs, if it
can't be done with moveq.

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

30 years ago(expand_expr, case ABS_EXPR): Compare with 0 of proper mode.
kenner [Fri, 25 Mar 1994 22:02:56 +0000 (22:02 +0000)]
(expand_expr, case ABS_EXPR): Compare with 0 of proper mode.

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

30 years ago(fold, case *_DIV_EXPR): Correct result when product of constants
kenner [Fri, 25 Mar 1994 21:12:56 +0000 (21:12 +0000)]
(fold, case *_DIV_EXPR): Correct result when product of constants
overflows.

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

30 years ago(output_prolog): Correctly compute floating-reg save area offset.
kenner [Fri, 25 Mar 1994 19:50:09 +0000 (19:50 +0000)]
(output_prolog): Correctly compute floating-reg save area offset.

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

30 years ago(output_function_prologue): Use link.w on 68040; emit pea fp + movl
kenner [Fri, 25 Mar 1994 19:30:41 +0000 (19:30 +0000)]
(output_function_prologue): Use link.w on 68040; emit pea fp + movl
sp,fp instead of linkw 0 for 6804.0

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

30 years ago(unroll_loop): Remove decl of unused variable V.
kenner [Fri, 25 Mar 1994 19:20:54 +0000 (19:20 +0000)]
(unroll_loop): Remove decl of unused variable V.
(precondition_loop_p): Remove decls of unused variables.
(final_giv_value): Remove decl of unused variable CODE.

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

30 years ago(stabilize_reference_1): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 19:20:14 +0000 (19:20 +0000)]
(stabilize_reference_1): Remove decl of unused variable.

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

30 years ago(compile_file): Remove unused label.
kenner [Fri, 25 Mar 1994 19:19:39 +0000 (19:19 +0000)]
(compile_file): Remove unused label.

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

30 years ago(sdbout_symbol): Remove decl of unused variable LETTER.
kenner [Fri, 25 Mar 1994 19:19:11 +0000 (19:19 +0000)]
(sdbout_symbol): Remove decl of unused variable LETTER.
(sdbout_type): Remove decl of unused variable TEM.

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

30 years ago(clear_units): Remove decl of unused variable UNIT.
kenner [Fri, 25 Mar 1994 19:18:28 +0000 (19:18 +0000)]
(clear_units): Remove decl of unused variable UNIT.
(actual_hazard_this_instance): Remove decl of unused variable I.
(actual_hazard): Remove two block-scope decls of unused variable BEST.
(sched_analyze_1): Remove decls of unused variables OFFSET and BIT.
(sched_analyze): Remove decl of unused variable DEST.
(sched_note_set): Remove decl of unused variable J.
(create_reg_dead_note): Remove decl of unused variable BACKLINK.
(new_sometimes_live): Remove decl of unused variable I.
(schedule_block): Remove decls of unused variables LAST_NOTE and REGNO.
(schedule_insns): Remove decls of unused variables I and INSNS.

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

30 years ago(get_token): Remove decl of unused variable QUOTE.
kenner [Fri, 25 Mar 1994 19:17:54 +0000 (19:17 +0000)]
(get_token): Remove decl of unused variable QUOTE.
(get_token): Remove unused label AGAIN.

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

30 years ago(read_rtx): Remove decl of unused variable STRINGBUFSIZE.
kenner [Fri, 25 Mar 1994 19:17:23 +0000 (19:17 +0000)]
(read_rtx): Remove decl of unused variable STRINGBUFSIZE.

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

30 years ago(find_reloads_address): Remove two block-scope decls of unused
kenner [Fri, 25 Mar 1994 19:16:50 +0000 (19:16 +0000)]
(find_reloads_address): Remove two block-scope decls of unused
variable OLDREF.

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

30 years ago(init_loop): Remove decls of unused variables.
kenner [Fri, 25 Mar 1994 19:16:16 +0000 (19:16 +0000)]
(init_loop): Remove decls of unused variables.
(loop_optimize): Remove decl of unused variable END.
(combine_movables): Remove decls of unused variables.
(check_final_value): Remove decl of unused variable TEM.
(check_dbra_loop): Remove decls of unused variables.
(maybe_eliminate_biv): Remove decls of unused variables SET and V.

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

30 years ago(invert_jump): Remove decl of unused variable OLABEL.
kenner [Fri, 25 Mar 1994 19:15:42 +0000 (19:15 +0000)]
(invert_jump): Remove decl of unused variable OLABEL.

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

30 years ago(save_for_inline_nocopy): Remove decls of unused vars.
kenner [Fri, 25 Mar 1994 19:14:33 +0000 (19:14 +0000)]
(save_for_inline_nocopy): Remove decls of unused vars.
(expand_inline_function): Remove two block-scope decls of unused variable COPY.

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

30 years ago(global_conflicts): Move decl of unused variable I into #if 0 block.
kenner [Fri, 25 Mar 1994 19:14:10 +0000 (19:14 +0000)]
(global_conflicts): Move decl of unused variable I into #if 0 block.

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

30 years ago(break_out_subroutines): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 19:13:46 +0000 (19:13 +0000)]
(break_out_subroutines): Remove decl of unused variable.

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

30 years ago(expand_units): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 19:10:15 +0000 (19:10 +0000)]
(expand_units): Remove decl of unused variable.

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

30 years ago(main): Remove decl of unused variable MAX_ISSUE_TIME.
kenner [Fri, 25 Mar 1994 19:09:34 +0000 (19:09 +0000)]
(main): Remove decl of unused variable MAX_ISSUE_TIME.

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

30 years ago(read_scan_file): Remove decl of unused variable RPTR.
kenner [Fri, 25 Mar 1994 19:08:19 +0000 (19:08 +0000)]
(read_scan_file): Remove decl of unused variable RPTR.
(write_rbrac): Remove decl of unused variable PARTIAL.
(main): Likewise.

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

30 years ago(output_source_line): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 19:07:46 +0000 (19:07 +0000)]
(output_source_line): Remove decl of unused variable.

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

30 years ago(f_rep): Remove decl of unused variable F1.
kenner [Fri, 25 Mar 1994 19:02:00 +0000 (19:02 +0000)]
(f_rep): Remove decl of unused variable F1.

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

30 years ago(reset_used_flags): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 19:01:23 +0000 (19:01 +0000)]
(reset_used_flags): Remove decl of unused variable.
(gen_sequence): Remove decl of unused variable NEWVEC.

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

30 years ago(dbxout_symbol): Remove decls of unused variables.
kenner [Fri, 25 Mar 1994 19:00:51 +0000 (19:00 +0000)]
(dbxout_symbol): Remove decls of unused variables.

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

30 years ago(cse_insn): Remove decl of unused variable TEM.
kenner [Fri, 25 Mar 1994 19:00:02 +0000 (19:00 +0000)]
(cse_insn): Remove decl of unused variable TEM.

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

30 years ago(try_combine): Remove decls of unused variables.
kenner [Fri, 25 Mar 1994 18:59:11 +0000 (18:59 +0000)]
(try_combine): Remove decls of unused variables.
(subst): Remove decls of unused variables ORIG_CODE.
(simplify_if_then_else): Remove decl of unused variable C2.
(make_compound_operation): Remove decl of unused variable COUNT.
(known_cond): Remove decl of unused variable NEW.
(make_field_assignment): Remove decl of unused variable OURDEST.
(simplify_and_const_int): Remove decls of unused variables.
(simplify_shift_const): Remove decl of unused variable INNER.

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

30 years ago(putenv): Remove decl of unused variable STR_LEN.
kenner [Fri, 25 Mar 1994 18:57:48 +0000 (18:57 +0000)]
(putenv): Remove decl of unused variable STR_LEN.
(main): Remove decls of unused variables LEN and CLEN.

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

30 years ago(convert_arguments): Remove decls of unused variables.
kenner [Fri, 25 Mar 1994 18:57:04 +0000 (18:57 +0000)]
(convert_arguments): Remove decls of unused variables.

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

30 years ago(primary): Remove decl of unused variable CONTEXT.
kenner [Fri, 25 Mar 1994 18:56:40 +0000 (18:56 +0000)]
(primary): Remove decl of unused variable CONTEXT.

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

30 years ago(push_parm_decl): Move decl of unused variable OLDDECL into #if 0
kenner [Fri, 25 Mar 1994 18:55:59 +0000 (18:55 +0000)]
(push_parm_decl): Move decl of unused variable OLDDECL into #if 0
block.

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

30 years ago(truthvalue_conversion): Remove decl of unused CODE.
kenner [Fri, 25 Mar 1994 18:55:26 +0000 (18:55 +0000)]
(truthvalue_conversion): Remove decl of unused CODE.

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

30 years ago(gen_decl): Remove decl of unused variable.
kenner [Fri, 25 Mar 1994 18:55:03 +0000 (18:55 +0000)]
(gen_decl): Remove decl of unused variable.

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

30 years ago(bc_emit_bytecode): Remove decl of unused variable NPUSHES.
kenner [Fri, 25 Mar 1994 18:54:16 +0000 (18:54 +0000)]
(bc_emit_bytecode): Remove decl of unused variable NPUSHES.

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

30 years ago * pa.h (DBX_REGISTER_NUMBER): Fix numerous bugs in handling
law [Fri, 25 Mar 1994 18:39:40 +0000 (18:39 +0000)]
    * pa.h (DBX_REGISTER_NUMBER): Fix numerous bugs in handling
        of FP registers and the SAR register.

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

30 years ago(init_stmt_for_function): Clear stack_block_stack.
kenner [Fri, 25 Mar 1994 17:57:53 +0000 (17:57 +0000)]
(init_stmt_for_function): Clear stack_block_stack.

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

30 years ago(reload): Fix error in last change; only check against group reloads
kenner [Fri, 25 Mar 1994 17:46:42 +0000 (17:46 +0000)]
(reload): Fix error in last change; only check against group reloads
and check all reloads.

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

30 years ago(v_pedwarn_with_decl): Don't cause compilation to fail
dje [Thu, 24 Mar 1994 18:19:27 +0000 (18:19 +0000)]
(v_pedwarn_with_decl): Don't cause compilation to fail
from pedantic errors in system header files.

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

30 years agoAdd case for Bull dpx20.
kenner [Thu, 24 Mar 1994 10:58:02 +0000 (10:58 +0000)]
Add case for Bull dpx20.

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

30 years ago(CPP_PREDEFINES): Fix typo.
fp [Thu, 24 Mar 1994 08:05:32 +0000 (08:05 +0000)]
(CPP_PREDEFINES): Fix typo.

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

30 years ago(reload): Fix error in last change; compute MODE before it's used.
kenner [Thu, 24 Mar 1994 01:10:41 +0000 (01:10 +0000)]
(reload): Fix error in last change; compute MODE before it's used.

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

30 years ago(dbxout_parms): For parameter living in psuedo-reg that
wilson [Wed, 23 Mar 1994 23:56:41 +0000 (23:56 +0000)]
(dbxout_parms): For parameter living in psuedo-reg that
was optimized away, use declared type instead of passed type.

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

30 years ago(get_condition): Exit if we don't recognize SET_SRC of a SET that
kenner [Wed, 23 Mar 1994 23:54:09 +0000 (23:54 +0000)]
(get_condition): Exit if we don't recognize SET_SRC of a SET that
modifies OP0.

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

30 years ago30th Cygnus<->FSF merge.
mrs [Wed, 23 Mar 1994 23:33:53 +0000 (23:33 +0000)]
30th Cygnus<->FSF merge.

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

30 years ago(mips_asm_file_start): Add comment on TARGET_GP_OPT code.
wilson [Wed, 23 Mar 1994 22:28:28 +0000 (22:28 +0000)]
(mips_asm_file_start): Add comment on TARGET_GP_OPT code.

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

30 years ago(simplify_rtx, case FLOAT_TRUNCATE): Simplify
kenner [Wed, 23 Mar 1994 22:28:26 +0000 (22:28 +0000)]
(simplify_rtx, case FLOAT_TRUNCATE): Simplify
case of (float_truncate (abs (float_extend X))).

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

30 years ago(va_start): Add call to builtin_next_arg.
wilson [Wed, 23 Mar 1994 22:20:35 +0000 (22:20 +0000)]
(va_start): Add call to builtin_next_arg.

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

30 years ago(va_start): Pass LASTARG as a parameter to
wilson [Wed, 23 Mar 1994 22:19:23 +0000 (22:19 +0000)]
(va_start): Pass LASTARG as a parameter to
builtin_next_arg.

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

30 years ago(expand_builtin, BUILT_IN_NEXT_ARG case): Verify that
wilson [Wed, 23 Mar 1994 22:16:55 +0000 (22:16 +0000)]
(expand_builtin, BUILT_IN_NEXT_ARG case): Verify that
parameter is last named argument.

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

30 years ago(init_decl_processing): Change builtin_next_arg type so
wilson [Wed, 23 Mar 1994 22:15:56 +0000 (22:15 +0000)]
(init_decl_processing): Change builtin_next_arg type so
that it accepts any parameter instead of none.

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

30 years agoChange rfg's address.
kenner [Wed, 23 Mar 1994 21:57:20 +0000 (21:57 +0000)]
Change rfg's address.

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

30 years ago(override_options): Delete unnecessary accidental comment.
wilson [Wed, 23 Mar 1994 00:04:49 +0000 (00:04 +0000)]
(override_options): Delete unnecessary accidental comment.

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

30 years ago(movsi): Add special handling for constants which are
wilson [Wed, 23 Mar 1994 00:03:38 +0000 (00:03 +0000)]
(movsi): Add special handling for constants which are
illegal addresses when pic.
(tablejump_internal1, tablejump_internal2): Emit .cpadd when
TARGET_ABICALLS.  Adjust length to include .cpadd.

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

30 years ago(GO_IF_LEGITIMATE_ADDRESS): Also pretend that we have REG
wilson [Wed, 23 Mar 1994 00:03:04 +0000 (00:03 +0000)]
(GO_IF_LEGITIMATE_ADDRESS): Also pretend that we have REG
plus CONST_INT addresses by deleting an else.
(CONSTANT_ADDRESS_P): When pic, don't accept addresses which are
symbol_ref plus a large integer.
(LEGITIMATE_PIC_OPERAND_P): Likewise.
(LEGITIMIZE_ADDRESS): When pic, convert addresses which are
symbol_reg plus a large integer, to reg plus a large integer.
(ASM_OUTPUT_ADDR_DIFF_ELT): Use .gpword instead of subtracting
labels.

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

30 years ago(pic_address_needs_scratch): New function.
wilson [Wed, 23 Mar 1994 00:02:25 +0000 (00:02 +0000)]
(pic_address_needs_scratch): New function.
(override_options): Set flag_pic when TARGET_ABICALLS.

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

30 years ago(MIPS_DEFAULT_GVALUE): Define to zero.
wilson [Wed, 23 Mar 1994 00:01:58 +0000 (00:01 +0000)]
(MIPS_DEFAULT_GVALUE): Define to zero.

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

30 years ago(TRAMPOLINE_TEMPLATE): Add `move $25,$3' for when
wilson [Tue, 22 Mar 1994 23:57:28 +0000 (23:57 +0000)]
(TRAMPOLINE_TEMPLATE): Add `move $25,$3' for when
TARGET_ABICALLS.  Delete padding for 64 bit case.  Adjust offsets.
(TRAMPOLINE_SIZE): Increase from 9 to 10 words for 32 bit case.
(INITIALIZE_TRAMPOLINE): Increase offsets by 4 bytes for 32 bit case.

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

30 years agoProvide HANDLE_PRAGMA_WEAK and ASM_OUTPUT_DEF.
meissner [Tue, 22 Mar 1994 20:50:40 +0000 (20:50 +0000)]
Provide HANDLE_PRAGMA_WEAK and ASM_OUTPUT_DEF.

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

30 years agoMake sstring buf extern (rather than "common").
bothner [Tue, 22 Mar 1994 00:04:34 +0000 (00:04 +0000)]
Make sstring buf extern (rather than "common").

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

30 years ago(preserve_temp_slots): If argument is REG, see if it is address of a
kenner [Mon, 21 Mar 1994 22:15:32 +0000 (22:15 +0000)]
(preserve_temp_slots): If argument is REG, see if it is address of a
temp slot we know about.

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

30 years ago(expand_expr, case ADDR_EXPR): Update temp slot address if we put it
kenner [Mon, 21 Mar 1994 22:14:41 +0000 (22:14 +0000)]
(expand_expr, case ADDR_EXPR): Update temp slot address if we put it
in a register; mark result as pointer.

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

30 years ago(source_label_number): New variable.
wilson [Mon, 21 Mar 1994 22:08:57 +0000 (22:08 +0000)]
(source_label_number): New variable.
(dbxout_source_file): Use it.  Output an Ltext label.

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

30 years ago(duplicate_decls): When pedantic, warn when any static
wilson [Mon, 21 Mar 1994 22:07:03 +0000 (22:07 +0000)]
(duplicate_decls): When pedantic, warn when any static
declaraction follows a non-static.

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

30 years ago(seq, sne, sgt, slt, sge, sle): Add support for
wilson [Mon, 21 Mar 1994 22:05:05 +0000 (22:05 +0000)]
(seq, sne, sgt, slt, sge, sle): Add support for
!TARGET_HARD_QUAD.

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

30 years ago(reload): More accurately compute nongroup needs.
kenner [Mon, 21 Mar 1994 21:58:47 +0000 (21:58 +0000)]
(reload): More accurately compute nongroup needs.
(reloads_conflict): New function.

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

30 years ago(__builtin_saveregs): Fix return type.
dje [Mon, 21 Mar 1994 21:20:56 +0000 (21:20 +0000)]
(__builtin_saveregs): Fix return type.

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

30 years ago(FIXED_REGNO_P): Treate global regs as fixed.
kenner [Mon, 21 Mar 1994 12:36:48 +0000 (12:36 +0000)]
(FIXED_REGNO_P): Treate global regs as fixed.
(CHEAP_REGNO): Renamed from CHEAP_REG.
(CHEAP_REG): New macro; user var in hard reg is cheap.
(COST): Pass RTL to CHEAP_REG, not regno.
(rtx_cost, case REG): Likewise.

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

30 years ago(PRINT_OPERAND): Print float infinity and NaN's as +/-99e999.
kenner [Mon, 21 Mar 1994 00:38:40 +0000 (00:38 +0000)]
(PRINT_OPERAND): Print float infinity and NaN's as +/-99e999.

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

30 years ago(ALIGN_SYMTABLE_OFFSET): Define to align symbol table sections to a
kenner [Sun, 20 Mar 1994 22:42:01 +0000 (22:42 +0000)]
(ALIGN_SYMTABLE_OFFSET): Define to align symbol table sections to a
quadword boundary, to avoid alignment problems with native nm on
OSF1/1.3 and higher.

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

30 years ago(update_headers): Align symbol table sections, using
kenner [Sun, 20 Mar 1994 22:41:13 +0000 (22:41 +0000)]
(update_headers): Align symbol table sections, using
ALIGN_SYMTABLE_OFFSET. Provide a default definition which does no
alignment.

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

30 years ago(try_split): Rename third parameter as LAST. Recursively call
kenner [Sun, 20 Mar 1994 11:50:18 +0000 (11:50 +0000)]
(try_split): Rename third parameter as LAST.  Recursively call
try_split for each new insn created.

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

30 years ago(mark_used_regs_combine): Correct typo.
kenner [Sun, 20 Mar 1994 11:38:17 +0000 (11:38 +0000)]
(mark_used_regs_combine): Correct typo.

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

30 years ago(CHECK_FLOAT_VALUE): Add missing continuation character.
kenner [Sun, 20 Mar 1994 11:28:18 +0000 (11:28 +0000)]
(CHECK_FLOAT_VALUE): Add missing continuation character.

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

30 years ago(build_real): Add `overflow' var; pass to CHECK_FLOAT_VALUE.
kenner [Sun, 20 Mar 1994 11:27:53 +0000 (11:27 +0000)]
(build_real): Add `overflow' var; pass to CHECK_FLOAT_VALUE.

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

30 years ago(attrib): Use `identifier' instead of `IDENTIFIER' since names that
kenner [Sat, 19 Mar 1994 23:02:29 +0000 (23:02 +0000)]
(attrib): Use `identifier' instead of `IDENTIFIER' since names that
are (e.g.) typedef names are still OK.

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

30 years ago(expand_expr, case ABS_EXPR): Fix typo in last change.
wilson [Sat, 19 Mar 1994 22:43:50 +0000 (22:43 +0000)]
(expand_expr, case ABS_EXPR): Fix typo in last change.

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

30 years ago(newpat_used_regs): New variable.
kenner [Sat, 19 Mar 1994 22:13:23 +0000 (22:13 +0000)]
(newpat_used_regs): New variable.
(mark_used_regs_combine): New function.
(try_combine): Use them.
(reg_dead_at_p): Registers marked in newpat_used_regs must always be
considered to be live.

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

30 years ago(GO_IF_INDEXABLE_BASE): Make compatible with m68k.h.
kenner [Sat, 19 Mar 1994 13:44:44 +0000 (13:44 +0000)]
(GO_IF_INDEXABLE_BASE): Make compatible with m68k.h.

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

30 years ago(output_epilogue, insn_names): Write correct names for patterns before
kenner [Sat, 19 Mar 1994 13:35:45 +0000 (13:35 +0000)]
(output_epilogue, insn_names): Write correct names for patterns before
first named pattern.

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

30 years ago(SELECT_SECTION): Fix typo (arg names) in last change.
kenner [Sat, 19 Mar 1994 12:13:32 +0000 (12:13 +0000)]
(SELECT_SECTION): Fix typo (arg names) in last change.

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

30 years ago(grokdeclarator): Use signed version of `sizetype' for type of array
kenner [Sat, 19 Mar 1994 11:29:25 +0000 (11:29 +0000)]
(grokdeclarator): Use signed version of `sizetype' for type of array
index.

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

30 years ago(const_binop): Avoid initialized aggregate local variables, for
kenner [Sat, 19 Mar 1994 11:25:26 +0000 (11:25 +0000)]
(const_binop): Avoid initialized aggregate local variables, for
antique compilers.

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

30 years ago(SELECT_SECTION): Variables go in readonly data
wilson [Fri, 18 Mar 1994 23:43:00 +0000 (23:43 +0000)]
(SELECT_SECTION): Variables go in readonly data
only if the initializer is constant.

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

30 years ago(assemble_variable): Likewise.
wilson [Fri, 18 Mar 1994 23:31:17 +0000 (23:31 +0000)]
(assemble_variable): Likewise.

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

30 years ago(HARD_REGNO_MODE_OK): Allow DImode in FP registers.
kenner [Fri, 18 Mar 1994 22:53:28 +0000 (22:53 +0000)]
(HARD_REGNO_MODE_OK): Allow DImode in FP registers.
(CONDITIONAL_REGISTER_USAGE): Delete ppcas mention from comment.
(RTX_COSTS): Costs based upon processor_type enum.

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

30 years ago(common_mode_defined): New variable.
kenner [Fri, 18 Mar 1994 22:53:04 +0000 (22:53 +0000)]
(common_mode_defined): New variable.
(output_prolog): Define external common-mode calls.

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

30 years ago(divmodsi4, udivsi3, divsi3, udivmodsi4): Add AIX common-mode cases.
kenner [Fri, 18 Mar 1994 22:52:27 +0000 (22:52 +0000)]
(divmodsi4, udivsi3, divsi3, udivmodsi4): Add AIX common-mode cases.
(mulh_call, mull_call, divss_call, divus_call, quoss_call, quous_call):
AIX common-mode call patterns.
(ashlsi3): More TARGET_POWERPC to ! TARGET_POWER changes.
(addsf3, subsf3, mulsf3, divsf3, etc.): Change TARGET_POWER
to ! TARGET_POWERPC.
(fix_truncdfsi2): Use POWER/2 and PowerPC FP convert instruction.
(fpcvtsi): New pattern.
(mulsidi3): Add AIX common-mode case, add imul attribute to POWER
pattern, add PowerPC pattern, flag input operands as commutative.
(smulsi3_highpart): Add AIX common-mode case.
(movsi matcher): Add mtjmpr attribute to ! TARGET_POWER case.
(movsf): Clean up load from memory or integer register test.
(movdi matcher): Add FP register support.
(smulsi3_highpart): New patterns.
(umulsi3_highpart_power): New pattern.

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

30 years ago(SELECT_RTX_SECTION): Add.
wilson [Fri, 18 Mar 1994 20:47:03 +0000 (20:47 +0000)]
(SELECT_RTX_SECTION): Add.
(ASM_SPEC): Pass -K to assembler when PIC.

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