gcc.git
29 years ago(unroll_loop): When preconditioning...
Richard Kenner [Fri, 28 Jul 1995 13:57:46 +0000 (09:57 -0400)]
(unroll_loop): When preconditioning...

(unroll_loop): When preconditioning, output code to execute loop once
if initial value is greater than or equal to final value.

From-SVN: r10188

29 years ago(DO_GLOBAL_DTORS_BODY): Use an asm statement to keep the optimizer
Richard Kenner [Fri, 28 Jul 1995 13:39:56 +0000 (09:39 -0400)]
(DO_GLOBAL_DTORS_BODY): Use an asm statement to keep the optimizer
from deleting an assignment that it is dead.

From-SVN: r10187

29 years ago(pointer_int_sum): Don't distribute if intop is unsigned and not the
Richard Kenner [Fri, 28 Jul 1995 13:36:30 +0000 (09:36 -0400)]
(pointer_int_sum): Don't distribute if intop is unsigned and not the
same size as ptrop.

From-SVN: r10186

29 years ago(assign_stack_temp): When split a slot, set base_offset and full_size in the newly...
Richard Kenner [Fri, 28 Jul 1995 13:09:22 +0000 (09:09 -0400)]
(assign_stack_temp): When split a slot, set base_offset and full_size in the newly created slot.

(assign_stack_temp): When split a slot, set base_offset and full_size in the
newly created slot.
(combine_temp_slots): Update full_size when slots are combined.

From-SVN: r10185

29 years ago(define_peephole): Add peepholes to use r0+rN addressing mode for some
Richard Kenner [Fri, 28 Jul 1995 13:06:44 +0000 (09:06 -0400)]
(define_peephole): Add peepholes to use r0+rN addressing mode for some
address reloads.

From-SVN: r10184

29 years ago(reg_unused_after): New function.
Richard Kenner [Fri, 28 Jul 1995 13:06:19 +0000 (09:06 -0400)]
(reg_unused_after): New function.

From-SVN: r10183

29 years ago(xcoffout_output_first_source_line): Delete.
Richard Kenner [Fri, 28 Jul 1995 13:03:35 +0000 (09:03 -0400)]
(xcoffout_output_first_source_line): Delete.

(xcoffout_begin_function): Call dbxout_parms and ASM_OUTPUT_SOURCE_LINE.

From-SVN: r10182

29 years ago(final_start_function): If SDB_DEBUG, call sdbout_begin_function.
Richard Kenner [Fri, 28 Jul 1995 13:02:42 +0000 (09:02 -0400)]
(final_start_function): If SDB_DEBUG, call sdbout_begin_function.

If XCOFF_DEBUG, call xcoffout_begin_function instead of
xcoffout_output_first_source_line.
(final_scan_insn): Don't call sdbout_begin_function or xcoffout_begin_function.

From-SVN: r10181

29 years ago(CPP_SPEC): Output -D__mips64 when -mips3, or -mips4, or -mgp64.
Richard Kenner [Fri, 28 Jul 1995 12:58:38 +0000 (08:58 -0400)]
(CPP_SPEC): Output -D__mips64 when -mips3, or -mips4, or -mgp64.

Output -U__mips64 when -mgp32.

From-SVN: r10180

29 years agoChange every occurance of #if __mips>=3 to #ifdef __mips64.
Richard Kenner [Fri, 28 Jul 1995 12:53:12 +0000 (08:53 -0400)]
Change every occurance of #if __mips>=3 to #ifdef __mips64.

From-SVN: r10179

29 years ago(i960_function_epilogue): Don't clear g14 for functions with an argument block.
Richard Kenner [Fri, 28 Jul 1995 12:47:44 +0000 (08:47 -0400)]
(i960_function_epilogue): Don't clear g14 for functions with an argument block.

(i960_output_reg_insn): Likewise.
(i960_output_call_insn): Clear g14 for functions wtih an argument block.

From-SVN: r10178

29 years ago(movdi matchers): Support odd numbered regs.
Richard Kenner [Fri, 28 Jul 1995 12:43:44 +0000 (08:43 -0400)]
(movdi matchers): Support odd numbered regs.

From-SVN: r10177

29 years ago(i960_arg_size_and_align): Correct alignment of XFmode values in
Richard Kenner [Fri, 28 Jul 1995 12:43:27 +0000 (08:43 -0400)]
(i960_arg_size_and_align): Correct alignment of XFmode values in
library calls.

From-SVN: r10176

29 years ago(divhi3, modhi3, divmodhi4): Rewrite.
Richard Kenner [Fri, 28 Jul 1995 12:37:19 +0000 (08:37 -0400)]
(divhi3, modhi3, divmodhi4): Rewrite.

From-SVN: r10175

29 years ago(end_file): Fix typo in error message text.
Richard Kenner [Wed, 26 Jul 1995 14:15:44 +0000 (10:15 -0400)]
(end_file): Fix typo in error message text.

From-SVN: r10174

29 years agogb@alexander.cs.purdue.edu
Gerald Baumgartner [Wed, 26 Jul 1995 13:38:09 +0000 (09:38 -0400)]
gb@alexander.cs.purdue.edu

From-SVN: r10173

29 years ago(build_signature_method_call): Renamed offset_identifier and local variable offset...
Gerald Baumgartner [Wed, 26 Jul 1995 13:37:13 +0000 (09:37 -0400)]
(build_signature_method_call): Renamed offset_identifier and local variable offset to vt_off_identifer and vt_off...

(build_signature_method_call): Renamed offset_identifier and
local variable offset to vt_off_identifer and vt_off, respecitively.
(build_signature_table_constructor): Renamed offset to vt_off.
(build_signature_table_constructor): Build the constructor
according to the new layout.  Set the vb_off field to -1 for now.

From-SVN: r10172

29 years ago(vt_off_identifier): Renamed from offset identifier.
Gerald Baumgartner [Wed, 26 Jul 1995 13:36:00 +0000 (09:36 -0400)]
(vt_off_identifier): Renamed from offset identifier.

(vb_off_identifier): New variable to hold the identifier for the
sigtable field vb_off.
(init_decl_processing): Initialize vb_off_identifier.
Renamed vt_off_identifier from offset_identifier.
(init_decl_processing): Add vb_off field to sigtable_entry_type.
Reorder fields so that pfn gets properly aligned at a 64 bit boundary
on the Alpha.
(init_decl_processing): Align sigtable_entry_type on word
boundaries instead of double word boundaries to save space.

From-SVN: r10171

29 years ago(SIGTABLE_VT_OFF_NAME): Renamed from SIGTABLE_OFFSET_NAME.
Gerald Baumgartner [Wed, 26 Jul 1995 13:34:22 +0000 (09:34 -0400)]
(SIGTABLE_VT_OFF_NAME): Renamed from SIGTABLE_OFFSET_NAME.

(SIGTABLE_VB_OFF_NAME): New macro.
(vt_off_identifier): Renamed from offset_identifier.
(vb_off_identifier): Added extern declaration.

From-SVN: r10170

29 years ago(cse_insn): When do special handling for (set REG0 REG1), must delete
Richard Kenner [Wed, 26 Jul 1995 13:31:00 +0000 (09:31 -0400)]
(cse_insn): When do special handling for (set REG0 REG1), must delete
REG_EQUAL note from insn if it mentions REG0.

From-SVN: r10169

29 years ago(USE_C_ALLOCA): Always define.
Richard Kenner [Wed, 26 Jul 1995 13:26:13 +0000 (09:26 -0400)]
(USE_C_ALLOCA): Always define.

From-SVN: r10168

29 years ago(HAVE_STRERROR): Define.
Richard Kenner [Wed, 26 Jul 1995 13:22:15 +0000 (09:22 -0400)]
(HAVE_STRERROR): Define.

(__BSD_NET2__): Define.

From-SVN: r10167

29 years ago(CC): Remove useless definition.
Richard Kenner [Wed, 26 Jul 1995 13:21:47 +0000 (09:21 -0400)]
(CC): Remove useless definition.

From-SVN: r10166

29 years ago(preexpand_calls): Don't look past a CLEANUP_POINT_EXPR.
Richard Kenner [Wed, 26 Jul 1995 13:09:44 +0000 (09:09 -0400)]
(preexpand_calls): Don't look past a CLEANUP_POINT_EXPR.

From-SVN: r10165

29 years ago(find_and_verify_loops): When moving blocks of code, verify that the just destination...
Richard Kenner [Wed, 26 Jul 1995 12:43:24 +0000 (08:43 -0400)]
(find_and_verify_loops): When moving blocks of code, verify that the just destination is not in an inner nested loop.

(find_and_verify_loops): When moving blocks of code, verify that the
just destination is not in an inner nested loop.
(mark_loop_jump): Don't mark label as loop exit if it jumps to an
inner nested loop.

From-SVN: r10164

29 years ago(do_include, read_name_map): Omit leading "./" and trailing "/" when it makes sense.
Richard Kenner [Wed, 26 Jul 1995 12:40:08 +0000 (08:40 -0400)]
(do_include, read_name_map): Omit leading "./" and trailing "/" when it makes sense.

(do_include, read_name_map): Omit leading "./" and trailing "/" when
it makes sense.
(skip_redundant_dir_prefix): New function.

From-SVN: r10163

29 years ago(emit_nop): Do not emit a nop if there is a single insn before a label
Richard Kenner [Wed, 26 Jul 1995 12:36:28 +0000 (08:36 -0400)]
(emit_nop): Do not emit a nop if there is a single insn before a label
or at the start of a function.

From-SVN: r10162

29 years ago(gfloat.h): Delete previous copy before updating.
Richard Kenner [Wed, 26 Jul 1995 12:21:08 +0000 (08:21 -0400)]
(gfloat.h): Delete previous copy before updating.

From-SVN: r10161

29 years ago(STAGESTUFF): Add stamp-crtS.
Roland McGrath [Wed, 26 Jul 1995 12:18:04 +0000 (12:18 +0000)]
(STAGESTUFF): Add stamp-crtS.

(crtbeginS.o, crtendS.o, stamp-crtS): New rules; just like crtbegin.o et
al, but compiled using -fPIC.

From-SVN: r10160

29 years agoFixed typos ('bhos' -> 'bhis').
Richard Kenner [Wed, 26 Jul 1995 12:11:46 +0000 (08:11 -0400)]
Fixed typos ('bhos' -> 'bhis').

From-SVN: r10159

29 years ago(reload1.o): Depends on real.h.
Richard Kenner [Wed, 26 Jul 1995 12:05:29 +0000 (08:05 -0400)]
(reload1.o): Depends on real.h.

From-SVN: r10158

29 years ago(real.h): Include it.
Richard Kenner [Wed, 26 Jul 1995 12:04:12 +0000 (08:04 -0400)]
(real.h): Include it.

From-SVN: r10157

29 years ago(LEGITIMATE_PIC_OPERAND_P): Reject CONST_DOUBLE with MEM with invalid
Richard Kenner [Wed, 26 Jul 1995 12:03:31 +0000 (08:03 -0400)]
(LEGITIMATE_PIC_OPERAND_P): Reject CONST_DOUBLE with MEM with invalid
pic address.

From-SVN: r10156

29 years ago(MULTILIB_DIRS): Provide default if not defined.
Richard Kenner [Wed, 26 Jul 1995 11:58:10 +0000 (07:58 -0400)]
(MULTILIB_DIRS): Provide default if not defined.

(multilib_defaults): New static variable.
(default_arg): New static function.
(set_multilib_dir): Ignore default arguments.
(print_multilib_info): Ignore entries which use default arguments.

From-SVN: r10155

29 years agostore LR in caller's frame, not current frame for V.4
Michael Meissner [Tue, 25 Jul 1995 14:17:45 +0000 (14:17 +0000)]
store LR in caller's frame, not current frame for V.4

From-SVN: r10154

29 years agoInitialize r13 to be _SDA_BASE_.
Michael Meissner [Sat, 22 Jul 1995 02:50:21 +0000 (02:50 +0000)]
Initialize r13 to be _SDA_BASE_.

From-SVN: r10153

29 years agoV.4 support.
Michael Meissner [Fri, 21 Jul 1995 18:15:38 +0000 (18:15 +0000)]
V.4 support.

From-SVN: r10152

29 years ago(main): Don't define sbrk #ifdef __alpha__.
Richard Kenner [Fri, 21 Jul 1995 17:22:56 +0000 (13:22 -0400)]
(main): Don't define sbrk #ifdef __alpha__.

From-SVN: r10151

29 years ago(do_include): Prefix -H output lines with spaces, not dots.
Richard Kenner [Tue, 18 Jul 1995 23:28:02 +0000 (19:28 -0400)]
(do_include): Prefix -H output lines with spaces, not dots.

(output_dots): Remove.

From-SVN: r10150

29 years ago(default_compilers, cpp): Specify -lang-c89 if -ansi is given.
Richard Kenner [Tue, 18 Jul 1995 23:23:30 +0000 (19:23 -0400)]
(default_compilers, cpp): Specify -lang-c89 if -ansi is given.

This turns off C++ comment recognition.

From-SVN: r10149

29 years ago(main): cplusplus_comments now defaults to 1.
Richard Kenner [Tue, 18 Jul 1995 23:22:48 +0000 (19:22 -0400)]
(main): cplusplus_comments now defaults to 1.

But clear it if -traditional or the new option -lang-c89 is given.

From-SVN: r10148

29 years ago(va_arg): Add support for 128 bit long double type.
Richard Kenner [Tue, 18 Jul 1995 23:16:31 +0000 (19:16 -0400)]
(va_arg): Add support for 128 bit long double type.

From-SVN: r10147

29 years ago(decl_attributes, case A_ALIGNED): Handle is_type case properly.
Richard Kenner [Tue, 18 Jul 1995 23:11:10 +0000 (19:11 -0400)]
(decl_attributes, case A_ALIGNED): Handle is_type case properly.

From-SVN: r10146

29 years ago(fold, case CONVERT_EXPR): Don't merge conversions if outer is to
Richard Kenner [Tue, 18 Jul 1995 23:02:49 +0000 (19:02 -0400)]
(fold, case CONVERT_EXPR): Don't merge conversions if outer is to
handle a type with differing precision.

From-SVN: r10145

29 years ago(HAVE_VPRINTF): Define.
Richard Kenner [Mon, 17 Jul 1995 18:37:31 +0000 (14:37 -0400)]
(HAVE_VPRINTF): Define.

From-SVN: r10144

29 years ago(HAVE_ATEXIT): Define.
Richard Kenner [Mon, 17 Jul 1995 18:37:13 +0000 (14:37 -0400)]
(HAVE_ATEXIT): Define.

From-SVN: r10143

29 years ago({unsigned,signed}_type): Handle intXX_type_node types.
Richard Kenner [Mon, 17 Jul 1995 18:28:37 +0000 (14:28 -0400)]
({unsigned,signed}_type): Handle intXX_type_node types.

From-SVN: r10142

29 years ago(sbrk): Add declaration.
Richard Kenner [Mon, 17 Jul 1995 17:38:58 +0000 (13:38 -0400)]
(sbrk): Add declaration.

From-SVN: r10141

29 years ago(convert_to_integer): If TYPE is a enumeral type or if its precision is not the same...
Richard Kenner [Mon, 17 Jul 1995 16:54:50 +0000 (12:54 -0400)]
(convert_to_integer): If TYPE is a enumeral type or if its precision is not the same as the size of its mode...

(convert_to_integer): If TYPE is a enumeral type or if its precision
is not the same as the size of its mode, convert in two steps.

From-SVN: r10140

29 years ago(tstdi, cmpdi): Use match_scratch, not match_operand.
Richard Kenner [Mon, 17 Jul 1995 10:41:04 +0000 (06:41 -0400)]
(tstdi, cmpdi): Use match_scratch, not match_operand.

From-SVN: r10139

29 years ago(lookup_field): Change name comparison to match what field_decl_cmp
Richard Kenner [Fri, 14 Jul 1995 23:23:27 +0000 (19:23 -0400)]
(lookup_field): Change name comparison to match what field_decl_cmp
does.

From-SVN: r10138

29 years ago(field_decl_cmp): Rewritten to make sure that a null name always sorts
Richard Kenner [Fri, 14 Jul 1995 23:22:57 +0000 (19:22 -0400)]
(field_decl_cmp): Rewritten to make sure that a null name always sorts
low against other names.

From-SVN: r10137

29 years ago(struct temp_slot): New fields base_offset, full_size.
Richard Kenner [Fri, 14 Jul 1995 23:15:58 +0000 (19:15 -0400)]
(struct temp_slot): New fields base_offset, full_size.

(assign_stack_temp): For !FRAME_GROWS_DOWNWARD, set p->size to size.
Set new fields base_offset and full_size.
(combine_temp_slots): Use new fields base_offset and full_size instead
of slot and size.

From-SVN: r10136

29 years ago(movsi): Convert a CONST_DOUBLE into a CONST_INT of the low part.
Richard Kenner [Fri, 14 Jul 1995 22:46:08 +0000 (18:46 -0400)]
(movsi): Convert a CONST_DOUBLE into a CONST_INT of the low part.

From-SVN: r10135

29 years ago(main): Reword dwarf/c++/-g warning.
Richard Kenner [Fri, 14 Jul 1995 22:30:44 +0000 (18:30 -0400)]
(main): Reword dwarf/c++/-g warning.

From-SVN: r10134

29 years ago(expand_start_stmt_expr): Force stack adjust before NO_DEFER_POP.
Richard Kenner [Fri, 14 Jul 1995 22:19:22 +0000 (18:19 -0400)]
(expand_start_stmt_expr): Force stack adjust before NO_DEFER_POP.

From-SVN: r10133

29 years ago(NO_DEFER_POP): Remove last change.
Richard Kenner [Fri, 14 Jul 1995 22:18:57 +0000 (18:18 -0400)]
(NO_DEFER_POP): Remove last change.

From-SVN: r10132

29 years ago(stor_expr): Force stack adjust before NO_DEFER_POP.
Richard Kenner [Fri, 14 Jul 1995 22:18:14 +0000 (18:18 -0400)]
(stor_expr): Force stack adjust before NO_DEFER_POP.

(expand_expr, case COND_EXPR): Likewise.

From-SVN: r10131

29 years ago(find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_count instead...
Richard Kenner [Fri, 14 Jul 1995 12:27:10 +0000 (08:27 -0400)]
(find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_count instead of loop_number_exit_labels.

(find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_count
instead of loop_number_exit_labels.
(reg_dead_after_loop): Check loop_number_exit_count, and fail if the count
doesn't match loop_number_exit_labels.

From-SVN: r10130

29 years ago(loop_number_exit_count): Declare it.
Richard Kenner [Fri, 14 Jul 1995 12:23:39 +0000 (08:23 -0400)]
(loop_number_exit_count): Declare it.

From-SVN: r10129

29 years ago(loop_number_exit_count): New global variable.
Richard Kenner [Fri, 14 Jul 1995 12:21:01 +0000 (08:21 -0400)]
(loop_number_exit_count): New global variable.

(loop_optimize): Allocate space for it.
(find_and_verify_loops, mark_loop_jump): Set it.
(strength_reduce, check_dbra_loop): Use loop_number_exit_count instead
of loop_number_exit_labels.

From-SVN: r10128

29 years ago(cse_insn): Ifdef out code that pre-truncates src_folded.
Richard Kenner [Fri, 14 Jul 1995 12:15:00 +0000 (08:15 -0400)]
(cse_insn): Ifdef out code that pre-truncates src_folded.

From-SVN: r10127

29 years ago(sethi_di_sp64): Return null string at end.
Richard Kenner [Fri, 14 Jul 1995 12:08:47 +0000 (08:08 -0400)]
(sethi_di_sp64): Return null string at end.

From-SVN: r10126

29 years agoModify all patterns which handle stores to memory to also check current_function_vara...
Richard Kenner [Fri, 14 Jul 1995 12:05:18 +0000 (08:05 -0400)]
Modify all patterns which handle stores to memory to also check current_function_varargs and current_function_stdarg.

Modify all patterns which handle stores to memory to also check
current_function_varargs and current_function_stdarg.  q

From-SVN: r10125

29 years ago(current_function_stdarg): Declare it.
Richard Kenner [Fri, 14 Jul 1995 12:03:43 +0000 (08:03 -0400)]
(current_function_stdarg): Declare it.

From-SVN: r10124

29 years ago(current_function_stdarg): New global variable.
Richard Kenner [Fri, 14 Jul 1995 12:03:09 +0000 (08:03 -0400)]
(current_function_stdarg): New global variable.

(push_function_context_to): Save it.
(pop_function_context_from): Restore it.
(assign_parms): Set it.
(init_function_start): Clear it.

From-SVN: r10123

29 years ago(struct function): Add stdarg field.
Richard Kenner [Fri, 14 Jul 1995 12:02:43 +0000 (08:02 -0400)]
(struct function): Add stdarg field.

From-SVN: r10122

29 years ago(fill_simple_delay_slots): When trying to take instruction from after the branch...
Richard Kenner [Fri, 14 Jul 1995 11:58:23 +0000 (07:58 -0400)]
(fill_simple_delay_slots): When trying to take instruction from after the branch, don't continue past target label.

(fill_simple_delay_slots): When trying to take instruction from after
the branch, don't continue past target label.  Local variables
passed_label and target_uses are no longer necessary.

From-SVN: r10121

29 years ago(output_bb): Fix error in long backwards branch with nullified delay
Richard Kenner [Thu, 13 Jul 1995 23:29:52 +0000 (19:29 -0400)]
(output_bb): Fix error in long backwards branch with nullified delay
slot.

From-SVN: r10120

29 years ago(SHIFT_COUNT_TRUNCATED): Use #ifdef not #if.
Richard Kenner [Thu, 13 Jul 1995 23:26:03 +0000 (19:26 -0400)]
(SHIFT_COUNT_TRUNCATED): Use #ifdef not #if.

From-SVN: r10119

29 years ago(rescan): Don't address outside of array when preprocessing C++
Richard Kenner [Tue, 11 Jul 1995 00:16:27 +0000 (20:16 -0400)]
(rescan): Don't address outside of array when preprocessing C++
comments.

From-SVN: r10118

29 years ago(expand_block_move): Remove #if 0 conditionals against using larger
Richard Kenner [Tue, 11 Jul 1995 00:09:09 +0000 (20:09 -0400)]
(expand_block_move): Remove #if 0 conditionals against using larger
block moves.

From-SVN: r10117

29 years ago(EXTRA_PARTS): Copy milli.exp to release dir.
Richard Kenner [Tue, 11 Jul 1995 00:05:41 +0000 (20:05 -0400)]
(EXTRA_PARTS): Copy milli.exp to release dir.

(milli.exp): Copy to build dir from machine dependend dir.

From-SVN: r10116

29 years ago(matcher for (shiftable_op (cond-exp) (reg))): If shiftable_op is
Richard Kenner [Tue, 11 Jul 1995 00:03:06 +0000 (20:03 -0400)]
(matcher for (shiftable_op (cond-exp) (reg))): If shiftable_op is
minus, then subtract from zero when cond fails.

From-SVN: r10115

29 years ago(SELECT_SECTION): Use TREE_CODE_CLASS instead of directly referencing
Richard Kenner [Mon, 10 Jul 1995 23:58:17 +0000 (19:58 -0400)]
(SELECT_SECTION): Use TREE_CODE_CLASS instead of directly referencing
tree_code_type.

From-SVN: r10114

29 years ago(reverse_def_dec_list): Delete const qualifiers from local variables,
Richard Kenner [Mon, 10 Jul 1995 23:54:16 +0000 (19:54 -0400)]
(reverse_def_dec_list): Delete const qualifiers from local variables,

and delete casts which were casting away const.

From-SVN: r10113

29 years ago(finish_file): Add missing parm to start_function call.
Richard Kenner [Mon, 10 Jul 1995 23:47:26 +0000 (19:47 -0400)]
(finish_file): Add missing parm to start_function call.

From-SVN: r10112

29 years ago(jump_optimize): Pass outer_code arg to rtx_cost.
Richard Kenner [Mon, 10 Jul 1995 23:44:22 +0000 (19:44 -0400)]
(jump_optimize): Pass outer_code arg to rtx_cost.

From-SVN: r10111

29 years ago(assemble_name, bc_assemble_integer): Call bc_emit_labelref with
Richard Kenner [Mon, 10 Jul 1995 23:40:05 +0000 (19:40 -0400)]
(assemble_name, bc_assemble_integer): Call bc_emit_labelref with
proper args.

From-SVN: r10110

29 years ago(setjmp_args_warning): Remove bogus arg.
Richard Kenner [Mon, 10 Jul 1995 23:14:25 +0000 (19:14 -0400)]
(setjmp_args_warning): Remove bogus arg.

From-SVN: r10109

29 years ago(p{fatal,error}_with_name, perror_exec): Quote filename.
Richard Kenner [Mon, 10 Jul 1995 22:20:39 +0000 (18:20 -0400)]
(p{fatal,error}_with_name, perror_exec): Quote filename.

From-SVN: r10108

29 years ago(STARTFILE_SPEC): Handle -Xp.
Richard Kenner [Mon, 10 Jul 1995 22:12:43 +0000 (18:12 -0400)]
(STARTFILE_SPEC): Handle -Xp.

From-SVN: r10107

29 years agocpphash.h (enum node_type): Remove unneeded and non-standard forward declaration.
Per Bothner [Wed, 5 Jul 1995 06:44:23 +0000 (23:44 -0700)]
cpphash.h (enum node_type): Remove unneeded and non-standard forward declaration.

* cpphash.h (enum node_type):  Remove unneeded and non-standard
forward declaration.

From-SVN: r10106

29 years ago(MULTILIB_*, LIBGCC, INSTALL_LIBGCC): Delete.
Richard Kenner [Sun, 2 Jul 1995 02:28:19 +0000 (22:28 -0400)]
(MULTILIB_*, LIBGCC, INSTALL_LIBGCC): Delete.

From-SVN: r10105

29 years ago(LINK_SPEC): Revert March 16 change. Do not add -R for each -L.
Richard Kenner [Sun, 2 Jul 1995 01:29:27 +0000 (21:29 -0400)]
(LINK_SPEC): Revert March 16 change.  Do not add -R for each -L.

From-SVN: r10104

29 years ago(libcompare): Verify that file name extensions are valid.
Richard Kenner [Sun, 2 Jul 1995 01:27:00 +0000 (21:27 -0400)]
(libcompare): Verify that file name extensions are valid.

Put files with invalid extensions last in the sort.

From-SVN: r10103

29 years ago(integrate_decl_tree): Set DECL_ABTRACT_ORIGIN before pushdecl call
Richard Kenner [Sun, 2 Jul 1995 00:15:29 +0000 (20:15 -0400)]
(integrate_decl_tree): Set DECL_ABTRACT_ORIGIN before pushdecl call
for local variables.

From-SVN: r10102

29 years ago(output_line_command): If not emitting #line directives delay
Richard Kenner [Sat, 1 Jul 1995 15:57:25 +0000 (11:57 -0400)]
(output_line_command): If not emitting #line directives delay
returning until after adjust_position has been called.

From-SVN: r10101

29 years agocall.c (convert_harshness): Add QUAL_CODE when we're faced with const vs non-const...
Brendan Kehoe [Sat, 1 Jul 1995 15:12:57 +0000 (15:12 +0000)]
call.c (convert_harshness): Add QUAL_CODE when we're faced with const vs non-const for void conversions.

        * call.c (convert_harshness): Add QUAL_CODE when we're faced with
        const vs non-const for void conversions.

From-SVN: r10100

29 years agocleanup after kenner
Mike Stump [Sat, 1 Jul 1995 15:03:53 +0000 (15:03 +0000)]
cleanup after kenner

From-SVN: r10099

29 years ago(decode_field_reference): New parm PAND_MASK.
Richard Kenner [Sat, 1 Jul 1995 14:12:02 +0000 (10:12 -0400)]
(decode_field_reference): New parm PAND_MASK.

(unextend): New parm MASK.
(fold_truthop): Pass new parms to decode_field_reference and unextend.

From-SVN: r10098

29 years ago(mov{si,sf,df}cc): Call gen_compare_reg to generate the condition code
Richard Kenner [Sat, 1 Jul 1995 12:13:21 +0000 (08:13 -0400)]
(mov{si,sf,df}cc): Call gen_compare_reg to generate the condition code
register.

From-SVN: r10097

29 years ago(__va_tsize): Use __extension__ to avoid warning on use of `long
Richard Kenner [Sat, 1 Jul 1995 11:36:37 +0000 (07:36 -0400)]
(__va_tsize): Use __extension__ to avoid warning on use of `long
long'.

From-SVN: r10096

29 years ago(NO_DEFER_POP): Do any pending stack adjusts.
Richard Kenner [Sat, 1 Jul 1995 11:18:02 +0000 (07:18 -0400)]
(NO_DEFER_POP): Do any pending stack adjusts.

From-SVN: r10095

29 years ago(register_operand): Disallow subreg of reg not allowed to change size.
Richard Kenner [Sat, 1 Jul 1995 10:55:03 +0000 (06:55 -0400)]
(register_operand): Disallow subreg of reg not allowed to change size.

From-SVN: r10094

29 years agomrs@cygnus.com
Mike Stump [Thu, 29 Jun 1995 18:55:15 +0000 (14:55 -0400)]
mrs@cygnus.com

From-SVN: r10093

29 years ago(BOOL_TYPE_SIZE): Fix broken SLOW_BYTE_ACCESS check.
Mike Stump [Thu, 29 Jun 1995 18:51:50 +0000 (14:51 -0400)]
(BOOL_TYPE_SIZE): Fix broken SLOW_BYTE_ACCESS check.

From-SVN: r10092

29 years ago(reload addsi3): New pattern to avoid reload lossage with register
Richard Kenner [Thu, 29 Jun 1995 10:02:46 +0000 (06:02 -0400)]
(reload addsi3): New pattern to avoid reload lossage with register
eliminations.

From-SVN: r10091

29 years ago(output_cbranch): When checking for a jump to the given insn's delay slot...
Richard Kenner [Thu, 29 Jun 1995 09:51:43 +0000 (05:51 -0400)]
(output_cbranch): When checking for a jump to the given insn's delay slot...

(output_cbranch): When checking for a jump to the given insn's delay
slot, handle the case where JUMP_LABEL for the given insn does not
point to the first label in a series of labels.
(output_bb, output_dbra, output_movb): Likewise.

From-SVN: r10090

29 years ago(call expanders): Reload the PIC register from the fixed callee saved register.
Richard Kenner [Wed, 28 Jun 1995 22:04:43 +0000 (18:04 -0400)]
(call expanders): Reload the PIC register from the fixed callee saved register.

(call expanders): Reload the PIC register from the fixed callee saved
register.  Don't try to save the PIC register before the call.

From-SVN: r10089