gcc.git
30 years ago(scanning files_to_check): Create subdirs files are in.
Richard Stallman [Sat, 27 Nov 1993 11:11:23 +0000 (11:11 +0000)]
(scanning files_to_check): Create subdirs files are in.

From-SVN: r6168

30 years ago(cmpsi, cmphi, cmpqi): Handle SGS_CMP_ORDER when outputting cmpm insn.
Richard Stallman [Sat, 27 Nov 1993 08:53:07 +0000 (08:53 +0000)]
(cmpsi, cmphi, cmpqi): Handle SGS_CMP_ORDER when outputting cmpm insn.

From-SVN: r6167

30 years ago(default_compilers): Do define __GNUC_MINOR__ if input is `-'.
Richard Stallman [Fri, 26 Nov 1993 20:58:04 +0000 (20:58 +0000)]
(default_compilers): Do define __GNUC_MINOR__ if input is `-'.

From-SVN: r6166

30 years ago(emit-rtl.o): Includes tree.h.
Richard Kenner [Thu, 25 Nov 1993 23:16:17 +0000 (18:16 -0500)]
(emit-rtl.o): Includes tree.h.

From-SVN: r6165

30 years ago(expand_start_stmt_expr): Call start_sequence_for_rtl_expr instead of
Richard Kenner [Thu, 25 Nov 1993 23:13:11 +0000 (18:13 -0500)]
(expand_start_stmt_expr): Call start_sequence_for_rtl_expr instead of
start_sequence.

From-SVN: r6164

30 years ago(expand_expr, case RTL_EXPR): Call free_temps_for_rtl_expr.
Richard Kenner [Thu, 25 Nov 1993 23:12:37 +0000 (18:12 -0500)]
(expand_expr, case RTL_EXPR): Call free_temps_for_rtl_expr.

From-SVN: r6163

30 years agoInclude tree.h.
Richard Kenner [Thu, 25 Nov 1993 23:11:29 +0000 (18:11 -0500)]
Include tree.h.

(sequence_rtl_expr): New variable.
(save_emit_status, restore_emit_status): Save and restore it.
(init_emit): Initialize it.
(start_sequence_for_rtl_expr): New function.

From-SVN: r6162

30 years agoDeclare sequence_rtl_expr.
Richard Kenner [Thu, 25 Nov 1993 23:10:57 +0000 (18:10 -0500)]
Declare sequence_rtl_expr.

(struct temp_slot): New field rtl_expr.
(assign_stack_temp): Set it from sequence_rtl_expr.
({free,pop}_temp_slots): Don't free any slot with nonzero rtl_expr.
(free_temps_for_rtl_expr): New function.

From-SVN: r6161

30 years ago(struct sequence_stack): New field sequence_rtl_expr.
Richard Kenner [Thu, 25 Nov 1993 23:10:26 +0000 (18:10 -0500)]
(struct sequence_stack): New field sequence_rtl_expr.

(struct function): Likewise.

From-SVN: r6160

30 years ago(stmp-fixproto): Create include subdir if doesn't exist.
Richard Stallman [Thu, 25 Nov 1993 22:24:26 +0000 (22:24 +0000)]
(stmp-fixproto): Create include subdir if doesn't exist.

From-SVN: r6159

30 years agoClean up comment formatting.
Richard Kenner [Thu, 25 Nov 1993 15:53:19 +0000 (10:53 -0500)]
Clean up comment formatting.

From-SVN: r6158

30 years ago(shorten_compare): Correct typo from last change.
Richard Stallman [Wed, 24 Nov 1993 23:14:43 +0000 (23:14 +0000)]
(shorten_compare): Correct typo from last change.

From-SVN: r6157

30 years ago(save_def_or_dec): Correct typo in change of Nov 23.
Richard Stallman [Wed, 24 Nov 1993 19:33:10 +0000 (19:33 +0000)]
(save_def_or_dec): Correct typo in change of Nov 23.

(save_def_or_dec): Correct typo in change of Nov 23.  Make
sure pointers within def_dec_p are valid before it is freed.

From-SVN: r6156

30 years ago(expand_expr, case ADDR_EXPR): Also pass const0_rtx if necessary, to avoid multiple...
Richard Kenner [Wed, 24 Nov 1993 12:02:20 +0000 (07:02 -0500)]
(expand_expr, case ADDR_EXPR): Also pass const0_rtx if necessary, to avoid multiple cleanup runs.

(expand_expr, case ADDR_EXPR): Also pass const0_rtx if necessary, to
avoid multiple cleanup runs.
(expand_expr, case WITH_CLEANUP_EXPR): Pass const0_rtx if necessary,
to keep the recursive call from running the same cleanups twice.
(expand_expr, case TARGET_EXPR): Don't try to add the cleanup if
ignore's non-zero, since we would have already done it.

From-SVN: r6155

30 years agoCygnus<->FSF merge for gcc-2.5.5
Brendan Kehoe [Wed, 24 Nov 1993 05:13:59 +0000 (00:13 -0500)]
Cygnus<->FSF merge for gcc-2.5.5

From-SVN: r6154

30 years ago(function_start_label): New function.
Richard Stallman [Wed, 24 Nov 1993 02:20:47 +0000 (02:20 +0000)]
(function_start_label): New function.

(output_entry_point_die): Use it.
(output_global_subroutine_die, output_local_subroutine_die): Use it.

From-SVN: r6153

30 years ago(save_def_or_dec): If function's aux info doesn't end with a closeparen, ignore it.
Richard Stallman [Wed, 24 Nov 1993 00:11:19 +0000 (00:11 +0000)]
(save_def_or_dec): If function's aux info doesn't end with a closeparen, ignore it.

(save_def_or_dec): If function's aux info doesn't end
with a closeparen, ignore it.
(xmalloc, xrealloc): Cast result of malloc.

From-SVN: r6152

30 years ago(build_binary_op): Don't accept complex types for max, min, lt, etc.
Richard Stallman [Tue, 23 Nov 1993 23:10:32 +0000 (23:10 +0000)]
(build_binary_op): Don't accept complex types for max, min, lt, etc.

From-SVN: r6151

30 years ago(rare_destination): Ensure we always correctly handle a null
Richard Kenner [Tue, 23 Nov 1993 23:05:04 +0000 (18:05 -0500)]
(rare_destination): Ensure we always correctly handle a null
JUMP_LABEL.

From-SVN: r6150

30 years ago(ASM_SPEC): Pass -linkrelax, not -link-relax.
Richard Kenner [Tue, 23 Nov 1993 22:48:30 +0000 (17:48 -0500)]
(ASM_SPEC): Pass -linkrelax, not -link-relax.

From-SVN: r6149

30 years ago(try_combine, simplify_shift_const): Add initializations for some
Richard Kenner [Tue, 23 Nov 1993 22:43:26 +0000 (17:43 -0500)]
(try_combine, simplify_shift_const): Add initializations for some
uninitialized variables.

From-SVN: r6148

30 years ago(arm_backwards_branch): Branching to the current insn is a backwards
Richard Kenner [Tue, 23 Nov 1993 22:35:16 +0000 (17:35 -0500)]
(arm_backwards_branch): Branching to the current insn is a backwards
branch.

From-SVN: r6147

30 years ago(check_format_info): When we have INTEGER_TYPEs...
Richard Kenner [Tue, 23 Nov 1993 22:32:21 +0000 (17:32 -0500)]
(check_format_info): When we have INTEGER_TYPEs...

(check_format_info): When we have INTEGER_TYPEs, save result of
signed_type or unsigned_type for later comparison with the various
forms of char types.

From-SVN: r6146

30 years ago(__bb_exit_func): Fix format %*d -> %*ld.
Richard Stallman [Tue, 23 Nov 1993 22:01:14 +0000 (22:01 +0000)]
(__bb_exit_func): Fix format %*d -> %*ld.

From-SVN: r6145

30 years agoDon't fail to set $$.
Richard Stallman [Tue, 23 Nov 1993 21:54:55 +0000 (21:54 +0000)]
Don't fail to set $$.

From-SVN: r6144

30 years ago(expand_expr...
Richard Kenner [Tue, 23 Nov 1993 20:26:10 +0000 (15:26 -0500)]
(expand_expr...

(expand_expr, case SAVE_EXPR): Properly recompute the value of
UNSIGNEDP when SAVE_EXPR_RTL is nonzero and we have promoted.

From-SVN: r6143

30 years ago(output_local_subroutine_die): Use the function name
Richard Stallman [Tue, 23 Nov 1993 09:18:25 +0000 (09:18 +0000)]
(output_local_subroutine_die): Use the function name
from its symbol_ref, not DECL_ASSEMBLER_NAME.

From-SVN: r6142

30 years ago(expand_function_end): New arg END_BINDINGS.
Richard Stallman [Tue, 23 Nov 1993 06:19:36 +0000 (06:19 +0000)]
(expand_function_end): New arg END_BINDINGS.

From-SVN: r6141

30 years ago(finish_function): Pass new arg to expand_function_end.
Richard Stallman [Tue, 23 Nov 1993 06:19:09 +0000 (06:19 +0000)]
(finish_function): Pass new arg to expand_function_end.

Don't call expand_end_bindings here.

From-SVN: r6140

30 years ago(output_inline_function): Pass new arg to expand_function_end.
Richard Stallman [Tue, 23 Nov 1993 06:18:46 +0000 (06:18 +0000)]
(output_inline_function): Pass new arg to expand_function_end.

From-SVN: r6139

30 years ago*** empty log message ***
Steve Chamberlain [Mon, 22 Nov 1993 19:00:28 +0000 (19:00 +0000)]
*** empty log message ***

From-SVN: r6138

30 years ago(ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Use SIZE, not ROUNDED.
Richard Stallman [Mon, 22 Nov 1993 03:39:43 +0000 (03:39 +0000)]
(ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Use SIZE, not ROUNDED.

(FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Definitions turned off.
(REGISTER_PREFIX, IMMEDIATE_PREFIX): New definitions.
(PARM_BOUNDARY): New definition.

From-SVN: r6137

30 years ago(__enable_execute_stack): Add DolphinOS version.
Richard Kenner [Sun, 21 Nov 1993 20:38:55 +0000 (15:38 -0500)]
(__enable_execute_stack): Add DolphinOS version.

From-SVN: r6136

30 years ago(EXTRA_PARTS): Redefined to also contain gcc.ld.
Richard Kenner [Sun, 21 Nov 1993 20:38:01 +0000 (15:38 -0500)]
(EXTRA_PARTS): Redefined to also contain gcc.ld.

(gcc.ld): Copied from dolphin.ld.
(X_CFLAGS): Define __m88k__.

From-SVN: r6135

30 years agoRemove some generated .asm files.
Richard Kenner [Sun, 21 Nov 1993 20:37:32 +0000 (15:37 -0500)]
Remove some generated .asm files.

From-SVN: r6134

30 years agoInitial revision
Richard Kenner [Sun, 21 Nov 1993 20:37:05 +0000 (15:37 -0500)]
Initial revision

From-SVN: r6133

30 years ago(SDB_ALLOW_FORWARD_REFERENCES): Define.
Richard Kenner [Sun, 21 Nov 1993 20:31:26 +0000 (15:31 -0500)]
(SDB_ALLOW_FORWARD_REFERENCES): Define.

(SDB_ALLOW_UNKNOWN_REFERENCES): Define.
(CPP_PREDEFINES): Redefine.
(CPP_DEFAULT): Redefine.
(INITIALIZE_TRAMPOLINE): Redefine.

From-SVN: r6132

30 years ago(LIB_SPEC): Fix the other definition too.
Richard Stallman [Sun, 21 Nov 1993 11:24:57 +0000 (11:24 +0000)]
(LIB_SPEC): Fix the other definition too.

From-SVN: r6131

30 years ago(LIB_SPEC): Use -lm in addition to -lc--not instead of -lc.
Richard Stallman [Sun, 21 Nov 1993 11:23:36 +0000 (11:23 +0000)]
(LIB_SPEC): Use -lm in addition to -lc--not instead of -lc.

From-SVN: r6130

30 years ago(write_rbrac): Make added declarations conditional
Richard Stallman [Sun, 21 Nov 1993 10:12:08 +0000 (10:12 +0000)]
(write_rbrac): Make added declarations conditional
on __cplusplus and nothing else.

From-SVN: r6129

30 years ago(stdio.h): Reenable adding protos for v*printf.
Richard Stallman [Sun, 21 Nov 1993 10:11:51 +0000 (10:11 +0000)]
(stdio.h): Reenable adding protos for v*printf.

From-SVN: r6128

30 years ago(authdes_create): Delete arg info.
Richard Stallman [Sun, 21 Nov 1993 09:24:43 +0000 (09:24 +0000)]
(authdes_create): Delete arg info.

We can't count on having struct sockaddr defined.

From-SVN: r6127

30 years ago(math.h): When deleting inline sqrt and abs,
Richard Stallman [Sun, 21 Nov 1993 06:54:47 +0000 (06:54 +0000)]
(math.h): When deleting inline sqrt and abs,

be flexible about arg name and function body.

From-SVN: r6126

30 years ago(stmp-fixproto): Never run fixproto twice.
Richard Stallman [Sun, 21 Nov 1993 06:01:04 +0000 (06:01 +0000)]
(stmp-fixproto): Never run fixproto twice.

From-SVN: r6125

30 years ago(warn_if_unused_value): Handle arbitrary number of casts
Jim Wilson [Sat, 20 Nov 1993 21:51:04 +0000 (13:51 -0800)]
(warn_if_unused_value): Handle arbitrary number of casts
before a modify.

From-SVN: r6124

30 years ago(perform_divsi3, perform_modsi3): Add '&' in constraint for DX;
Richard Kenner [Sat, 20 Nov 1993 21:38:20 +0000 (16:38 -0500)]
(perform_divsi3, perform_modsi3): Add '&' in constraint for DX;

explicitly copy arg arg1 to cx.

From-SVN: r6123

30 years ago(expand_builtin): For sin, cos, fsqrt, alloca, ffs, strlen,
Richard Stallman [Sat, 20 Nov 1993 09:21:06 +0000 (09:21 +0000)]
(expand_builtin): For sin, cos, fsqrt, alloca, ffs, strlen,

strcpy, memcpy, strcmp, memcmp, if args are bad, use expand_call.

From-SVN: r6122

30 years ago(write_rbrac): Treat rewinddir like memmove.
Richard Stallman [Sat, 20 Nov 1993 07:26:48 +0000 (07:26 +0000)]
(write_rbrac): Treat rewinddir like memmove.

From-SVN: r6121

30 years agoRemove declarations for malloc and realloc.
Richard Kenner [Fri, 19 Nov 1993 23:51:07 +0000 (18:51 -0500)]
Remove declarations for malloc and realloc.

From-SVN: r6120

30 years ago(store_field): Convert EXP to MODE before calling store_bit_field.
Richard Kenner [Fri, 19 Nov 1993 23:48:17 +0000 (18:48 -0500)]
(store_field): Convert EXP to MODE before calling store_bit_field.

From-SVN: r6119

30 years ago(expand_complex_abs): Replace some erroneous uses of MODE with
Richard Kenner [Fri, 19 Nov 1993 23:36:25 +0000 (18:36 -0500)]
(expand_complex_abs): Replace some erroneous uses of MODE with
SUBMODE.

From-SVN: r6118

30 years ago(force_to_mode): Don't allow sign-extension of constants when we are
Richard Kenner [Fri, 19 Nov 1993 23:24:20 +0000 (18:24 -0500)]
(force_to_mode): Don't allow sign-extension of constants when we are
narrowing things in an IOR or XOR.

From-SVN: r6117

30 years ago(output_function_profiler): When TARGET_MINIMAL_TOC,
Jim Wilson [Fri, 19 Nov 1993 21:42:23 +0000 (13:42 -0800)]
(output_function_profiler): When TARGET_MINIMAL_TOC,

emit .long instead of .tc.

From-SVN: r6116

30 years ago(movsf+1,2,movdf+1,2): Make 'f' preferred register class.
Richard Stallman [Fri, 19 Nov 1993 21:07:39 +0000 (21:07 +0000)]
(movsf+1,2,movdf+1,2): Make 'f' preferred register class.

From-SVN: r6115

30 years ago(HARD_REGNO_MODE_OK): Allow any mode in general regs.
Richard Stallman [Fri, 19 Nov 1993 21:07:14 +0000 (21:07 +0000)]
(HARD_REGNO_MODE_OK): Allow any mode in general regs.

Float regs may only hold SFmode and DFmode.
(FUNCTION_ARG): Only MODE_INT and MODE_FLOAT with size <= 8 are
passed in registers.
(FUNCTION_ARG_ADVANCE): Update accordingly.
(FUNCTION_ARG_PARTIAL_NREG): Undefine.

From-SVN: r6114

30 years agoWhen compute DOTS, convert /./ to / to avoid
Richard Stallman [Fri, 19 Nov 1993 20:19:29 +0000 (20:19 +0000)]
When compute DOTS, convert /./ to / to avoid
accidentally converting it to /../.

From-SVN: r6113

30 years agoInclude "tconfig.h" before "runtime.h".
Richard Stallman [Thu, 18 Nov 1993 08:08:17 +0000 (08:08 +0000)]
Include "tconfig.h" before "runtime.h".

From-SVN: r6112

30 years ago(math.h): Add missing quoting of `*' when fixing prototype of `sqr'.
Richard Kenner [Thu, 18 Nov 1993 00:15:24 +0000 (19:15 -0500)]
(math.h): Add missing quoting of `*' when fixing prototype of `sqr'.

From-SVN: r6111

30 years ago(push_init_level): When aligning next struct field,
Richard Stallman [Tue, 16 Nov 1993 13:40:41 +0000 (13:40 +0000)]
(push_init_level): When aligning next struct field,

make sure there's another field left.

From-SVN: r6110

30 years ago(movdi): Use 'Q' instead of 'm' for FP.
Richard Kenner [Tue, 16 Nov 1993 12:15:44 +0000 (07:15 -0500)]
(movdi): Use 'Q' instead of 'm' for FP.

From-SVN: r6109

30 years ago(EXTRA_CONSTRAINT): New macro.
Richard Kenner [Tue, 16 Nov 1993 12:15:18 +0000 (07:15 -0500)]
(EXTRA_CONSTRAINT): New macro.

(SECONDARY_{INPUT,OUTPUT}_RELOAD_CLASS): Disallow unaligned into float regs.

From-SVN: r6108

30 years ago(diff): Don't compare bi-parser.c
Richard Stallman [Tue, 16 Nov 1993 10:34:26 +0000 (10:34 +0000)]
(diff): Don't compare bi-parser.c

From-SVN: r6107

30 years ago(sdbout_symbol): If non-static var has static-style RTL,
Richard Stallman [Tue, 16 Nov 1993 10:22:29 +0000 (10:22 +0000)]
(sdbout_symbol): If non-static var has static-style RTL,

don't output anything for it.

From-SVN: r6106

30 years ago(force_to_mode): Don't do right-shift in a narrower mode.
Richard Stallman [Tue, 16 Nov 1993 07:20:33 +0000 (07:20 +0000)]
(force_to_mode): Don't do right-shift in a narrower mode.

From-SVN: r6105

30 years ago(NO_DOT_IN_LABEL, NO_DOLLAR_IN_LABEL): Defined.
Richard Stallman [Tue, 16 Nov 1993 06:23:53 +0000 (06:23 +0000)]
(NO_DOT_IN_LABEL, NO_DOLLAR_IN_LABEL): Defined.

From-SVN: r6104

30 years agoUndo previous change.
Richard Stallman [Tue, 16 Nov 1993 03:11:01 +0000 (03:11 +0000)]
Undo previous change.

From-SVN: r6103

30 years ago(stmp-fixproto): Don't depend on xsys-protos.h.
Richard Stallman [Tue, 16 Nov 1993 03:10:14 +0000 (03:10 +0000)]
(stmp-fixproto): Don't depend on xsys-protos.h.

From-SVN: r6102

30 years ago(REAL_VALUE_TO_DECIMAL): Defined.
Richard Stallman [Mon, 15 Nov 1993 10:30:16 +0000 (10:30 +0000)]
(REAL_VALUE_TO_DECIMAL): Defined.

From-SVN: r6101

30 years ago(RETURN_IN_MEMORY): Define.
Richard Stallman [Mon, 15 Nov 1993 10:26:25 +0000 (10:26 +0000)]
(RETURN_IN_MEMORY): Define.

From-SVN: r6100

30 years ago(push_init_level, really_start_incremental_init):
Richard Stallman [Mon, 15 Nov 1993 07:20:32 +0000 (07:20 +0000)]
(push_init_level, really_start_incremental_init):

Skip any nameless bitfields at start of record.
(process_init_element): Skip any nameless bitfields after the field
just processed.

From-SVN: r6099

30 years ago(assign_parms): Clear STACK_PARM when we have a
Richard Stallman [Mon, 15 Nov 1993 05:40:19 +0000 (05:40 +0000)]
(assign_parms): Clear STACK_PARM when we have a
pass-by-pointer parm that we load into a pseudo.

From-SVN: r6098

30 years ago(find_basic_blocks): When starting new basic block for a CALL_INSN in the presence...
Richard Kenner [Mon, 15 Nov 1993 04:18:24 +0000 (23:18 -0500)]
(find_basic_blocks): When starting new basic block for a CALL_INSN in the presence of nonlocal labels...

(find_basic_blocks): When starting new basic block for a CALL_INSN in
the presence of nonlocal labels, don't get confused with following
CLOBBER.
(flow_analysis): Use same logic as find_basic_block to see when the
insn after a CALL_INSN starts a new basic block.

From-SVN: r6097

30 years ago(expand_expr): For TRUTH_AND_EXPR...
Richard Stallman [Mon, 15 Nov 1993 02:42:39 +0000 (02:42 +0000)]
(expand_expr): For TRUTH_AND_EXPR...

(expand_expr): For TRUTH_AND_EXPR, TRUTH_OR_EXPR
and TRUTH_XOR_EXPR, if result mode doesn't match operands,
don't use subtarget.

(store_expr): Convert constants to proper mode in two places.

From-SVN: r6096

30 years ago(getmntent): Delete the arg decls
Richard Stallman [Mon, 15 Nov 1993 02:14:32 +0000 (02:14 +0000)]
(getmntent): Delete the arg decls
because BSD 4.4 and Sunos disagree on them.

From-SVN: r6095

30 years ago(SECONDARY_INPUT_RELOAD_CLASS):
Richard Stallman [Mon, 15 Nov 1993 02:13:58 +0000 (02:13 +0000)]
(SECONDARY_INPUT_RELOAD_CLASS):

Moving any kind of integer cst to float reg needs intermediate.

From-SVN: r6094

30 years agoTest __bsdi__ like __BSD_NET2__.
Richard Stallman [Mon, 15 Nov 1993 02:08:56 +0000 (02:08 +0000)]
Test __bsdi__ like __BSD_NET2__.

From-SVN: r6093

30 years ago(store_split_bit_field): Properly load a constant VALUE
Richard Stallman [Mon, 15 Nov 1993 01:55:03 +0000 (01:55 +0000)]
(store_split_bit_field): Properly load a constant VALUE
into a WORD_MODE pseudo.

From-SVN: r6092

30 years ago(expand_end_bindings): Use emit_move_insn instead of gen_move_insn in case...
Richard Stallman [Mon, 15 Nov 1993 01:40:04 +0000 (01:40 +0000)]
(expand_end_bindings): Use emit_move_insn instead of gen_move_insn in case...

(expand_end_bindings): Use emit_move_insn instead of
gen_move_insn in case nonlocal_goto_handler_slot is not a valid memref.

From-SVN: r6091

30 years ago(twoval_comparison_p): Do nothing for SAVE_EXPR, at least for now.
Richard Stallman [Mon, 15 Nov 1993 00:25:53 +0000 (00:25 +0000)]
(twoval_comparison_p): Do nothing for SAVE_EXPR, at least for now.

From-SVN: r6090

30 years ago(push_reload): Allow RELOAD_FOR_INPUT with a secondary
Richard Stallman [Mon, 15 Nov 1993 00:20:51 +0000 (00:20 +0000)]
(push_reload): Allow RELOAD_FOR_INPUT with a secondary
reload the same class as the input if the modes differ.

From-SVN: r6089

30 years ago(convert_for_assignment): Fix typo (codel => coder).
Richard Stallman [Sun, 14 Nov 1993 22:25:54 +0000 (22:25 +0000)]
(convert_for_assignment): Fix typo (codel => coder).

From-SVN: r6088

30 years ago(HAVE_VPRINTF): New macro.
Richard Kenner [Sun, 14 Nov 1993 17:44:56 +0000 (12:44 -0500)]
(HAVE_VPRINTF): New macro.

From-SVN: r6087

30 years ago(HAVE_VPRINTF): Delete from here.
Richard Kenner [Sun, 14 Nov 1993 17:44:15 +0000 (12:44 -0500)]
(HAVE_VPRINTF): Delete from here.

From-SVN: r6086

30 years ago(function_arg, function_arg_advance):
Richard Stallman [Sun, 14 Nov 1993 04:20:18 +0000 (04:20 +0000)]
(function_arg, function_arg_advance):

In default case, handle complex modes much like BLKmode.
(function_arg_partial_nregs): Likewise.

From-SVN: r6085

30 years ago(CPP_SPEC): Always define __LANGUAGE_C__ unless assembler.
Richard Kenner [Sun, 14 Nov 1993 03:57:17 +0000 (22:57 -0500)]
(CPP_SPEC): Always define __LANGUAGE_C__ unless assembler.

(CPP_SPEC): Always define __LANGUAGE_C__ unless assembler.  Define
__cplusplus for C++.

From-SVN: r6084

30 years ago(movsf, movdf): Add 'G' to constraint for operand 1 when operand 0 is
Richard Kenner [Sun, 14 Nov 1993 03:31:36 +0000 (22:31 -0500)]
(movsf, movdf): Add 'G' to constraint for operand 1 when operand 0 is
a register and support it in alternative 0.

From-SVN: r6083

30 years ago(movsi): Handle moves to fp reg.
Richard Stallman [Sun, 14 Nov 1993 01:19:38 +0000 (01:19 +0000)]
(movsi): Handle moves to fp reg.

Handle const_double as operand 1.

From-SVN: r6082

30 years ago(diff): Fix typo in name gcc.??s.
Richard Stallman [Sat, 13 Nov 1993 23:28:04 +0000 (23:28 +0000)]
(diff): Fix typo in name gcc.??s.

From-SVN: r6081

30 years ago(dbxout_type_field): Skip fields with variable
Richard Stallman [Sat, 13 Nov 1993 22:08:16 +0000 (22:08 +0000)]
(dbxout_type_field): Skip fields with variable
position and/or size instead of crashing on them.

From-SVN: r6080

30 years agoUse FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.
Richard Stallman [Sat, 13 Nov 1993 09:00:21 +0000 (09:00 +0000)]
Use FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.

From-SVN: r6079

30 years agoUse FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.
Richard Stallman [Sat, 13 Nov 1993 08:59:22 +0000 (08:59 +0000)]
Use FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.

(main): Flush stdout and and check for errors prior to termination;
end with call to exit rather than return from main, as with gen*.c.

From-SVN: r6078

30 years ago(FUNCTION_ARG_BOUNDARY): Fix return value for 64bit
Richard Stallman [Sat, 13 Nov 1993 00:21:17 +0000 (00:21 +0000)]
(FUNCTION_ARG_BOUNDARY): Fix return value for 64bit
pass by value structures.

From-SVN: r6077

30 years ago(write_rbrac): Handle v*printf like memmove.
Richard Stallman [Fri, 12 Nov 1993 23:42:09 +0000 (23:42 +0000)]
(write_rbrac): Handle v*printf like memmove.

From-SVN: r6076

30 years ago(comparison): Don't emit invalid optimization for (set (reg) (comparison)) and...
Richard Kenner [Fri, 12 Nov 1993 15:24:51 +0000 (10:24 -0500)]
(comparison): Don't emit invalid optimization for (set (reg) (comparison)) and...

(comparison): Don't emit invalid optimization
for (set (reg) (comparison)) and (set (reg) (neg (comparison)))
when comparison is LT.

From-SVN: r6075

30 years ago(pattern_really_clobbers_lr): Setting a subreg of a mem is valid and safe.
Richard Kenner [Fri, 12 Nov 1993 13:53:40 +0000 (08:53 -0500)]
(pattern_really_clobbers_lr): Setting a subreg of a mem is valid and safe.

From-SVN: r6074

30 years agoInitial revision
Richard Kenner [Fri, 12 Nov 1993 13:38:11 +0000 (08:38 -0500)]
Initial revision

From-SVN: r6073

30 years ago(fancy_abort): New function.
Richard Stallman [Thu, 11 Nov 1993 15:53:02 +0000 (15:53 +0000)]
(fancy_abort): New function.

From-SVN: r6072

30 years ago(fancy_abort): Defined.
Richard Stallman [Thu, 11 Nov 1993 15:50:52 +0000 (15:50 +0000)]
(fancy_abort): Defined.

(write_rbrac): When adding proto for memmove,
put it inside #ifndef memmove.

From-SVN: r6071

30 years ago(mark_addressable): Handle REALPART_EXPR and IMAGPART_EXPR.
Richard Stallman [Thu, 11 Nov 1993 15:43:41 +0000 (15:43 +0000)]
(mark_addressable): Handle REALPART_EXPR and IMAGPART_EXPR.

From-SVN: r6070

30 years ago(dbxout_parms): Fix previous change.
Richard Stallman [Thu, 11 Nov 1993 13:24:59 +0000 (13:24 +0000)]
(dbxout_parms): Fix previous change.

From-SVN: r6069