platform/upstream/gcc.git
30 years ago(expand_call): Functions may be const or volatile from their type.
Richard Kenner [Wed, 23 Feb 1994 12:30:04 +0000 (07:30 -0500)]
(expand_call): Functions may be const or volatile from their type.

From-SVN: r6611

30 years ago(decl_attributes): Warn if attribute will be ignored.
Richard Kenner [Wed, 23 Feb 1994 12:29:42 +0000 (07:29 -0500)]
(decl_attributes): Warn if attribute will be ignored.

Allow `noreturn', `volatile', and `const' on object of type pointer to
function.
Always give decl with error or warning.

From-SVN: r6610

30 years agoPut double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*
Ian Lance Taylor [Tue, 22 Feb 1994 16:03:44 +0000 (16:03 +0000)]
Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*

From-SVN: r6609

30 years agoFix prototype declaration of utime in <sys/times.h>.
Ian Lance Taylor [Tue, 22 Feb 1994 16:01:26 +0000 (16:01 +0000)]
Fix prototype declaration of utime in <sys/times.h>.

From-SVN: r6608

30 years agoAdded peephole patterns for stack adjustments followed by QI/HI pushes.
Richard Kenner [Tue, 22 Feb 1994 13:14:21 +0000 (08:14 -0500)]
Added peephole patterns for stack adjustments followed by QI/HI pushes.

(movsi): Use output_move_dconst for TARGET_32532.
(ffs): New patterns.

From-SVN: r6607

30 years ago(output_move_dconst): New function.
Richard Kenner [Tue, 22 Feb 1994 13:13:00 +0000 (08:13 -0500)]
(output_move_dconst): New function.

(global_symbolic_reference_mentioned_p): New function.
(print_operand_address): Allow pc-relative mode not only
for {LABEL, SYMBOL}_REF but for CONST too. If compiling PIC,
transform "symbol+const(Rx)" to "const(symbol(sb))[Rx:b]".

From-SVN: r6606

30 years ago(FRAME_POINTER_REQUIRED): Moved to here.
Richard Kenner [Tue, 22 Feb 1994 13:11:40 +0000 (08:11 -0500)]
(FRAME_POINTER_REQUIRED): Moved to here.

(DEFAULT_PCC_STRUCT_RETURN): Deleted; redundant.

From-SVN: r6605

30 years ago(FRAME_POINTER_REQUIRED): Deleted.
Richard Kenner [Tue, 22 Feb 1994 13:10:42 +0000 (08:10 -0500)]
(FRAME_POINTER_REQUIRED): Deleted.

From-SVN: r6604

30 years ago(FUNCTION_{PROLOGUE,EPILOGUE}): %$ is not supported in fprintf.
Richard Kenner [Tue, 22 Feb 1994 13:09:58 +0000 (08:09 -0500)]
(FUNCTION_{PROLOGUE,EPILOGUE}): %$ is not supported in fprintf.

(ADJSP): New macro to resolve %$.

(output_move_dconst): New declaration.

(OVERRIDE_OPTIONS): New macro to support PIC.
(FUNCTION_PROLOGUE): Save/Load sb when compiling PIC.
(FUNCTION_EPILOGUE): Restore sb when compiling PIC.
(INITIAL_FRAME_POINTER_OFFSET): Take saved sb into account when PIC.
(LEGITIMATE_CONSTANT_P, GO_IF_LEGITIMATE_ADDRESS): Set
current_function_uses_pic_offset_table if P uses a global symbolic reference.
(ENCODE_SECTION_INFO): New macro to support PIC.

From-SVN: r6603

30 years ago(divsi3): Emit all RTL from RTL template.
Torbjorn Granlund [Tue, 22 Feb 1994 12:58:56 +0000 (12:58 +0000)]
(divsi3): Emit all RTL from RTL template.

(udivsi3, modsi3, umodsi3, divdi3, udivdi3, moddi3, umoddi3): Likewise.

From-SVN: r6602

30 years ago(LINK_SPEC): Add "/nol".
Richard Kenner [Tue, 22 Feb 1994 12:31:05 +0000 (07:31 -0500)]
(LINK_SPEC): Add "/nol".

From-SVN: r6601

30 years ago(PATH_SEPARATOR): Add to here.
Richard Kenner [Tue, 22 Feb 1994 12:21:24 +0000 (07:21 -0500)]
(PATH_SEPARATOR): Add to here.

From-SVN: r6600

30 years ago(LINK_SPEC, LIB_SPEC): New macros.
Richard Kenner [Tue, 22 Feb 1994 12:21:03 +0000 (07:21 -0500)]
(LINK_SPEC, LIB_SPEC): New macros.

(PATH_SEPARATOR): Delete from here.

From-SVN: r6599

30 years ago(fatal, error): Add ! HAVE_VPRINTF versions.
Jim Wilson [Mon, 21 Feb 1994 22:48:20 +0000 (14:48 -0800)]
(fatal, error): Add ! HAVE_VPRINTF versions.

From-SVN: r6598

30 years ago(mips_move_2words): Check for TARGET_FLOAT64 != TARGET_64BIT.
Jim Wilson [Sun, 20 Feb 1994 21:50:13 +0000 (13:50 -0800)]
(mips_move_2words): Check for TARGET_FLOAT64 != TARGET_64BIT.

(override_options): Don't override MASK_64BIT; don't allow -gp64
without -mips3.

From-SVN: r6597

30 years agoUpdate mips3 comments.
Jim Wilson [Sun, 20 Feb 1994 21:49:07 +0000 (13:49 -0800)]
Update mips3 comments.

(TARGET_OPTIONS): Add gp64 and gp32.
(SECONDARY_MEMORY_NEEDED): Don't allow fp<->gp copy if TARGET_FLOAT64
!= TARGET_64BIT.
(CC1_SPEC): Generate correct -mfp* and -mgp* from -mips*

From-SVN: r6596

30 years ago(movdf_internal1): Disable if TARGET_FLOAT64 != TARGET_64BIT.
Jim Wilson [Sun, 20 Feb 1994 21:47:37 +0000 (13:47 -0800)]
(movdf_internal1): Disable if TARGET_FLOAT64 != TARGET_64BIT.

(movdf_internal1a):  New pattern.

From-SVN: r6595

30 years ago(CC1_SPEC): Generate correct -mfp* and -mgp* from -mips*
Jim Wilson [Sun, 20 Feb 1994 21:43:56 +0000 (13:43 -0800)]
(CC1_SPEC): Generate correct -mfp* and -mgp* from -mips*

From-SVN: r6594

30 years ago(HARD_REGNO_MODE_OK): Update comment.
Jim Wilson [Sun, 20 Feb 1994 20:47:44 +0000 (12:47 -0800)]
(HARD_REGNO_MODE_OK): Update comment.

From-SVN: r6593

30 years ago(OBJECT_FORMAT_ELF): Add comments.
Jim Wilson [Sun, 20 Feb 1994 20:39:12 +0000 (12:39 -0800)]
(OBJECT_FORMAT_ELF): Add comments.

From-SVN: r6592

30 years agoPermit upper case characters in typedef of size_t in <sys/types.h>.
Ian Lance Taylor [Sat, 19 Feb 1994 19:26:35 +0000 (19:26 +0000)]
Permit upper case characters in typedef of size_t in <sys/types.h>.

From-SVN: r6591

30 years ago(ASM_OUTPUT_SECTION_NAME): Fix typo.
Doug Evans [Thu, 17 Feb 1994 23:00:57 +0000 (23:00 +0000)]
(ASM_OUTPUT_SECTION_NAME): Fix typo.

From-SVN: r6590

30 years ago(ASM_OUTPUT_SECTION_NAME): Define.
Doug Evans [Thu, 17 Feb 1994 22:58:07 +0000 (22:58 +0000)]
(ASM_OUTPUT_SECTION_NAME): Define.

(ASM_OUTPUT_SECTION): Delete.

From-SVN: r6589

30 years agoh8300.h (ASM_OUTPUT_SECTION_NAME): Define.
Doug Evans [Thu, 17 Feb 1994 22:54:34 +0000 (22:54 +0000)]
h8300.h (ASM_OUTPUT_SECTION_NAME): Define.

* h8300/h8300.h (ASM_OUTPUT_SECTION_NAME): Define.
(EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS, SELECT_SECTION): Delete.
(ASM_OUTPUT_LABELREF): Call fprintf directly.

From-SVN: r6588

30 years ago(asm_output_labelref): Delete.
Doug Evans [Thu, 17 Feb 1994 22:53:45 +0000 (22:53 +0000)]
(asm_output_labelref): Delete.

From-SVN: r6587

30 years ago(ASM_OUTPUT_SECTION_NAME): Define.
Doug Evans [Thu, 17 Feb 1994 22:52:52 +0000 (22:52 +0000)]
(ASM_OUTPUT_SECTION_NAME): Define.

From-SVN: r6586

30 years ago(IN_NAMED_SECTION): New macro.
Doug Evans [Thu, 17 Feb 1994 22:51:33 +0000 (22:51 +0000)]
(IN_NAMED_SECTION): New macro.

(named_section): New function.
(enum in_section): New value `in_named'.
(in_named_name): New global.
(make_function_rtl, make_decl_rtl, output_constant_def): Fix comment
regarding ASM_OUTPUT_LABELREF.
(make_decl_rtl): Warn if section attribute used with uninitialized
variable declaration.
(assemble_start_function, assemble_variable, output_constant_def):
Change to named section if given.

From-SVN: r6585

30 years ago(DECL_SECTION_NAME): New macro.
Doug Evans [Thu, 17 Feb 1994 22:50:36 +0000 (22:50 +0000)]
(DECL_SECTION_NAME): New macro.

(struct tree_decl): New member `section_name'.

From-SVN: r6584

30 years ago(duplicate_decls): Merge section name into new decl.
Doug Evans [Thu, 17 Feb 1994 22:49:29 +0000 (22:49 +0000)]
(duplicate_decls): Merge section name into new decl.

From-SVN: r6583

30 years ago(decl_attributes): Decode section attribute.
Doug Evans [Thu, 17 Feb 1994 22:48:50 +0000 (22:48 +0000)]
(decl_attributes): Decode section attribute.

From-SVN: r6582

30 years ago(attrib): Handle attribute ((section ("string"))).
Doug Evans [Thu, 17 Feb 1994 22:48:19 +0000 (22:48 +0000)]
(attrib): Handle attribute ((section ("string"))).

From-SVN: r6581

30 years ago(i960_function_prologue): Put register save area before outgoing arg block.
Doug Evans [Thu, 17 Feb 1994 02:46:09 +0000 (02:46 +0000)]
(i960_function_prologue): Put register save area before outgoing arg block.

From-SVN: r6580

30 years ago(get_pointer_alignment): ALIGN is alignment of innermost
Jim Wilson [Wed, 16 Feb 1994 21:01:02 +0000 (13:01 -0800)]
(get_pointer_alignment):  ALIGN is alignment of innermost
object, not the MAX of alignment of all objects.

From-SVN: r6579

30 years ago(group_insns): Delete.
Jim Wilson [Wed, 16 Feb 1994 20:57:27 +0000 (12:57 -0800)]
(group_insns): Delete.

(emit_move_insn_1, expand_expr): Use emit_no_conflict_block
instead of group_insns.

From-SVN: r6578

30 years ago(end_final): Pass BIGGEST_ALIGNMENT not align to
Jim Wilson [Wed, 16 Feb 1994 20:50:51 +0000 (12:50 -0800)]
(end_final): Pass BIGGEST_ALIGNMENT not align to
ASM_OUTPUT_ALIGNED_LOCAL.

From-SVN: r6577

30 years ago(alpha_builtin_saveregs): Don't include current_function_arg_offset_rtx in argsize.
Jim Wilson [Wed, 16 Feb 1994 20:42:34 +0000 (12:42 -0800)]
(alpha_builtin_saveregs): Don't include current_function_arg_offset_rtx in argsize.

(alpha_builtin_saveregs): Don't include
current_function_arg_offset_rtx in argsize.  Subtract 48 from arg
base address when no int registers stored on the stack.

From-SVN: r6576

30 years ago(expand_units): Fix blockage calculation.
Jim Wilson [Wed, 16 Feb 1994 20:39:39 +0000 (12:39 -0800)]
(expand_units): Fix blockage calculation.

From-SVN: r6575

30 years ago(scan_loop): Add no_labels_between_p call to tests which decide if...
Jim Wilson [Wed, 16 Feb 1994 20:33:00 +0000 (12:33 -0800)]
(scan_loop): Add no_labels_between_p call to tests which decide if...

(scan_loop): Add no_labels_between_p call to tests which
decide if an invariant reg can be safely replaced with its SET_SRC.

From-SVN: r6574

30 years agoFix uses of new in Xm/Traversal.h.
Ian Lance Taylor [Wed, 16 Feb 1994 05:55:34 +0000 (05:55 +0000)]
Fix uses of new in Xm/Traversal.h.

From-SVN: r6573

30 years agoRemove unneeded test for STRING_TYPE.
Per Bothner [Wed, 16 Feb 1994 03:57:04 +0000 (19:57 -0800)]
Remove unneeded test for STRING_TYPE.

From-SVN: r6572

30 years agoNew macro TYPE_STRING_FLAG.
Per Bothner [Wed, 16 Feb 1994 03:52:30 +0000 (19:52 -0800)]
New macro TYPE_STRING_FLAG.

From-SVN: r6571

30 years agoUse new flag TYPE_STRING_FLAG instead of STRING_TYPE.
Per Bothner [Wed, 16 Feb 1994 03:52:30 +0000 (19:52 -0800)]
Use new flag TYPE_STRING_FLAG instead of STRING_TYPE.

From-SVN: r6570

30 years agoRemoved un-used STRING_TYPE.
Per Bothner [Wed, 16 Feb 1994 03:52:30 +0000 (19:52 -0800)]
Removed un-used STRING_TYPE.

From-SVN: r6569

30 years ago(real_value_truncate): If requested mode is not supported, return the
Richard Kenner [Wed, 16 Feb 1994 00:36:35 +0000 (19:36 -0500)]
(real_value_truncate): If requested mode is not supported, return the
unmodified input instead of aborting.

From-SVN: r6568

30 years ago(expand_increment): Handle both BAD_SUBREG and POST.
Richard Kenner [Wed, 16 Feb 1994 00:30:29 +0000 (19:30 -0500)]
(expand_increment): Handle both BAD_SUBREG and POST.

From-SVN: r6567

30 years agoMake byteorder.h a here document, rather than copying it from the
Ian Lance Taylor [Tue, 15 Feb 1994 23:28:03 +0000 (23:28 +0000)]
Make byteorder.h a here document, rather than copying it from the
source directory.

From-SVN: r6566

30 years agoDon't install <sys/byteorder.h>.
Ian Lance Taylor [Tue, 15 Feb 1994 23:23:23 +0000 (23:23 +0000)]
Don't install <sys/byteorder.h>.

From-SVN: r6565

30 years agofixincludes no longer depends on cpp.
Ian Lance Taylor [Tue, 15 Feb 1994 22:04:22 +0000 (22:04 +0000)]
fixincludes no longer depends on cpp.

fixincludes no longer depends on cpp.  Remove fixinc.ready, don't pass
xgcc to fixincludes

From-SVN: r6564

30 years agoUse __SIZE_TYPE__ for size_t type, rather than running gcc to get it.
Ian Lance Taylor [Tue, 15 Feb 1994 22:03:40 +0000 (22:03 +0000)]
Use __SIZE_TYPE__ for size_t type, rather than running gcc to get it.

From-SVN: r6563

30 years ago(output_prolog): Use RS6000_ITRUNC and RS6000_UITRUNC, not "itrunc" and
Ian Lance Taylor [Tue, 15 Feb 1994 16:11:51 +0000 (16:11 +0000)]
(output_prolog): Use RS6000_ITRUNC and RS6000_UITRUNC, not "itrunc" and
"uitrunc".

From-SVN: r6562

30 years ago(fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC,
Ian Lance Taylor [Tue, 15 Feb 1994 16:10:58 +0000 (16:10 +0000)]
(fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC,

not "itrunc" and "uitrunc".

From-SVN: r6561

30 years agoDefine RS6000_ITRUNC and RS6000_UITRUNC
Ian Lance Taylor [Tue, 15 Feb 1994 16:10:25 +0000 (16:10 +0000)]
Define RS6000_ITRUNC and RS6000_UITRUNC

From-SVN: r6560

30 years ago(TM_RCS_ID) Removed ANSI C dependency.
Stan Cox [Tue, 15 Feb 1994 15:13:26 +0000 (15:13 +0000)]
(TM_RCS_ID) Removed ANSI C dependency.

From-SVN: r6559

30 years ago(lang_options): Add -W{no,}extern-inline.
Richard Kenner [Tue, 15 Feb 1994 00:21:28 +0000 (19:21 -0500)]
(lang_options): Add -W{no,}extern-inline.

From-SVN: r6558

30 years ago(main): Move unused arg ++i out of call to printf.
Richard Kenner [Tue, 15 Feb 1994 00:19:02 +0000 (19:19 -0500)]
(main): Move unused arg ++i out of call to printf.

From-SVN: r6557

30 years ago(main): Remove unused args in call to fprintf.
Richard Kenner [Tue, 15 Feb 1994 00:18:27 +0000 (19:18 -0500)]
(main): Remove unused args in call to fprintf.

From-SVN: r6556

30 years ago(optimize_reg_copy): A register that dies in a CALL_INSN doesn't cross
Richard Kenner [Tue, 15 Feb 1994 00:16:58 +0000 (19:16 -0500)]
(optimize_reg_copy): A register that dies in a CALL_INSN doesn't cross
that call.

From-SVN: r6555

30 years ago(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflow
Richard Kenner [Tue, 15 Feb 1994 00:14:45 +0000 (19:14 -0500)]
(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflow
as if unsigned.

From-SVN: r6554

30 years ago(default_compilers): Generate and use .ii files in the intermediate
Richard Kenner [Tue, 15 Feb 1994 00:13:05 +0000 (19:13 -0500)]
(default_compilers): Generate and use .ii files in the intermediate
stage of compiling C++ source.

From-SVN: r6553

30 years ago(simplify_shift_const, case AND): When remaking binary operation, do
Richard Kenner [Tue, 15 Feb 1994 00:08:15 +0000 (19:08 -0500)]
(simplify_shift_const, case AND): When remaking binary operation, do
it in SHIFT_MODE.

From-SVN: r6552

30 years ago(output_epilog): Don't output a traceback table if
Ian Lance Taylor [Mon, 14 Feb 1994 04:50:40 +0000 (04:50 +0000)]
(output_epilog): Don't output a traceback table if
flag_inhibit_size_directive is set.

From-SVN: r6551

30 years ago(ADJUST_COST): Call rs6000_adjust_cost.
Richard Kenner [Sun, 13 Feb 1994 22:47:06 +0000 (17:47 -0500)]
(ADJUST_COST): Call rs6000_adjust_cost.

From-SVN: r6550

30 years ago(rs6000_adjust_cost): Renamed from ppc_adjust_cost.
Richard Kenner [Sun, 13 Feb 1994 22:46:39 +0000 (17:46 -0500)]
(rs6000_adjust_cost): Renamed from ppc_adjust_cost.

From-SVN: r6549

30 years agoUse ASM_GENERATE_INTERNAL_LABEL rather than assuming what it does
Ian Lance Taylor [Sun, 13 Feb 1994 22:25:55 +0000 (22:25 +0000)]
Use ASM_GENERATE_INTERNAL_LABEL rather than assuming what it does

From-SVN: r6548

30 years agoClean up some X11 header files for C++; problems found on RS/6000.
Ian Lance Taylor [Sun, 13 Feb 1994 22:08:06 +0000 (22:08 +0000)]
Clean up some X11 header files for C++; problems found on RS/6000.

From-SVN: r6547

30 years agoInclude stdio.h to get STDIO_PROTO correct.
Michael Meissner [Sun, 13 Feb 1994 18:40:02 +0000 (18:40 +0000)]
Include stdio.h to get STDIO_PROTO correct.

From-SVN: r6546

30 years ago(fatal, error): Fix declarations (make dependant on HAVE_VPRINTF).
Doug Evans [Sun, 13 Feb 1994 07:34:55 +0000 (07:34 +0000)]
(fatal, error): Fix declarations (make dependant on HAVE_VPRINTF).

From-SVN: r6545

30 years agoUse i386/xm-osf.h as OSF/1 xm file.
Michael Meissner [Sun, 13 Feb 1994 00:48:58 +0000 (00:48 +0000)]
Use i386/xm-osf.h as OSF/1 xm file.

From-SVN: r6544

30 years ago(expand_call): When preserving subexpressions, don't put expensive
Richard Kenner [Sat, 12 Feb 1994 17:29:24 +0000 (12:29 -0500)]
(expand_call): When preserving subexpressions, don't put expensive
arguments directly into hard registers.

From-SVN: r6543

30 years ago(PROTO): Define.
Doug Evans [Sat, 12 Feb 1994 16:34:43 +0000 (16:34 +0000)]
(PROTO): Define.

Add prototypes for static functions.

From-SVN: r6542

30 years ago(REVERSIBLE_CC_MODE): Define.
Richard Kenner [Sat, 12 Feb 1994 13:50:50 +0000 (08:50 -0500)]
(REVERSIBLE_CC_MODE): Define.

From-SVN: r6541

30 years ago(REVERSIBLE_CC_MODE): Add default definition.
Richard Kenner [Sat, 12 Feb 1994 13:49:59 +0000 (08:49 -0500)]
(REVERSIBLE_CC_MODE): Add default definition.

(reversible_comparison_p): REVERSIBLE_CC_MODE.

(subst): Always simplify true and false arms if if_then_else_cond succeeds.
(subst, case IF_THEN_ELSE): More canonicalizations; delete some redundant
tests.
(if_then_else_cond): Canonicalize (OP (mult COMP A) (mult REV_COMP B)).
(gen_binary): Simplify (REL_OP (compare X Y) 0) here.

From-SVN: r6540

30 years agoConditionalize special treatment of
Torbjorn Granlund [Sat, 12 Feb 1994 13:48:02 +0000 (13:48 +0000)]
Conditionalize special treatment of
PIC_OFFSET_TABLE_REGNUM on PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.

From-SVN: r6539

30 years ago(expand_shift): Truncate immediate count if SHIFT_COUNT_TRUNCATED.
Torbjorn Granlund [Sat, 12 Feb 1994 12:40:58 +0000 (12:40 +0000)]
(expand_shift): Truncate immediate count if SHIFT_COUNT_TRUNCATED.

From-SVN: r6538

30 years agoDon't treat anonymous fields as belonging to the containing object.
Per Bothner [Sat, 12 Feb 1994 02:52:08 +0000 (18:52 -0800)]
Don't treat anonymous fields as belonging to the containing object.

From-SVN: r6537

30 years ago(ADJUST_COST): Call ppc_adjust_cost.
Torbjorn Granlund [Sat, 12 Feb 1994 01:07:26 +0000 (01:07 +0000)]
(ADJUST_COST): Call ppc_adjust_cost.

From-SVN: r6536

30 years ago(ppc_adjust_cost): New function. Adjust for TYPE_JMPREG.
Torbjorn Granlund [Sat, 12 Feb 1994 01:07:04 +0000 (01:07 +0000)]
(ppc_adjust_cost): New function.  Adjust for TYPE_JMPREG.

From-SVN: r6535

30 years ago(definition of "type"): Add "jmpreg" as new type.
Torbjorn Granlund [Sat, 12 Feb 1994 01:06:14 +0000 (01:06 +0000)]
(definition of "type"): Add "jmpreg" as new type.

Change "mtlr" to "mtjmpr".
(movsi matcher): Pair `c' and `l' in the same constraint alternative.
(return): Set attribute to "jmpreg".
(indirect_jump): Likewise.

From-SVN: r6534

30 years ago(mark_jump_label, case LABEL_REF): Update REG_LABEL note if changing
Richard Kenner [Sat, 12 Feb 1994 01:00:44 +0000 (20:00 -0500)]
(mark_jump_label, case LABEL_REF): Update REG_LABEL note if changing
target of jump.

From-SVN: r6533

30 years ago(VPROTO, VA_START): Define.
Doug Evans [Sat, 12 Feb 1994 00:51:50 +0000 (00:51 +0000)]
(VPROTO, VA_START): Define.

From-SVN: r6532

30 years agoSurround definition of VPROTO, VA_START with #ifndef VPROTO.
Doug Evans [Sat, 12 Feb 1994 00:50:27 +0000 (00:50 +0000)]
Surround definition of VPROTO, VA_START with #ifndef VPROTO.

From-SVN: r6531

30 years ago(gen_input_reload): If reg-reg add is not valid, try copying reg-reg
Richard Kenner [Fri, 11 Feb 1994 22:39:23 +0000 (17:39 -0500)]
(gen_input_reload): If reg-reg add is not valid, try copying reg-reg
and adding reg-int.

From-SVN: r6530

30 years ago(expand_builtin): If the builtin was called as __builtin_whatever,
Richard Kenner [Fri, 11 Feb 1994 22:35:51 +0000 (17:35 -0500)]
(expand_builtin): If the builtin was called as __builtin_whatever,

pretend we're optimizing.

From-SVN: r6529

30 years ago(record_reg_classes): Fix logic in case of matching operands.
Richard Kenner [Fri, 11 Feb 1994 22:30:20 +0000 (17:30 -0500)]
(record_reg_classes): Fix logic in case of matching operands.

From-SVN: r6528

30 years agoDon't define _STDARG_H/etc. if not gcc, it may collide with system's header.
Doug Evans [Fri, 11 Feb 1994 21:03:09 +0000 (21:03 +0000)]
Don't define _STDARG_H/etc. if not gcc, it may collide with system's header.

From-SVN: r6527

30 years ago(c_expand_return): Do not warn about returning the address of a
Richard Kenner [Fri, 11 Feb 1994 00:26:21 +0000 (19:26 -0500)]
(c_expand_return): Do not warn about returning the address of a
locally declared extern variable.

From-SVN: r6526

30 years ago* pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Define.
Jeff Law [Thu, 10 Feb 1994 20:58:23 +0000 (13:58 -0700)]
* pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Define.

From-SVN: r6525

30 years agofinal.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide default definition.
Jeff Law [Thu, 10 Feb 1994 20:58:13 +0000 (13:58 -0700)]
final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide default definition.

        * final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide default
        definition.
        (asm_insn_count): Use IS_ASM_LOGICAL_LINE_SEPARATOR rather
        than assuming the logical line separator is ';'.

From-SVN: r6524

30 years ago(emit_reload_insns): Use new vars for secondary reloads and icodes.
Richard Kenner [Thu, 10 Feb 1994 14:05:04 +0000 (09:05 -0500)]
(emit_reload_insns): Use new vars for secondary reloads and icodes.

From-SVN: r6523

30 years ago(reload_secondary_{reload,icode}): Deleted.
Richard Kenner [Thu, 10 Feb 1994 14:04:07 +0000 (09:04 -0500)]
(reload_secondary_{reload,icode}): Deleted.

(reload_secondary_{in,out}_{reload,icode}): New variables.
(MATCHES, MERGABLE_RELOADS, MERGE_TO_OTHER): Move to front of file.
(push_secondary_reload): New function, from find_secondary_reload.
(find_secondary_relaod): Deleted.
(push_reload): Call push_secondary_reload.
(combine_reloads): Use new vars for secondary reloads and icodes.

From-SVN: r6522

30 years ago(reload_secondary_{reload,icode}): Deleted.
Richard Kenner [Thu, 10 Feb 1994 14:03:01 +0000 (09:03 -0500)]
(reload_secondary_{reload,icode}): Deleted.

(reload_secondary_{in,out}_{reload,icode}): New variables.

From-SVN: r6521

30 years ago(memory_address): Fix error in last change.
Richard Kenner [Thu, 10 Feb 1994 13:49:33 +0000 (08:49 -0500)]
(memory_address): Fix error in last change.

From-SVN: r6520

30 years agoUse PROTO for varargs functions.
Richard Kenner [Thu, 10 Feb 1994 13:13:41 +0000 (08:13 -0500)]
Use PROTO for varargs functions.

(VPROTO): New macro.

From-SVN: r6519

30 years agoIf __STDC__, include gstdarg and use ANSI form of varargs.
Richard Kenner [Thu, 10 Feb 1994 13:12:29 +0000 (08:12 -0500)]
If __STDC__, include gstdarg and use ANSI form of varargs.

From-SVN: r6518

30 years agoUse PROTO for varargs functions.
Richard Kenner [Thu, 10 Feb 1994 13:11:46 +0000 (08:11 -0500)]
Use PROTO for varargs functions.

If __STDC__, include gstdarg and use ANSI form of varargs.

From-SVN: r6517

30 years agoUse PROTO for varargs functions.
Richard Kenner [Thu, 10 Feb 1994 13:10:06 +0000 (08:10 -0500)]
Use PROTO for varargs functions.

From-SVN: r6516

30 years agoIf __STDC__, include gstdarg and use ANSI form of varargs.
Richard Kenner [Thu, 10 Feb 1994 13:08:17 +0000 (08:08 -0500)]
If __STDC__, include gstdarg and use ANSI form of varargs.

(attr_printf): Only declare when defined.

From-SVN: r6515

30 years agoIf __STDC__, include gstdarg and use ANSI form of varargs.
Richard Kenner [Thu, 10 Feb 1994 13:07:10 +0000 (08:07 -0500)]
If __STDC__, include gstdarg and use ANSI form of varargs.

From-SVN: r6514

30 years agoUse PROTO for varargs functions.
Richard Kenner [Thu, 10 Feb 1994 13:04:38 +0000 (08:04 -0500)]
Use PROTO for varargs functions.

From-SVN: r6513

30 years agoMake elf profiling use new calling sequence.
Michael Meissner [Wed, 9 Feb 1994 14:52:46 +0000 (14:52 +0000)]
Make elf profiling use new calling sequence.

From-SVN: r6512