]> gcc.gnu.org Git - gcc.git/log
gcc.git
30 years ago(recog_for_combine): Always reject a PARALLEL containing our special
Richard Kenner [Fri, 17 Sep 1993 22:19:59 +0000 (18:19 -0400)]
(recog_for_combine): Always reject a PARALLEL containing our special
CLOBBER.

From-SVN: r5348

30 years ago(fold_rtx, case MINUS): Copy result obtained from hash table.
Richard Kenner [Fri, 17 Sep 1993 22:13:33 +0000 (18:13 -0400)]
(fold_rtx, case MINUS): Copy result obtained from hash table.

From-SVN: r5347

30 years ago(fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, return
Richard Kenner [Fri, 17 Sep 1993 22:10:33 +0000 (18:10 -0400)]
(fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, return
the constant.

From-SVN: r5346

30 years ago(lookup_field): Use HOST_WIDE_INT instead of long or int when we want
Richard Kenner [Fri, 17 Sep 1993 22:08:22 +0000 (18:08 -0400)]
(lookup_field): Use HOST_WIDE_INT instead of long or int when we want
integer wide enough to hold a pointer difference.

From-SVN: r5345

30 years agoBetter encoding of CHAR_TYPE and BOOLEAN_TYPE.
Per Bothner [Fri, 17 Sep 1993 20:06:27 +0000 (13:06 -0700)]
Better encoding of CHAR_TYPE and BOOLEAN_TYPE.

From-SVN: r5344

30 years ago(emit_library_call_value): Fix declaration.
Richard Stallman [Fri, 17 Sep 1993 13:02:36 +0000 (13:02 +0000)]
(emit_library_call_value): Fix declaration.

From-SVN: r5343

30 years ago(find_reloads): For PLUS operand, call find_reloads_toplev.
Richard Stallman [Thu, 16 Sep 1993 17:35:50 +0000 (17:35 +0000)]
(find_reloads): For PLUS operand, call find_reloads_toplev.

From-SVN: r5342

30 years agoDon't refix include files when xgcc is rebuilt
Ian Lance Taylor [Thu, 16 Sep 1993 16:07:00 +0000 (16:07 +0000)]
Don't refix include files when xgcc is rebuilt

From-SVN: r5341

30 years ago(expand_complex_abs): Fix typo in prev change.
Richard Stallman [Thu, 16 Sep 1993 14:22:33 +0000 (14:22 +0000)]
(expand_complex_abs): Fix typo in prev change.

From-SVN: r5340

30 years ago(expand_goto): Set it.
Jim Wilson [Thu, 16 Sep 1993 06:14:20 +0000 (23:14 -0700)]
(expand_goto): Set it.

From-SVN: r5339

30 years ago(function_cannot_inline_p): Don't inline if it's set.
Jim Wilson [Thu, 16 Sep 1993 06:13:54 +0000 (23:13 -0700)]
(function_cannot_inline_p): Don't inline if it's set.

From-SVN: r5338

30 years ago(struct function): New field has_nonlocal_goto.
Jim Wilson [Thu, 16 Sep 1993 06:13:29 +0000 (23:13 -0700)]
(struct function): New field has_nonlocal_goto.

From-SVN: r5337

30 years ago(current_function_has_nonlocal_goto): New var.
Jim Wilson [Thu, 16 Sep 1993 06:12:57 +0000 (23:12 -0700)]
(current_function_has_nonlocal_goto): New var.

(push_function_context): Save it.
(pop_function_context): Restore it.
(init_function_start): Init it.

From-SVN: r5336

30 years ago(current_function_has_nonlocal_goto): Declare.
Jim Wilson [Thu, 16 Sep 1993 06:11:29 +0000 (23:11 -0700)]
(current_function_has_nonlocal_goto): Declare.

From-SVN: r5335

30 years ago(mark_set_resources): For CALL_INSN...
Jim Wilson [Thu, 16 Sep 1993 06:05:28 +0000 (23:05 -0700)]
(mark_set_resources): For CALL_INSN...

(mark_set_resources): For CALL_INSN, if followed by a
NOTE_INSN_SETJMP note, then assume that all registers are clobbered.
Handle case where CALL_INSN is in a sequence.

From-SVN: r5334

30 years agoDeclare __fixunstfdi.
Richard Stallman [Wed, 15 Sep 1993 22:09:57 +0000 (22:09 +0000)]
Declare __fixunstfdi.

From-SVN: r5333

30 years agoDelete the conditional that used to semi-avoid interference with sys/stdtypes.h on...
Richard Stallman [Wed, 15 Sep 1993 21:39:20 +0000 (21:39 +0000)]
Delete the conditional that used to semi-avoid interference with sys/stdtypes.h on Sun.

Delete the conditional that used to semi-avoid
interference with sys/stdtypes.h on Sun.  (fixincludes makes it ok.)

From-SVN: r5332

30 years ago* pa.h (ASM_FILE_START): Fix access information for $LIT$ subspace.
Jeff Law [Wed, 15 Sep 1993 20:16:33 +0000 (14:16 -0600)]
* pa.h (ASM_FILE_START): Fix access information for $LIT$ subspace.

From-SVN: r5331

30 years agoc-typeck.c (lookup_field): New function (for chill).
Doug Evans [Wed, 15 Sep 1993 17:37:48 +0000 (17:37 +0000)]
c-typeck.c (lookup_field): New function (for chill).

* c-typeck.c (lookup_field): New function (for chill).
(build_component_ref): Call it.

From-SVN: r5330

30 years ago(find_reloads): Fix bugs in previous change.
Richard Stallman [Wed, 15 Sep 1993 13:40:11 +0000 (13:40 +0000)]
(find_reloads): Fix bugs in previous change.

From-SVN: r5329

30 years ago(aggregate_value_p): Allow type node as argument.
Richard Stallman [Wed, 15 Sep 1993 13:39:18 +0000 (13:39 +0000)]
(aggregate_value_p): Allow type node as argument.

From-SVN: r5328

30 years ago(expand_float): Use emit_library_call_value.
Richard Stallman [Wed, 15 Sep 1993 13:38:01 +0000 (13:38 +0000)]
(expand_float): Use emit_library_call_value.

(expand_unop, expand_binop): Likewise.
(expand_complex_abs): Likewise.
Also pass SUBMODE as output mode to emit_library_call_value.

From-SVN: r5327

30 years ago(emit_library_call_value): Finish making it work.
Richard Stallman [Wed, 15 Sep 1993 13:31:09 +0000 (13:31 +0000)]
(emit_library_call_value): Finish making it work.

From-SVN: r5326

30 years agoDeclare __fixunsxfdi.
Richard Stallman [Wed, 15 Sep 1993 13:30:09 +0000 (13:30 +0000)]
Declare __fixunsxfdi.

From-SVN: r5325

30 years ago(copy_for_inline, copy_rtx_and_substitute):
Richard Stallman [Wed, 15 Sep 1993 12:14:19 +0000 (12:14 +0000)]
(copy_for_inline, copy_rtx_and_substitute):

Always preserve the volatil flag when copying ASM_OPERANDS.

From-SVN: r5324

30 years ago(valid_compound_expr_initializer): New function.
Jim Wilson [Wed, 15 Sep 1993 02:03:22 +0000 (19:03 -0700)]
(valid_compound_expr_initializer): New function.

(digest_init): Handle compound expressions as initializers when
pedantic.

From-SVN: r5323

30 years ago(immed_double_const, immed_real_const_1): Don't touch
Jim Wilson [Wed, 15 Sep 1993 01:56:04 +0000 (18:56 -0700)]
(immed_double_const, immed_real_const_1): Don't touch
const_double_chain if not inside a function.

From-SVN: r5322

30 years ago(digest_init): Compare types using comptypes.
Per Bothner [Tue, 14 Sep 1993 23:23:18 +0000 (16:23 -0700)]
(digest_init):  Compare types using comptypes.

From-SVN: r5321

30 years ago(FUNCTION_PROLOGUE, FUNCTION_EPILOGUE):
Richard Stallman [Tue, 14 Sep 1993 18:56:12 +0000 (18:56 +0000)]
(FUNCTION_PROLOGUE, FUNCTION_EPILOGUE):

If omitting frame pointer, output an adjspd if necessary.
Use movd to save registers if four or less need saving.
Set DEPTH properly.

From-SVN: r5320

30 years ago(find_dummy_reload): New args inmode, outmode.
Richard Stallman [Tue, 14 Sep 1993 16:39:28 +0000 (16:39 +0000)]
(find_dummy_reload): New args inmode, outmode.

(find_reloads): Pass new args.
(push_reload): Likewise.

From-SVN: r5319

30 years ago(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS
Richard Stallman [Tue, 14 Sep 1993 12:13:39 +0000 (12:13 +0000)]
(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS
rounding of field bitpos, if maximum_field_alignment is nonzero.

From-SVN: r5318

30 years ago(set_init_index): Don't allow variable indices.
Richard Stallman [Mon, 13 Sep 1993 20:19:42 +0000 (20:19 +0000)]
(set_init_index): Don't allow variable indices.

(output_init_element): When putting an elt into a
CONSTRUCTOR, always set the TREE_PURPOSE (even for arrays).
Copy the node if it's an INTEGER_CST.
(output_pending_init_elements): If have gap and not incremental,
advance constructor_unfilled_fields or constructor_unfilled_index.

(push_init_level): Pop any implicit levels
that have been filled up.
Don't die if constructor_type is 0.
(process_init_element): If VALUE is 0 for union type,
update constructor_bit_index.

From-SVN: r5317

30 years ago(complete_array_type): Handle TREE_PURPOSE of array constructor elements.
Richard Stallman [Mon, 13 Sep 1993 20:17:48 +0000 (20:17 +0000)]
(complete_array_type): Handle TREE_PURPOSE of array constructor elements.

From-SVN: r5316

30 years ago(store_constructor): Handle TREE_PURPOSE of array constructor.
Richard Stallman [Mon, 13 Sep 1993 20:16:51 +0000 (20:16 +0000)]
(store_constructor): Handle TREE_PURPOSE of array constructor.

(expand_expr, ARRAY_REF case): Likewise.

From-SVN: r5315

30 years ago(output_constructor): Handle index value in
Richard Stallman [Mon, 13 Sep 1993 18:13:56 +0000 (18:13 +0000)]
(output_constructor): Handle index value in
the TREE_PURPOSE, for array constructors.

From-SVN: r5314

30 years ago(expand_expr, ARRAY_REF): Coerce low_bound to sizetype.
Per Bothner [Mon, 13 Sep 1993 06:01:37 +0000 (23:01 -0700)]
(expand_expr, ARRAY_REF):  Coerce low_bound to sizetype.

From-SVN: r5313

30 years ago(digest_init): Remove obsolete comments on args TAIL, OF_WHAT.
Doug Evans [Sun, 12 Sep 1993 14:58:02 +0000 (14:58 +0000)]
(digest_init): Remove obsolete comments on args TAIL, OF_WHAT.

From-SVN: r5312

30 years ago(protect_from_queue): Don't alter an existing MEM.
Richard Stallman [Sun, 12 Sep 1993 13:19:38 +0000 (13:19 +0000)]
(protect_from_queue): Don't alter an existing MEM.

(convert_modes): Use X's mode (not OLDMODE) unless it is VOIDmode.

From-SVN: r5311

30 years ago(basic_induction_var): New arg MODE.
Richard Stallman [Sun, 12 Sep 1993 13:08:35 +0000 (13:08 +0000)]
(basic_induction_var): New arg MODE.

Use it to call convert_modes.
(strength_reduce): Supply the new arg to basic_induction_var.

From-SVN: r5310

30 years ago(expand_shift): Use convert_modes.
Richard Stallman [Sun, 12 Sep 1993 12:51:14 +0000 (12:51 +0000)]
(expand_shift): Use convert_modes.

(emit_store_flag): Likewise.

From-SVN: r5309

30 years ago(convert_modes): Declared.
Richard Stallman [Sun, 12 Sep 1993 12:37:26 +0000 (12:37 +0000)]
(convert_modes): Declared.

From-SVN: r5308

30 years ago(main): Provide upward compatibility with old version
Doug Evans [Sat, 11 Sep 1993 20:46:39 +0000 (20:46 +0000)]
(main): Provide upward compatibility with old version
of collect (avoids infinite mutual recursion between the two).

From-SVN: r5307

30 years agoNew variable constructor_no_implicit, set by Chill front-end.
Per Bothner [Sat, 11 Sep 1993 20:06:48 +0000 (13:06 -0700)]
New variable constructor_no_implicit, set by Chill front-end.

From-SVN: r5306

30 years agoFix previous change.
Richard Stallman [Fri, 10 Sep 1993 13:50:12 +0000 (13:50 +0000)]
Fix previous change.

From-SVN: r5305

30 years ago(check_init_type_bitfields): Check for mismatch
Richard Stallman [Fri, 10 Sep 1993 13:49:30 +0000 (13:49 +0000)]
(check_init_type_bitfields): Check for mismatch
between field's mode and its type's mode.

From-SVN: r5304

30 years ago(expand_inline_function): Use convert_modes.
Richard Stallman [Fri, 10 Sep 1993 13:47:31 +0000 (13:47 +0000)]
(expand_inline_function): Use convert_modes.

From-SVN: r5303

30 years agoRecognize operating system `netbsd*'.
Roland McGrath [Fri, 10 Sep 1993 05:01:21 +0000 (05:01 +0000)]
Recognize operating system `netbsd*'.

From-SVN: r5302

30 years ago*** empty log message ***
Roland McGrath [Fri, 10 Sep 1993 04:22:01 +0000 (04:22 +0000)]
*** empty log message ***

From-SVN: r5301

30 years agoAdd support for array with non-zero lower bounds. (Used by Chill.)
Per Bothner [Fri, 10 Sep 1993 01:04:26 +0000 (18:04 -0700)]
Add support for array with non-zero lower bounds.  (Used by Chill.)

From-SVN: r5300

30 years ago(make_node): Put PARM_DECLs of nested functions onto
Jim Wilson [Thu, 9 Sep 1993 23:20:32 +0000 (16:20 -0700)]
(make_node): Put PARM_DECLs of nested functions onto
parent's saveable obstack.

From-SVN: r5299

30 years agoSet CROSS_LIBGCC1 to be libgcc1.null
Ian Lance Taylor [Thu, 9 Sep 1993 20:05:26 +0000 (20:05 +0000)]
Set CROSS_LIBGCC1 to be libgcc1.null

From-SVN: r5298

30 years ago(convert_modes): New function.
Richard Stallman [Thu, 9 Sep 1993 19:51:59 +0000 (19:51 +0000)]
(convert_modes): New function.

(convert_to_mode): Use that.

From-SVN: r5297

30 years ago(expand_twoval_binop): Use convert_modes.
Richard Stallman [Thu, 9 Sep 1993 19:50:55 +0000 (19:50 +0000)]
(expand_twoval_binop): Use convert_modes.

(expand_complex_abs): Likewise.
(emit_cmp_insn): Likewise.
(expand_inline_function): Likewise.

(widen_operand): New arg OLDMODE.
(expand_binop, expand_unop): Fix calls to widen_operand.

From-SVN: r5296

30 years ago(emit_store_flag, expand_divmod): Use convert_modes.
Richard Stallman [Thu, 9 Sep 1993 19:19:51 +0000 (19:19 +0000)]
(emit_store_flag, expand_divmod): Use convert_modes.

From-SVN: r5295

30 years agoUse CROSS_LIBGCC1 for a cross-compiler
Ian Lance Taylor [Thu, 9 Sep 1993 18:18:07 +0000 (18:18 +0000)]
Use CROSS_LIBGCC1 for a cross-compiler

From-SVN: r5294

30 years ago(expand_expr): Set ignore for COND_EXPR with VOID_TYPE.
Richard Stallman [Thu, 9 Sep 1993 13:49:54 +0000 (13:49 +0000)]
(expand_expr): Set ignore for COND_EXPR with VOID_TYPE.

From-SVN: r5293

30 years agoCosmetic changes only. Just reordered code a little.
Doug Evans [Wed, 8 Sep 1993 22:24:29 +0000 (22:24 +0000)]
Cosmetic changes only.  Just reordered code a little.

From-SVN: r5292

30 years ago(dbxout_parms): For parameters in registers, if use
Jim Wilson [Wed, 8 Sep 1993 19:19:32 +0000 (12:19 -0700)]
(dbxout_parms): For parameters in registers, if use
DECL_RTL, then must use TREE_TYPE instead of DECL_ARG_TYPE.

From-SVN: r5291

30 years ago(fix_truncdfsi2, fixtruncsfsi2): Mark SImode scratch
Jim Wilson [Wed, 8 Sep 1993 19:15:32 +0000 (12:15 -0700)]
(fix_truncdfsi2, fixtruncsfsi2): Mark SImode scratch
register as early clobbered when dest is in memory.

From-SVN: r5290

30 years ago(sbusdev/audiovar.h): Fix wrongly edited // comments
Jim Wilson [Wed, 8 Sep 1993 19:10:46 +0000 (12:10 -0700)]
(sbusdev/audiovar.h): Fix wrongly edited // comments
nested within /* */ comments.

From-SVN: r5289

30 years ago(process_command): Don't warn for -x after last input file
Jim Wilson [Wed, 8 Sep 1993 19:08:15 +0000 (12:08 -0700)]
(process_command): Don't warn for -x after last input file
if spec_lang is zero.

From-SVN: r5288

30 years ago(convert_move): When truncating, call force_reg first if
Jim Wilson [Wed, 8 Sep 1993 18:58:14 +0000 (11:58 -0700)]
(convert_move): When truncating, call force_reg first if
it is something that gen_lowpart won't understand.

From-SVN: r5287

30 years ago(getrlimit, getrusage, setrlimit): Return int not void.
Jim Wilson [Wed, 8 Sep 1993 18:49:36 +0000 (11:49 -0700)]
(getrlimit, getrusage, setrlimit): Return int not void.

From-SVN: r5286

30 years ago(output_call): Avoid use of jsr.n r1, this loses on
John Hassey [Wed, 8 Sep 1993 15:31:02 +0000 (15:31 +0000)]
(output_call): Avoid use of jsr.n r1, this loses on
        the 88110.

From-SVN: r5285

30 years ago(define_attr): Expand list of instruction attributes.
Richard Kenner [Wed, 8 Sep 1993 14:50:35 +0000 (10:50 -0400)]
(define_attr): Expand list of instruction attributes.

(define_function_unit): Compute delay information based upon processor type
and expand functional unit types.
(mulsi3, divsi3, divmodsi4, divsf3, divdf3, muldf3, movsf): Use expanded
attributes.
(load with update): Likewise.

From-SVN: r5284

30 years ago(rs6000_cpu, rs6000_cpu_string): New variables.
Richard Kenner [Wed, 8 Sep 1993 14:49:49 +0000 (10:49 -0400)]
(rs6000_cpu, rs6000_cpu_string): New variables.

(rs6000_override_options): New function.

From-SVN: r5283

30 years ago(MASK_*, TARGET_*): Add target masks and tests.
Richard Kenner [Wed, 8 Sep 1993 14:49:18 +0000 (10:49 -0400)]
(MASK_*, TARGET_*): Add target masks and tests.

(TARGET_SWITCHES): Add target switches for various architectures and mnemonics
options.
(TARGET_OPTIONS): Add cpu type as special target option.
(OVERRIDE_OPTIONS): Call rs6000_override_options to decipher.

From-SVN: r5282

30 years ago(output_init_element): When adding to constructor_pending_elts, copy field.
Richard Stallman [Wed, 8 Sep 1993 10:36:19 +0000 (10:36 +0000)]
(output_init_element): When adding to constructor_pending_elts, copy field.

From-SVN: r5281

30 years ago(make_tree, case CONST_INT): Properly set high part if unsigned.
Richard Kenner [Wed, 8 Sep 1993 10:15:49 +0000 (06:15 -0400)]
(make_tree, case CONST_INT): Properly set high part if unsigned.

From-SVN: r5280

30 years ago(push_init_level): Diagnose extra brace group at end of record.
Richard Stallman [Wed, 8 Sep 1993 09:56:15 +0000 (09:56 +0000)]
(push_init_level): Diagnose extra brace group at end of record.

(push_init_level): Diagnose extra brace group at end
of record.  Set constructor_type to 0.
(pop_init_level): Don't output anything if constructor_type is 0.
(process_init_element): Do nothing if constructor_type is 0.

From-SVN: r5279

30 years ago(c_build_type_variant): Allocate new type in same obstack as old one.
Richard Kenner [Tue, 7 Sep 1993 23:11:15 +0000 (19:11 -0400)]
(c_build_type_variant): Allocate new type in same obstack as old one.

From-SVN: r5278

30 years ago(digest_init): Fix error message text.
Richard Stallman [Tue, 7 Sep 1993 21:46:24 +0000 (21:46 +0000)]
(digest_init): Fix error message text.

From-SVN: r5277

30 years ago(expand_binop): Must always widen second operand of shift.
Richard Kenner [Tue, 7 Sep 1993 18:54:27 +0000 (14:54 -0400)]
(expand_binop): Must always widen second operand of shift.

From-SVN: r5276

30 years ago(schedule_block): Correct type of BIT.
Richard Kenner [Tue, 7 Sep 1993 18:40:27 +0000 (14:40 -0400)]
(schedule_block): Correct type of BIT.

From-SVN: r5275

30 years ago(fold): Don't try to process an RTL_EXPR.
Richard Kenner [Tue, 7 Sep 1993 18:32:05 +0000 (14:32 -0400)]
(fold): Don't try to process an RTL_EXPR.

From-SVN: r5274

30 years ago(dbxout_type): Handle enum constants bigger than one word.
Richard Stallman [Tue, 7 Sep 1993 12:27:26 +0000 (12:27 +0000)]
(dbxout_type): Handle enum constants bigger than one word.

Don't print big unsigned values as negative.

From-SVN: r5273

30 years ago(default_conversion): For enum that's unsigned,
Richard Stallman [Tue, 7 Sep 1993 12:26:58 +0000 (12:26 +0000)]
(default_conversion): For enum that's unsigned,

if it's at least as wide as int, convert to an unsigned type.

From-SVN: r5272

30 years ago(build_enumerator): Choose type properly for wide constants.
Richard Stallman [Tue, 7 Sep 1993 12:26:20 +0000 (12:26 +0000)]
(build_enumerator): Choose type properly for wide constants.

(finish_enum): Always set type of the enumerators to the enum type.

From-SVN: r5271

30 years ago(LIB_SPEC, LINK_SPEC, SWITCH_TAKES_ARG):
Richard Stallman [Tue, 7 Sep 1993 10:21:11 +0000 (10:21 +0000)]
(LIB_SPEC, LINK_SPEC, SWITCH_TAKES_ARG):

Definitions copied from sparc/sol2.h.
(CPP_SPEC): Copied from sparc/sol2.h, but deleted -msparclite.

From-SVN: r5270

30 years ago(insn_name_ptr): Define for debugging.
Richard Kenner [Mon, 6 Sep 1993 18:42:55 +0000 (14:42 -0400)]
(insn_name_ptr): Define for debugging.

(walk_rtx, case MATCH_OP_DUP): Expand recog_dup_loc using XEXP not XVECEXP.

From-SVN: r5269

30 years ago(emit_libcall_block): Don't move insns that reference things set in
Richard Kenner [Mon, 6 Sep 1993 17:27:49 +0000 (13:27 -0400)]
(emit_libcall_block): Don't move insns that reference things set in
previous insns.

From-SVN: r5268

30 years ago(modified_between_p): Handle vectors.
Richard Kenner [Mon, 6 Sep 1993 17:27:22 +0000 (13:27 -0400)]
(modified_between_p): Handle vectors.

(modified_in_p): New function.
(refers_to_regno_p): If setting AP, FP, or SP, we clobber the virtual
registers.

From-SVN: r5267

30 years agoDon't declare abort.
Richard Stallman [Mon, 6 Sep 1993 12:36:01 +0000 (12:36 +0000)]
Don't declare abort.

From-SVN: r5266

30 years ago(abort): Correct volatile function declaration.
Jim Wilson [Mon, 6 Sep 1993 05:03:16 +0000 (22:03 -0700)]
(abort): Correct volatile function declaration.

From-SVN: r5265

30 years ago(USER_H): Add va-h8300.h.
Doug Evans [Mon, 6 Sep 1993 02:05:33 +0000 (02:05 +0000)]
(USER_H): Add va-h8300.h.

From-SVN: r5264

30 years ago(grokdeclarator): For PARM_DECLs, only call
Richard Stallman [Sun, 5 Sep 1993 22:35:15 +0000 (22:35 +0000)]
(grokdeclarator): For PARM_DECLs, only call
c_build_type_variant is constp or volatilep is true.

From-SVN: r5263

30 years agocollect2.c (our_file_name, [...]): deleted.
Doug Evans [Sun, 5 Sep 1993 22:20:29 +0000 (22:20 +0000)]
collect2.c (our_file_name, [...]): deleted.

        * collect2.c (our_file_name, last_file_name): deleted.
        (our_file_names): New variable.
        (is_in_prefix_list): New function.
        (find_a_file): Call is_in_prefix_list.
        (main): Make COLLECT_NAMES a list of our invocations.
        If we've invoked ourselves, try again with ld_file_name.

From-SVN: r5262

30 years ago(assign_parms): When parm needs conversion on entry,
Richard Stallman [Sun, 5 Sep 1993 20:01:32 +0000 (20:01 +0000)]
(assign_parms): When parm needs conversion on entry,

don't store it back in the slot where it was passed.

From-SVN: r5261

30 years ago(print_operand): Convert fprintf of single letters to putc and convert fprintf of...
Richard Kenner [Sun, 5 Sep 1993 10:44:00 +0000 (06:44 -0400)]
(print_operand): Convert fprintf of single letters to putc and convert fprintf of constant strings to fputs.

(print_operand): Convert fprintf of single letters to putc and convert
fprintf of constant strings to fputs.
Output '%u' operand as hexadecimal.

From-SVN: r5260

30 years ago(truthvalue_conversion): A complex value is nonzero if either part is
Richard Kenner [Sat, 4 Sep 1993 15:16:10 +0000 (11:16 -0400)]
(truthvalue_conversion): A complex value is nonzero if either part is
nonzero, not if both parts are nonzero.

From-SVN: r5259

30 years ago(build_enumerator): Apply default conversion to constant-expression.
Richard Kenner [Fri, 3 Sep 1993 23:02:27 +0000 (19:02 -0400)]
(build_enumerator): Apply default conversion to constant-expression.

From-SVN: r5258

30 years ago(skip_if_group): Check for traditional mode when skipping ahead to
Richard Kenner [Fri, 3 Sep 1993 22:03:32 +0000 (18:03 -0400)]
(skip_if_group): Check for traditional mode when skipping ahead to
next #, ignore unless at beginning of line.

From-SVN: r5257

30 years agopass -v/-dn to elf linker.
Michael Meissner [Fri, 3 Sep 1993 21:54:58 +0000 (21:54 +0000)]
pass -v/-dn to elf linker.

From-SVN: r5256

30 years agopa.h (READONLY_DATA_ASM_OP): Define.
Jeff Law [Fri, 3 Sep 1993 05:53:48 +0000 (23:53 -0600)]
pa.h (READONLY_DATA_ASM_OP): Define.

* pa.h (READONLY_DATA_ASM_OP): Define.
(READONLY_DATA_SECTION): Define.
(EXTRA_SECTIONS): Add in_readonly_data.
(EXTRA_SECTION_FUNCTIONS): Add readonly_data.

From-SVN: r5255

30 years agoImprove generated code for C400 Clipper.
Richard Kenner [Thu, 2 Sep 1993 23:18:55 +0000 (19:18 -0400)]
Improve generated code for C400 Clipper.

(TARGET_SWITCHES): New options `c300' `c400'.
(TARGET_C300, TARGET_C400): New defines.
(TARGET_DEFAULT): Define as TARGET_C300.
(CONDITIONAL_REGISTER_USAGE): New define.

From-SVN: r5254

30 years agoFix typo.
Michael Meissner [Thu, 2 Sep 1993 22:17:51 +0000 (22:17 +0000)]
Fix typo.

From-SVN: r5253

30 years ago(__INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__): New macros.
Doug Evans [Thu, 2 Sep 1993 21:39:58 +0000 (21:39 +0000)]
(__INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__): New macros.

(INT_MAX, LONG_MAX, LONG_LONG_MAX): Use them.

From-SVN: r5252

30 years agoELF now omits leading underscores.
Michael Meissner [Thu, 2 Sep 1993 18:35:26 +0000 (18:35 +0000)]
ELF now omits leading underscores.

From-SVN: r5251

30 years agoAdd spaces in basic block output.
Michael Meissner [Thu, 2 Sep 1993 10:55:40 +0000 (10:55 +0000)]
Add spaces in basic block output.

From-SVN: r5250

30 years agoUpdate basic block profiling.
Michael Meissner [Thu, 2 Sep 1993 10:50:41 +0000 (10:50 +0000)]
Update basic block profiling.

From-SVN: r5249

This page took 0.087365 seconds and 5 git commands to generate.