OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years agoDefine and protect against __STDDEF_H__ for Irix 5.1.
kenner [Fri, 3 Dec 1993 11:48:21 +0000 (11:48 +0000)]
Define and protect against __STDDEF_H__ for Irix 5.1.

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

30 years ago(stdio.h): Fix typos (missing quote) in previous change.
kenner [Fri, 3 Dec 1993 11:41:47 +0000 (11:41 +0000)]
(stdio.h): Fix typos (missing quote) in previous change.

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

30 years ago(ashlsi3, ashrsi3, lshrsi3): Use arith_operand instead of
kenner [Fri, 3 Dec 1993 11:35:45 +0000 (11:35 +0000)]
(ashlsi3, ashrsi3, lshrsi3): Use arith_operand instead of
shift_operand.  Truncate shift counts to 5 bits.

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

30 years ago(shift_operand): Delete function.
kenner [Fri, 3 Dec 1993 11:34:48 +0000 (11:34 +0000)]
(shift_operand): Delete function.

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

30 years ago(scan_loop): Correct arguments for register check.
kenner [Thu, 2 Dec 1993 13:10:43 +0000 (13:10 +0000)]
(scan_loop): Correct arguments for register check.

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

30 years ago(push_topmost_sequence, end_sequence): Update sequence_rtl_expr from
kenner [Thu, 2 Dec 1993 12:57:13 +0000 (12:57 +0000)]
(push_topmost_sequence, end_sequence): Update sequence_rtl_expr from
sequence_stack entry.

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

30 years ago(emit_library_call): Use Pmode, not OUTMODE, when passing in structure
kenner [Thu, 2 Dec 1993 12:22:47 +0000 (12:22 +0000)]
(emit_library_call): Use Pmode, not OUTMODE, when passing in structure
address.

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

30 years agoPreserve _HIDDEN_VA_LIST when changing VA_LIST to DUMMY_VA_LIST.
kenner [Thu, 2 Dec 1993 12:06:58 +0000 (12:06 +0000)]
Preserve _HIDDEN_VA_LIST when changing VA_LIST to DUMMY_VA_LIST.
Change __va_list to __gnuc_va_list.  For AIX 3.2.5.

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

30 years ago(secondary_reload_class): Kernel regs are in same class as user regs.
kenner [Thu, 2 Dec 1993 12:00:18 +0000 (12:00 +0000)]
(secondary_reload_class): Kernel regs are in same class as user regs.

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

30 years ago(movti split): Set CR to 3, not 1 like DImode.
kenner [Thu, 2 Dec 1993 11:58:25 +0000 (11:58 +0000)]
(movti split): Set CR to 3, not 1 like DImode.

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

30 years ago(find_reloads_toplev): Replace obsolete reference to
kenner [Thu, 2 Dec 1993 11:45:55 +0000 (11:45 +0000)]
(find_reloads_toplev): Replace obsolete reference to
BYTE_LOADS_*_EXTEND with LOAD_EXTEND_OP.

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

30 years ago(ASM_STABS_OP, ASM_STABN_OP): Define.
kenner [Thu, 2 Dec 1993 11:39:06 +0000 (11:39 +0000)]
(ASM_STABS_OP, ASM_STABN_OP): Define.
(ASM_FILE_END): Put a TAB before the .stabs directive.

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

30 years ago(define_function_unit): Restore ppc601 load and fpload timings.
kenner [Thu, 2 Dec 1993 11:30:05 +0000 (11:30 +0000)]
(define_function_unit): Restore ppc601 load and fpload timings.

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

30 years ago(STATIC_CHAIN_REGNUM): Use %g2; %g1 is reserved for prologue.
kenner [Wed, 1 Dec 1993 00:29:55 +0000 (00:29 +0000)]
(STATIC_CHAIN_REGNUM): Use %g2; %g1 is reserved for prologue.
(TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Swap useage of %g1 and %g2.

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

30 years ago(movdf): Don't need earlyclobber when a register is copied to itself.
kenner [Wed, 1 Dec 1993 00:24:29 +0000 (00:24 +0000)]
(movdf): Don't need earlyclobber when a register is copied to itself.

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

30 years ago(pop_init_level): Ensure never on momentary_obstack when calling
kenner [Sat, 27 Nov 1993 11:19:03 +0000 (11:19 +0000)]
(pop_init_level): Ensure never on momentary_obstack when calling
complete_array_type.

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

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

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

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

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

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

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

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

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

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

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

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

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

30 years agoInclude tree.h.
kenner [Thu, 25 Nov 1993 23:11:29 +0000 (23:11 +0000)]
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.

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

30 years agoDeclare sequence_rtl_expr.
kenner [Thu, 25 Nov 1993 23:10:57 +0000 (23:10 +0000)]
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.

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

30 years ago(struct sequence_stack): New field sequence_rtl_expr.
kenner [Thu, 25 Nov 1993 23:10:26 +0000 (23:10 +0000)]
(struct sequence_stack): New field sequence_rtl_expr.
(struct function): Likewise.

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

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

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

30 years agoClean up comment formatting.
kenner [Thu, 25 Nov 1993 15:53:19 +0000 (15:53 +0000)]
Clean up comment formatting.

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

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

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

30 years ago(save_def_or_dec): Correct typo in change of Nov 23. Make
rms [Wed, 24 Nov 1993 19:33:10 +0000 (19:33 +0000)]
(save_def_or_dec): Correct typo in change of Nov 23.  Make
sure pointers within def_dec_p are valid before it is freed.

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

30 years ago(expand_expr, case ADDR_EXPR): Also pass const0_rtx if necessary, to
kenner [Wed, 24 Nov 1993 12:02:20 +0000 (12:02 +0000)]
(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.

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

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

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

30 years ago(function_start_label): New function.
rms [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.

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

30 years ago(save_def_or_dec): If function's aux info doesn't end
rms [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.
(xmalloc, xrealloc): Cast result of malloc.

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

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

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

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

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

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

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

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

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

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

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

30 years ago(check_format_info): When we have INTEGER_TYPEs, save result of
kenner [Tue, 23 Nov 1993 22:32:21 +0000 (22:32 +0000)]
(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.

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

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

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

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

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

30 years ago(expand_expr, case SAVE_EXPR): Properly recompute the value of
kenner [Tue, 23 Nov 1993 20:26:10 +0000 (20:26 +0000)]
(expand_expr, case SAVE_EXPR): Properly recompute the value of
UNSIGNEDP when SAVE_EXPR_RTL is nonzero and we have promoted.

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

30 years ago(output_local_subroutine_die): Use the function name
rms [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.

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

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

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

30 years ago(finish_function): Pass new arg to expand_function_end.
rms [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.

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

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

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

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

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

30 years ago(ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Use SIZE, not ROUNDED.
rms [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.

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

30 years ago(__enable_execute_stack): Add DolphinOS version.
kenner [Sun, 21 Nov 1993 20:38:55 +0000 (20:38 +0000)]
(__enable_execute_stack): Add DolphinOS version.

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

30 years ago(EXTRA_PARTS): Redefined to also contain gcc.ld.
kenner [Sun, 21 Nov 1993 20:38:01 +0000 (20:38 +0000)]
(EXTRA_PARTS): Redefined to also contain gcc.ld.
(gcc.ld): Copied from dolphin.ld.
(X_CFLAGS): Define __m88k__.

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

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

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

30 years agoInitial revision
kenner [Sun, 21 Nov 1993 20:37:05 +0000 (20:37 +0000)]
Initial revision

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

30 years ago(SDB_ALLOW_FORWARD_REFERENCES): Define.
kenner [Sun, 21 Nov 1993 20:31:26 +0000 (20:31 +0000)]
(SDB_ALLOW_FORWARD_REFERENCES): Define.
(SDB_ALLOW_UNKNOWN_REFERENCES): Define.
(CPP_PREDEFINES): Redefine.
(CPP_DEFAULT): Redefine.
(INITIALIZE_TRAMPOLINE): Redefine.

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

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

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

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

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

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

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

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

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

30 years ago(authdes_create): Delete arg info.
rms [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.

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

30 years ago(math.h): When deleting inline sqrt and abs,
rms [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.

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

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

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

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

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

30 years ago(perform_divsi3, perform_modsi3): Add '&' in constraint for DX;
kenner [Sat, 20 Nov 1993 21:38:20 +0000 (21:38 +0000)]
(perform_divsi3, perform_modsi3): Add '&' in constraint for DX;
explicitly copy arg arg1 to cx.

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

30 years ago(expand_builtin): For sin, cos, fsqrt, alloca, ffs, strlen,
rms [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.

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

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

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

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

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

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

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

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

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

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

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

30 years ago(output_function_profiler): When TARGET_MINIMAL_TOC,
wilson [Fri, 19 Nov 1993 21:42:23 +0000 (21:42 +0000)]
(output_function_profiler): When TARGET_MINIMAL_TOC,
emit .long instead of .tc.

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

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

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

30 years ago(HARD_REGNO_MODE_OK): Allow any mode in general regs.
rms [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.

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

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

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

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

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

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

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

30 years ago(push_init_level): When aligning next struct field,
rms [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.

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

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

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

30 years ago(EXTRA_CONSTRAINT): New macro.
kenner [Tue, 16 Nov 1993 12:15:18 +0000 (12:15 +0000)]
(EXTRA_CONSTRAINT): New macro.
(SECONDARY_{INPUT,OUTPUT}_RELOAD_CLASS): Disallow unaligned into float regs.

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

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

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

30 years ago(sdbout_symbol): If non-static var has static-style RTL,
rms [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.

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

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

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

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

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

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

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

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

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

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

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

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

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

30 years ago(push_init_level, really_start_incremental_init):
rms [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.

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

30 years ago(assign_parms): Clear STACK_PARM when we have a
rms [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.

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

30 years ago(find_basic_blocks): When starting new basic block for a CALL_INSN in
kenner [Mon, 15 Nov 1993 04:18:24 +0000 (04:18 +0000)]
(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.

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

30 years ago(expand_expr): For TRUTH_AND_EXPR, TRUTH_OR_EXPR
rms [Mon, 15 Nov 1993 02:42:39 +0000 (02:42 +0000)]
(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.

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

30 years ago(getmntent): Delete the arg decls
rms [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.

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

30 years ago(SECONDARY_INPUT_RELOAD_CLASS):
rms [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.

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

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

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

30 years ago(store_split_bit_field): Properly load a constant VALUE
rms [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.

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

30 years ago(expand_end_bindings): Use emit_move_insn instead of
rms [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 nonlocal_goto_handler_slot is not a valid memref.

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

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

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

30 years ago(push_reload): Allow RELOAD_FOR_INPUT with a secondary
rms [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.

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

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

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

30 years ago(HAVE_VPRINTF): New macro.
kenner [Sun, 14 Nov 1993 17:44:56 +0000 (17:44 +0000)]
(HAVE_VPRINTF): New macro.

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

30 years ago(HAVE_VPRINTF): Delete from here.
kenner [Sun, 14 Nov 1993 17:44:15 +0000 (17:44 +0000)]
(HAVE_VPRINTF): Delete from here.

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

30 years ago(function_arg, function_arg_advance):
rms [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.

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