]> gcc.gnu.org Git - gcc.git/log
gcc.git
31 years ago(NOTE_INSN_FUNCTION_BEG): Make non-zero.
Doug Evans [Mon, 26 Apr 1993 00:18:16 +0000 (00:18 +0000)]
(NOTE_INSN_FUNCTION_BEG): Make non-zero.

From-SVN: r4226

31 years ago(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...
Richard Kenner [Sun, 25 Apr 1993 22:11:11 +0000 (18:11 -0400)]
(output_decl): Check for DECL_INITIAL == NULL_TREE rather than DECL_EXTERNAL !=...

(output_decl): Check for DECL_INITIAL == NULL_TREE rather than
DECL_EXTERNAL != 0 when trying to see if we have a mere function
declaration rather than a function definition.
(dwarfout_file_scope_decl): Likewise.  Also, don't bother checking
TREE_USED for file-scope functions, since it isn't 100% accurate until
the end of compilation anyway.

From-SVN: r4225

31 years ago(mem_aligned_8): Delete ifdefed out code.
Jim Wilson [Sun, 25 Apr 1993 21:30:06 +0000 (14:30 -0700)]
(mem_aligned_8): Delete ifdefed out code.

(mem_aligned_8): Delete ifdefed out code.  Add support
for TARGET_UNALIGNED_DOUBLES.

From-SVN: r4224

31 years ago(TARGET_HOPE_ALIGN, TARGET_FORCE_ALIGN): Delete.
Jim Wilson [Sun, 25 Apr 1993 21:29:29 +0000 (14:29 -0700)]
(TARGET_HOPE_ALIGN, TARGET_FORCE_ALIGN): Delete.

(TARGET_UNALIGNED_DOUBLES): Define.
(TARGET_SWITCHES): Delete hope-align, force-align.  Add
unaligned-doubles and no-unaligned-doubles.
(ROUND_REG): Delete.
(FIRST_PARM_OFFSET, FUNCTION_ARG_ADVANCE, FUNCTION_ARG,
FUNCTION_INCOMING_ARG, FUNCTION_ARG_PARTIAL_NREGS,
FUNCTION_ARG_BOUNDARY): Delete force-align support.
(LONG_DOUBLE_TYPE_SIZE): Define to 128.

From-SVN: r4223

31 years ago(create_reg_dead_note): Rewrite so as to conserve registers killed not number of...
Jim Wilson [Sun, 25 Apr 1993 21:24:15 +0000 (14:24 -0700)]
(create_reg_dead_note): Rewrite so as to conserve registers killed not number of REG_DEAD notes.

(create_reg_dead_note): Rewrite so as to conserve
registers killed not number of REG_DEAD notes.
(schedule_block): Change comments about dead_notes variable.

From-SVN: r4222

31 years ago(REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Make %f0/%f1
Jim Wilson [Sun, 25 Apr 1993 21:20:55 +0000 (14:20 -0700)]
(REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Make %f0/%f1
the last float registers allocated.

From-SVN: r4221

31 years ago(movstrsi): Comment out.
Jim Wilson [Sun, 25 Apr 1993 21:18:26 +0000 (14:18 -0700)]
(movstrsi): Comment out.

From-SVN: r4220

31 years ago(output_load_address, output_size_for_block_move,
Jim Wilson [Sun, 25 Apr 1993 21:17:59 +0000 (14:17 -0700)]
(output_load_address, output_size_for_block_move,

output_block_move): Ifdef out.

From-SVN: r4219

31 years ago(output_function_epilogue): Emit 'nop' instead of
Jim Wilson [Sun, 25 Apr 1993 21:14:37 +0000 (14:14 -0700)]
(output_function_epilogue): Emit 'nop' instead of
'sub %sp,-0,%sp' when the frame is empty.

From-SVN: r4218

31 years ago(movdf): Add a define split.
Jim Wilson [Sun, 25 Apr 1993 21:14:10 +0000 (14:14 -0700)]
(movdf): Add a define split.

From-SVN: r4217

31 years ago(extract_fixed_bit_field): Adjust BITPOS so that it
Jim Wilson [Sun, 25 Apr 1993 21:07:22 +0000 (14:07 -0700)]
(extract_fixed_bit_field): Adjust BITPOS so that it
fits inside MODE before adjusting OFFSET to get an aligned address.

From-SVN: r4216

31 years ago(make_decl_rtl): If a variable has an asm operand that refers to,
Richard Kenner [Sun, 25 Apr 1993 17:00:40 +0000 (13:00 -0400)]
(make_decl_rtl): If a variable has an asm operand that refers to,

e.g., fp, make a distinct RTL for it.

From-SVN: r4215

31 years ago(init_decl_processing): Last arg to __builtin_apply is size_t, not int.
Richard Kenner [Sun, 25 Apr 1993 16:59:28 +0000 (12:59 -0400)]
(init_decl_processing): Last arg to __builtin_apply is size_t, not int.

From-SVN: r4214

31 years ago(yylex): Don't warn about floating point out of range if target
Richard Kenner [Sun, 25 Apr 1993 14:22:15 +0000 (10:22 -0400)]
(yylex): Don't warn about floating point out of range if target
floating-point format is IEEE.

From-SVN: r4213

31 years ago(SIZE_TYPE): Deleted.
Richard Kenner [Sun, 25 Apr 1993 10:28:45 +0000 (06:28 -0400)]
(SIZE_TYPE): Deleted.

From-SVN: r4212

31 years ago(forget_protocol_qualifiers): Cast enums to int before comparing.
Richard Kenner [Sat, 24 Apr 1993 20:45:57 +0000 (16:45 -0400)]
(forget_protocol_qualifiers): Cast enums to int before comparing.

From-SVN: r4211

31 years agopa.md (cacheflush): Rework pattern and output template to avoid using REG+D addressing.
Jeff Law [Sat, 24 Apr 1993 17:08:24 +0000 (11:08 -0600)]
pa.md (cacheflush): Rework pattern and output template to avoid using REG+D addressing.

* pa.md (cacheflush): Rework pattern and output template to avoid
using REG+D addressing.

From-SVN: r4210

31 years agopa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a memory operand to "cache...
Jeff Law [Sat, 24 Apr 1993 17:07:59 +0000 (11:07 -0600)]
pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a memory operand to "cacheflush".

* pa.h (INITIALIZE_TRAMPOLINE): Pass a register operand, not a
memory operand to "cacheflush".

From-SVN: r4209

31 years ago(invalidate): Use proper type for in_table.
Richard Kenner [Sat, 24 Apr 1993 15:39:59 +0000 (11:39 -0400)]
(invalidate): Use proper type for in_table.

From-SVN: r4208

31 years ago(mark_used_regs): Use proper type for {all,some}_needed.
Richard Kenner [Sat, 24 Apr 1993 15:39:13 +0000 (11:39 -0400)]
(mark_used_regs): Use proper type for {all,some}_needed.

From-SVN: r4207

31 years ago(build_binary_op, build_indirect_ref, build_unary_op): Delete
Richard Kenner [Sat, 24 Apr 1993 15:37:20 +0000 (11:37 -0400)]
(build_binary_op, build_indirect_ref, build_unary_op): Delete
declarations; these are part of the front ends.

From-SVN: r4206

31 years ago(HASHFUNCTION): Cast pointers to widest int type.
Richard Kenner [Sat, 24 Apr 1993 15:14:44 +0000 (11:14 -0400)]
(HASHFUNCTION): Cast pointers to widest int type.

From-SVN: r4205

31 years ago(relax_delay_slots): Make sure target_label is set.
Richard Kenner [Fri, 23 Apr 1993 23:33:48 +0000 (19:33 -0400)]
(relax_delay_slots): Make sure target_label is set.

From-SVN: r4204

31 years ago(shadow_tag_warned): Let warned have three values, so that a mere warning doesn't...
Richard Kenner [Fri, 23 Apr 1993 23:27:20 +0000 (19:27 -0400)]
(shadow_tag_warned): Let warned have three values, so that a mere warning doesn't prevent a pedwarn.

(shadow_tag_warned): Let warned have three values, so that a mere
warning doesn't prevent a pedwarn.  Don't skip the error call at the
end on accounted of warned.

From-SVN: r4203

31 years ago(push_parm_decl): Turn off warning when parameter shadows typedef.
Richard Kenner [Fri, 23 Apr 1993 23:18:52 +0000 (19:18 -0400)]
(push_parm_decl): Turn off warning when parameter shadows typedef.

From-SVN: r4202

31 years agopa.md (casesi0): Indicate that the PC is set to the "out-of-range" label if the index...
Jeff Law [Fri, 23 Apr 1993 20:41:19 +0000 (14:41 -0600)]
pa.md (casesi0): Indicate that the PC is set to the "out-of-range" label if the index is not valid.

* pa.md (casesi0): Indicate that the PC is set to the
"out-of-range" label if the index is not valid.

From-SVN: r4201

31 years agoentered into RCS
Roland McGrath [Fri, 23 Apr 1993 19:03:56 +0000 (19:03 +0000)]
entered into RCS

From-SVN: r4200

31 years ago*** empty log message ***
Roland McGrath [Fri, 23 Apr 1993 19:03:55 +0000 (19:03 +0000)]
*** empty log message ***

From-SVN: r4199

31 years ago(emit_reload_insns): Advance following_insn if it is a clobber,
Doug Evans [Fri, 23 Apr 1993 18:17:39 +0000 (18:17 +0000)]
(emit_reload_insns): Advance following_insn if it is a clobber,

not if the next insn is a clobber.

From-SVN: r4198

31 years ago(scan_for_missed_items): Add keywords: else, do, case.
Doug Evans [Fri, 23 Apr 1993 18:00:18 +0000 (18:00 +0000)]
(scan_for_missed_items): Add keywords: else, do, case.

From-SVN: r4197

31 years ago(convert_to_integer...
Richard Kenner [Fri, 23 Apr 1993 10:56:52 +0000 (06:56 -0400)]
(convert_to_integer...

(convert_to_integer, convert_to_complex): Avoid using
build_{unary,binary}_op since the calling sequences depend on the
front-end.

From-SVN: r4196

31 years ago(expand_expr...
Richard Kenner [Fri, 23 Apr 1993 10:56:05 +0000 (06:56 -0400)]
(expand_expr...

(expand_expr, case OFFSET_REF): Avoid using build_{unary,binary}_op
since the calling sequences depend on the front-end.

From-SVN: r4195

31 years ago(fold...
Richard Kenner [Fri, 23 Apr 1993 10:55:07 +0000 (06:55 -0400)]
(fold...

(fold, case REALPART_EXPR, IMAGPART_EXPR): Avoid using
build_{unary,binary}_op since the calling sequences depend on the
front-end.

From-SVN: r4194

31 years ago(readonly_warning): Correctly check for assignments to iterators.
Richard Kenner [Fri, 23 Apr 1993 10:52:08 +0000 (06:52 -0400)]
(readonly_warning): Correctly check for assignments to iterators.

From-SVN: r4193

31 years ago*** empty log message ***
Tom Wood [Thu, 22 Apr 1993 11:48:29 +0000 (11:48 +0000)]
*** empty log message ***

From-SVN: r4192

31 years ago(maybe_objc_comptypes): Undo the previous change and make the undecided return...
Tom Wood [Thu, 22 Apr 1993 11:48:17 +0000 (11:48 +0000)]
(maybe_objc_comptypes): Undo the previous change and make the undecided return...

(maybe_objc_comptypes): Undo the previous
change and make the undecided return value from 2 to -1 to avoid
confusion with the values used by comptypes.

From-SVN: r4191

31 years ago(ASM_FILE_START): Don't output a .file directive.
Tom Wood [Thu, 22 Apr 1993 11:46:07 +0000 (11:46 +0000)]
(ASM_FILE_START): Don't output a .file directive.

That's used by the assembler for error reporting.

From-SVN: r4190

31 years ago(location_or_const_value_attribute): Fixed to use DECL_INCOMING_RTL for PARM_DECLs...
Richard Kenner [Wed, 21 Apr 1993 22:14:38 +0000 (18:14 -0400)]
(location_or_const_value_attribute): Fixed to use DECL_INCOMING_RTL for PARM_DECLs only when DECL_RTL isn't usable...

(location_or_const_value_attribute): Fixed to use DECL_INCOMING_RTL
for PARM_DECLs only when DECL_RTL isn't usable, and even then, only
when it actually points to the right place.

From-SVN: r4189

31 years ago(integrate_parm_decls): Copy the DECL_ARG_TYPE value from the PARM_DECL being...
Richard Kenner [Wed, 21 Apr 1993 22:13:54 +0000 (18:13 -0400)]
(integrate_parm_decls): Copy the DECL_ARG_TYPE value from the PARM_DECL being...

(integrate_parm_decls): Copy the DECL_ARG_TYPE value from the
PARM_DECL being cloned into the DECL_ARG_TYPE field of the clone.

From-SVN: r4188

31 years ago(AT_lo_user, AT_hi_user): Fix defined values to be correct according
Richard Kenner [Wed, 21 Apr 1993 21:45:44 +0000 (17:45 -0400)]
(AT_lo_user, AT_hi_user): Fix defined values to be correct according
to final DWARF V1 spec.

From-SVN: r4187

31 years ago(assign_parms): Use mode of type, not BLKmode.
Doug Evans [Wed, 21 Apr 1993 00:31:18 +0000 (00:31 +0000)]
(assign_parms): Use mode of type, not BLKmode.

From-SVN: r4186

31 years agoFix style typo.
Doug Evans [Mon, 19 Apr 1993 19:44:49 +0000 (19:44 +0000)]
Fix style typo.

From-SVN: r4185

31 years ago(assign_parms): Use new FUNCTION_ARG_CALLEE_COPIES macro.
Doug Evans [Mon, 19 Apr 1993 19:25:29 +0000 (19:25 +0000)]
(assign_parms): Use new FUNCTION_ARG_CALLEE_COPIES macro.

From-SVN: r4184

31 years ago(expand_call): Use new FUNCTION_ARG_CALLEE_COPIES macro.
Doug Evans [Mon, 19 Apr 1993 19:24:23 +0000 (19:24 +0000)]
(expand_call): Use new FUNCTION_ARG_CALLEE_COPIES macro.

From-SVN: r4183

31 years ago(cmpsi): Use `cmpq' for small immediate values.
Richard Stallman [Sun, 18 Apr 1993 04:42:33 +0000 (04:42 +0000)]
(cmpsi): Use `cmpq' for small immediate values.

(addsi3): Use `loada' for `reg1 = reg2  + immed'.

From-SVN: r4182

31 years ago(clipper_frame_size): New function.
Richard Stallman [Sun, 18 Apr 1993 04:41:54 +0000 (04:41 +0000)]
(clipper_frame_size): New function.

(output_function_pro/epilogue): Support omitting frame pointer.

From-SVN: r4181

31 years ago(FRAME_POINTER_REQUIRED, FRAME_POINTER_OFFSET):
Richard Stallman [Sun, 18 Apr 1993 04:41:38 +0000 (04:41 +0000)]
(FRAME_POINTER_REQUIRED, FRAME_POINTER_OFFSET):

Frame pointer is no longer required for leaf functions.
(OPTIMIZATION_OPTIONS): Define.

From-SVN: r4180

31 years ago(unary_expr): Delete the alternate REALPART and IMAGPART rules with explicit parens.
Richard Stallman [Sun, 18 Apr 1993 03:37:03 +0000 (03:37 +0000)]
(unary_expr): Delete the alternate REALPART and IMAGPART rules with explicit parens.

(unary_expr): Delete the alternate REALPART and IMAGPART
rules with explicit parens.  Make the simple REALPART and IMAGPART
rules contain cast_expr.

From-SVN: r4179

31 years ago(finish_struct): Promote unsigned bitfield to signed int
Richard Stallman [Sun, 18 Apr 1993 03:35:35 +0000 (03:35 +0000)]
(finish_struct): Promote unsigned bitfield to signed int
if the field isn't as wide as an int.

From-SVN: r4178

31 years ago(block_number, BLOCK_NUM, reg_to_stack): Use ints, not shorts to count
Richard Kenner [Sat, 17 Apr 1993 21:44:50 +0000 (17:44 -0400)]
(block_number, BLOCK_NUM, reg_to_stack): Use ints, not shorts to count
blocks.

From-SVN: r4177

31 years ago(same_regs): Now arrays of ints.
Richard Kenner [Sat, 17 Apr 1993 21:44:20 +0000 (17:44 -0400)]
(same_regs): Now arrays of ints.

From-SVN: r4176

31 years ago(reg_last_set_label, reg_last_set_table_tick, label_tick): Use int,
Richard Kenner [Sat, 17 Apr 1993 21:43:26 +0000 (17:43 -0400)]
(reg_last_set_label, reg_last_set_table_tick, label_tick): Use int,

not short, for counting labels.
(combine_instructions): Allocate these vars as arrays of ints.

From-SVN: r4175

31 years ago(uid_block_number): Likewise.
Richard Kenner [Sat, 17 Apr 1993 21:42:44 +0000 (17:42 -0400)]
(uid_block_number): Likewise.

(flow_analysis): Allocate uid_block_number and reg_basic_block as array
of ints.

From-SVN: r4174

31 years ago(reg_basic_block): Now int *, not short *.
Richard Kenner [Sat, 17 Apr 1993 21:42:15 +0000 (17:42 -0400)]
(reg_basic_block): Now int *, not short *.

From-SVN: r4173

31 years ago(FUNCTION_ARG_PADDING): Add parens to make clearer.
Richard Kenner [Sat, 17 Apr 1993 21:40:16 +0000 (17:40 -0400)]
(FUNCTION_ARG_PADDING): Add parens to make clearer.

(MUST_PASS_IN_STACK): Don't allow machine to override (none currently do).
Don't force in stack if wrong padding when padding isn't needed.

From-SVN: r4172

31 years agocalls.c (expand_call): Check warn_inline before complaining about not being able...
Brendan Kehoe [Sat, 17 Apr 1993 01:42:17 +0000 (21:42 -0400)]
calls.c (expand_call): Check warn_inline before complaining about not being able to inline a fn...

        * calls.c (expand_call): Check warn_inline before complaining about
        not being able to inline a fn declared inline.
        * flags.h (warn_inline): Add extern decl.

From-SVN: r4171

31 years ago(blockage): Use unspec_volatile #1; #0 is IMB.
Richard Kenner [Sat, 17 Apr 1993 00:58:54 +0000 (20:58 -0400)]
(blockage): Use unspec_volatile #1; #0 is IMB.

From-SVN: r4170

31 years ago(untyped_call, blockage): New patterns.
Richard Kenner [Sat, 17 Apr 1993 00:26:58 +0000 (20:26 -0400)]
(untyped_call, blockage): New patterns.

From-SVN: r4169

31 years ago(FUNCTION_VALUE_REGNO_P): True only for the first register in the
Richard Kenner [Sat, 17 Apr 1993 00:25:41 +0000 (20:25 -0400)]
(FUNCTION_VALUE_REGNO_P): True only for the first register in the
group.

From-SVN: r4168

31 years ago(qty_n_refs): Make int, like reg_n_refs.
Richard Kenner [Sat, 17 Apr 1993 00:24:06 +0000 (20:24 -0400)]
(qty_n_refs): Make int, like reg_n_refs.

(qty_first_reg, reg_next_in_qty): Make int, not short.
(local_alloc): Allocate these as arrays of ints.
(block_alloc, qty_compare_1): qty_order is now array of ints.

From-SVN: r4167

31 years ago(last_spill_reg): Add missing "int".
Richard Kenner [Fri, 16 Apr 1993 21:55:33 +0000 (17:55 -0400)]
(last_spill_reg): Add missing "int".

From-SVN: r4166

31 years agoobjc-headers: Ensure objc dir exists.
Doug Evans [Fri, 16 Apr 1993 20:54:08 +0000 (20:54 +0000)]
objc-headers: Ensure objc dir exists.

From-SVN: r4165

31 years agoDelete extra dependencies.
Michael Meissner [Fri, 16 Apr 1993 20:37:41 +0000 (20:37 +0000)]
Delete extra dependencies.

From-SVN: r4164

31 years agoDon't put relocatable items into .text if -pic-lib.
Michael Meissner [Fri, 16 Apr 1993 20:37:41 +0000 (20:37 +0000)]
Don't put relocatable items into .text if -pic-lib.

From-SVN: r4163

31 years agoAllow iris to have its version of the trampoline code.
Michael Meissner [Fri, 16 Apr 1993 20:37:41 +0000 (20:37 +0000)]
Allow iris to have its version of the trampoline code.

From-SVN: r4162

31 years agoDon't put relocatable items into .rdata.
Michael Meissner [Fri, 16 Apr 1993 20:37:41 +0000 (20:37 +0000)]
Don't put relocatable items into .rdata.

Allow iris to have it's version of the trampoline code.

From-SVN: r4161

31 years ago(REAL_VALUE_ATOF): Define only if not REAL_ARITHMETIC.
Richard Stallman [Fri, 16 Apr 1993 05:10:34 +0000 (05:10 +0000)]
(REAL_VALUE_ATOF): Define only if not REAL_ARITHMETIC.

From-SVN: r4160

31 years agoRename and add types and constants
Tom Wood [Thu, 15 Apr 1993 17:30:36 +0000 (17:30 +0000)]
Rename and add types and constants

From-SVN: r4159

31 years ago(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros.
Tom Wood [Thu, 15 Apr 1993 17:27:29 +0000 (17:27 +0000)]
(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type checking macros.

(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type
        checking macros.
        (objc_comptypes, build_message_expr, gen_declspecs): Use them.
(IS_ID, IS_PROTOCOL_QUALIFIED_ID, IS_SUPER): New type
        checking macros.
        (objc_comptypes, build_message_expr, gen_declspecs): Use them.
(gen_declarator): Don't use strcpy's return value.
(build_message_expr): Allow any type that matches
        objc_class_type.
(get_class_reference): We already have a name.
(build_objc_string): Use TREE_SET_CODE instead of
        assigning to TREE_CODE.
        (build_objc_string_object): Ditto.

From-SVN: r4158

31 years ago(objc-act.o): Add dependencies.
Richard Stallman [Thu, 15 Apr 1993 07:41:21 +0000 (07:41 +0000)]
(objc-act.o): Add dependencies.

(stmp-int-hdrs): Added dependency objc-headers.
(objc-headers): New target.

From-SVN: r4157

31 years ago(print_node): Use (struct rtx_def *), not (rtx).
Richard Kenner [Wed, 14 Apr 1993 19:24:11 +0000 (15:24 -0400)]
(print_node): Use (struct rtx_def *), not (rtx).

From-SVN: r4156

31 years ago(floatsidf2): Add missing arg to REAL_VALUE_ATOF.
Richard Stallman [Wed, 14 Apr 1993 17:58:36 +0000 (17:58 +0000)]
(floatsidf2): Add missing arg to REAL_VALUE_ATOF.

From-SVN: r4155

31 years agoImprove error message for sym undeclared at top level.
Richard Stallman [Wed, 14 Apr 1993 17:47:31 +0000 (17:47 +0000)]
Improve error message for sym undeclared at top level.

From-SVN: r4154

31 years ago(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as...
Tom Wood [Wed, 14 Apr 1993 17:32:18 +0000 (17:32 +0000)]
(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as the default.

(maybe_objc_comptypes): Return 0
        (incompatible) rather than 2 (similar enough) as the default.
        This was an inadvertent change in the Objective-C merge.

From-SVN: r4153

31 years agoComment change.
Richard Stallman [Wed, 14 Apr 1993 17:29:55 +0000 (17:29 +0000)]
Comment change.

From-SVN: r4152

31 years ago(get_class_reference): Call add_class_reference for
Tom Wood [Wed, 14 Apr 1993 16:08:43 +0000 (16:08 +0000)]
(get_class_reference): Call add_class_reference for
        the GNU runtimes.

From-SVN: r4151

31 years ago(-awake): Corrected name of method -awake: to -awake for compatibility
Kresten Krab Thorup [Wed, 14 Apr 1993 09:12:35 +0000 (09:12 +0000)]
(-awake): Corrected name of method -awake: to -awake for compatibility

(-awake): Corrected name of method -awake: to -awake for compatibility
(+streamVersion:): New method

From-SVN: r4150

31 years ago(objc_get_stream_class_version): Added prototype
Kresten Krab Thorup [Wed, 14 Apr 1993 09:12:35 +0000 (09:12 +0000)]
(objc_get_stream_class_version): Added prototype

From-SVN: r4149

31 years ago(__objc_finish_read_root_object): Corrected name of method -awake: to -awake for...
Kresten Krab Thorup [Wed, 14 Apr 1993 09:12:35 +0000 (09:12 +0000)]
(__objc_finish_read_root_object): Corrected name of method -awake: to -awake for compatibility

(__objc_finish_read_root_object): Corrected name of method -awake: to -awake for compatibility
(objc_get_stream_class_version): New function

From-SVN: r4148

31 years ago(movXX): Third arg to emit_move_sequence is NULL_RTX.
Richard Kenner [Tue, 13 Apr 1993 21:23:14 +0000 (17:23 -0400)]
(movXX): Third arg to emit_move_sequence is NULL_RTX.

(movsi): Add missing return after abort.

From-SVN: r4147

31 years ago(LEGITIMIZE_ADDRESS): Last arg to force_operand is NULL_RTX.
Richard Kenner [Tue, 13 Apr 1993 21:22:51 +0000 (17:22 -0400)]
(LEGITIMIZE_ADDRESS): Last arg to force_operand is NULL_RTX.

From-SVN: r4146

31 years ago(make_var_volatile): Return type is void.
Richard Kenner [Tue, 13 Apr 1993 21:22:16 +0000 (17:22 -0400)]
(make_var_volatile): Return type is void.

(assemble_string): First arg is not pointer to unsigned.

From-SVN: r4145

31 years ago(main): Don't call signal for undefined signal names.
Richard Kenner [Tue, 13 Apr 1993 21:21:50 +0000 (17:21 -0400)]
(main): Don't call signal for undefined signal names.

From-SVN: r4144

31 years ago(sched_analyze_1): Extra arg in anti_dependence call.
Richard Kenner [Tue, 13 Apr 1993 21:21:21 +0000 (17:21 -0400)]
(sched_analyze_1): Extra arg in anti_dependence call.

From-SVN: r4143

31 years ago(xmalloc): Don't use prototype for now.
Richard Kenner [Tue, 13 Apr 1993 21:21:03 +0000 (17:21 -0400)]
(xmalloc): Don't use prototype for now.

From-SVN: r4142

31 years ago(print_node_brief, print_node): Properly cast arg when printing ints
Richard Kenner [Tue, 13 Apr 1993 21:20:23 +0000 (17:20 -0400)]
(print_node_brief, print_node): Properly cast arg when printing ints
or rtx.

From-SVN: r4141

31 years ago(main): Remove extra arg to printf call.
Richard Kenner [Tue, 13 Apr 1993 21:19:54 +0000 (17:19 -0400)]
(main): Remove extra arg to printf call.

From-SVN: r4140

31 years ago(putenv): Make result type void.
Richard Kenner [Tue, 13 Apr 1993 21:17:19 +0000 (17:17 -0400)]
(putenv): Make result type void.

(main): Don't call signal for undefined signal names.

From-SVN: r4139

31 years ago(size_int): NUMBER is unsigned so don't test for negative.
Richard Kenner [Tue, 13 Apr 1993 21:16:37 +0000 (17:16 -0400)]
(size_int): NUMBER is unsigned so don't test for negative.

(optimize_bit_field_compare, all_ones_mask_p): Add missing last arg to
force_fit_type call.

From-SVN: r4138

31 years ago(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.
Richard Kenner [Tue, 13 Apr 1993 21:10:52 +0000 (17:10 -0400)]
(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.

From-SVN: r4137

31 years agoEdit comment.
Richard Kenner [Tue, 13 Apr 1993 21:07:22 +0000 (17:07 -0400)]
Edit comment.

From-SVN: r4136

31 years ago(main, scan_prog_file): Don't call signal on signal names that aren't
Richard Kenner [Tue, 13 Apr 1993 21:07:04 +0000 (17:07 -0400)]
(main, scan_prog_file): Don't call signal on signal names that aren't
defined.

From-SVN: r4135

31 years ago(expand_call): Last arg of emit_stack_save is NULL_RTX.
Richard Kenner [Tue, 13 Apr 1993 21:03:48 +0000 (17:03 -0400)]
(expand_call): Last arg of emit_stack_save is NULL_RTX.

(store_one_arg): Fourth arg to emit_push_insn is NULL_RTX.

From-SVN: r4134

31 years ago(error_init, pedwarn_init): Cast alloca result to char *.
Richard Kenner [Tue, 13 Apr 1993 20:58:17 +0000 (16:58 -0400)]
(error_init, pedwarn_init): Cast alloca result to char *.

From-SVN: r4133

31 years ago(pop_label_level, combine_parm_decls): Correct args in error calls.
Richard Kenner [Tue, 13 Apr 1993 20:56:37 +0000 (16:56 -0400)]
(pop_label_level, combine_parm_decls): Correct args in error calls.

From-SVN: r4132

31 years ago(sminsf, smindf, smaxsf, smaxdf): Should be minsf, etc.
Richard Kenner [Tue, 13 Apr 1993 20:34:37 +0000 (16:34 -0400)]
(sminsf, smindf, smaxsf, smaxdf): Should be minsf, etc.

From-SVN: r4131

31 years agoComment change.
Richard Stallman [Tue, 13 Apr 1993 20:33:27 +0000 (20:33 +0000)]
Comment change.

From-SVN: r4130

31 years ago(digest_init): Don't call default_conversion before convert_for_assignment.
Richard Stallman [Tue, 13 Apr 1993 20:29:47 +0000 (20:29 +0000)]
(digest_init): Don't call default_conversion before convert_for_assignment.

(parser_build_binary_op): Make NOP_EXPR, not NON_LVALUE_EXPR.

From-SVN: r4129

31 years ago(clear_struct_flag): Add void return type defn.
Richard Kenner [Tue, 13 Apr 1993 19:46:38 +0000 (15:46 -0400)]
(clear_struct_flag): Add void return type defn.

(count_subs_rtx): Add int return type and add definition.
(simplify_test_exp): Delete debugging junk.
(do_nothing): Delete.

From-SVN: r4128

31 years ago(dbxout_type): Make just cross refs for struct types
Richard Stallman [Tue, 13 Apr 1993 18:10:51 +0000 (18:10 +0000)]
(dbxout_type): Make just cross refs for struct types
with TYPE_DECLs marked with DECL_IGNORED_P.

From-SVN: r4127

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