platform/upstream/gcc.git
31 years ago(jump_optimize): Add missing parameter in expand_binop call.
Richard Stallman [Fri, 26 Feb 1993 03:50:10 +0000 (03:50 +0000)]
(jump_optimize): Add missing parameter in expand_binop call.

From-SVN: r3537

31 years agoAdd prototypes for most functions declared here.
Richard Stallman [Fri, 26 Feb 1993 03:49:17 +0000 (03:49 +0000)]
Add prototypes for most functions declared here.

From-SVN: r3536

31 years agoNo need to #undef ABS; done in rtl.h.
Richard Kenner [Thu, 25 Feb 1993 23:36:23 +0000 (18:36 -0500)]
No need to #undef ABS; done in rtl.h.

From-SVN: r3535

31 years ago(redundant_insn_p): Fix typo in testing for types of insns by using
Richard Kenner [Thu, 25 Feb 1993 23:29:31 +0000 (18:29 -0500)]
(redundant_insn_p): Fix typo in testing for types of insns by using
GET_RTX_CLASS.

From-SVN: r3534

31 years ago(emit_store_flag): Fix typo in testing BRANCH_COST.
Richard Kenner [Thu, 25 Feb 1993 22:52:02 +0000 (17:52 -0500)]
(emit_store_flag): Fix typo in testing BRANCH_COST.

From-SVN: r3533

31 years ago(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.
Jim Wilson [Thu, 25 Feb 1993 19:38:30 +0000 (11:38 -0800)]
(set_nonzero_bits_and_sign_copies): Fix typo in paradoxical set dest handling.

From-SVN: r3532

31 years ago(convert_to_integer): Delete Feb 19 change.
Jim Wilson [Thu, 25 Feb 1993 19:34:16 +0000 (11:34 -0800)]
(convert_to_integer): Delete Feb 19 change.

From-SVN: r3531

31 years ago(decode_field_reference): Fix force_fit_type call.
Jim Wilson [Thu, 25 Feb 1993 19:31:18 +0000 (11:31 -0800)]
(decode_field_reference): Fix force_fit_type call.

From-SVN: r3530

31 years agoUse pwd if PWDCMD is not defined
Ian Lance Taylor [Thu, 25 Feb 1993 15:39:05 +0000 (15:39 +0000)]
Use pwd if PWDCMD is not defined

From-SVN: r3529

31 years ago(emit_library_call_value): Fix bug in prev change.
Richard Stallman [Thu, 25 Feb 1993 06:20:24 +0000 (06:20 +0000)]
(emit_library_call_value): Fix bug in prev change.

From-SVN: r3528

31 years ago(vms_check_external): New function.
Richard Stallman [Thu, 25 Feb 1993 00:25:44 +0000 (00:25 +0000)]
(vms_check_external): New function.

From-SVN: r3527

31 years ago(ASM_OUTPUT_EXTERNAL): Use vms_check_external.
Richard Stallman [Thu, 25 Feb 1993 00:25:31 +0000 (00:25 +0000)]
(ASM_OUTPUT_EXTERNAL): Use vms_check_external.

(ASM_GLOBALIZE_LABEL): New definition; use vms_check_external.

From-SVN: r3526

31 years ago(NO_SYS_SIGLIST): Defined.
Richard Stallman [Wed, 24 Feb 1993 23:28:29 +0000 (23:28 +0000)]
(NO_SYS_SIGLIST): Defined.

From-SVN: r3525

31 years ago(consec_sets_invariant_p): Correct REG_EQUAL note checks
Jim Wilson [Wed, 24 Feb 1993 21:12:11 +0000 (13:12 -0800)]
(consec_sets_invariant_p): Correct REG_EQUAL note checks
to distinguish libcall case from ordinary insn case.

From-SVN: r3524

31 years ago(add_label_notes): Don't add notes for references to dispatch tables because jump...
Jim Wilson [Wed, 24 Feb 1993 21:08:55 +0000 (13:08 -0800)]
(add_label_notes): Don't add notes for references to dispatch tables because jump doesn't.

(add_label_notes): Don't add notes for references to
dispatch tables because jump doesn't.
(find_and_verify_loops): Invalidate loops that contain labels
whose address has been taken.

From-SVN: r3523

31 years ago(string.h): Delete 'g' from sed command.
Jim Wilson [Wed, 24 Feb 1993 21:06:04 +0000 (13:06 -0800)]
(string.h): Delete 'g' from sed command.

From-SVN: r3522

31 years ago(zero_extendqi*i2): Delete never matched constraints.
Jim Wilson [Wed, 24 Feb 1993 21:04:23 +0000 (13:04 -0800)]
(zero_extendqi*i2): Delete never matched constraints.

From-SVN: r3521

31 years ago(umulsidi3+1): Delete extra parenthesis.
Jim Wilson [Wed, 24 Feb 1993 21:01:21 +0000 (13:01 -0800)]
(umulsidi3+1): Delete extra parenthesis.

From-SVN: r3520

31 years ago(all_ones_mask_p): Really use tmask.
Richard Stallman [Wed, 24 Feb 1993 06:43:37 +0000 (06:43 +0000)]
(all_ones_mask_p): Really use tmask.

(all_ones_mask_p): Declare tmask to be `tree'.
(optimize_bit_field_compare) Add missing semicolon.

(decode_field_reference): Use force_fit_type
instead of convert to avoid truncated integer warning.
(all_ones_mask_p): Likewise.

From-SVN: r3519

31 years agoUse relative paths in symbolic links in installed include directory
Ian Lance Taylor [Tue, 23 Feb 1993 23:09:10 +0000 (23:09 +0000)]
Use relative paths in symbolic links in installed include directory

From-SVN: r3518

31 years ago(install-include-dir): Depend on install-dir.
Richard Stallman [Tue, 23 Feb 1993 23:03:09 +0000 (23:03 +0000)]
(install-include-dir): Depend on install-dir.

From-SVN: r3517

31 years ago(check_for_full_enumeration_handling): Handle nameless type.
Richard Stallman [Tue, 23 Feb 1993 23:01:38 +0000 (23:01 +0000)]
(check_for_full_enumeration_handling): Handle nameless type.

From-SVN: r3516

31 years ago(CONSTRUCTOR_NAME_FORMAT): Handle NO_DOT_IN_LABEL.
Richard Stallman [Tue, 23 Feb 1993 19:55:23 +0000 (19:55 +0000)]
(CONSTRUCTOR_NAME_FORMAT): Handle NO_DOT_IN_LABEL.

From-SVN: r3515

31 years ago(NO_DOLLAR_IN_LABEL, NO_DOT_IN_LABEL): Defined.
Richard Stallman [Tue, 23 Feb 1993 19:46:08 +0000 (19:46 +0000)]
(NO_DOLLAR_IN_LABEL, NO_DOT_IN_LABEL): Defined.

From-SVN: r3514

31 years ago(output_call): Don't use the delay slot of a bsr.n
John Hassey [Tue, 23 Feb 1993 02:10:03 +0000 (02:10 +0000)]
(output_call): Don't use the delay slot of a bsr.n
to modify the return address, unless -O2 specified.

From-SVN: r3513

31 years ago(convert_to_integer): #if 0 the truncated integer warning.
Richard Stallman [Mon, 22 Feb 1993 05:25:58 +0000 (05:25 +0000)]
(convert_to_integer): #if 0 the truncated integer warning.

From-SVN: r3512

31 years ago(emit_library_call_value): Really pass mem value address
Richard Stallman [Mon, 22 Feb 1993 01:23:03 +0000 (01:23 +0000)]
(emit_library_call_value): Really pass mem value address
to the library function.

From-SVN: r3511

31 years ago* pa.md (load high pattern): Rework constraints to reduce %r1 spillage.
Jeff Law [Sun, 21 Feb 1993 18:10:37 +0000 (11:10 -0700)]
* pa.md (load high pattern): Rework constraints to reduce %r1 spillage.

From-SVN: r3510

31 years agopa.md (const_double -> FP pattern): Remove cases which can neve happen anymore.
Jeff Law [Sun, 21 Feb 1993 18:08:55 +0000 (11:08 -0700)]
pa.md (const_double -> FP pattern): Remove cases which can neve happen anymore.

* pa.md (const_double -> FP pattern): Remove cases which can neve
happen anymore.

From-SVN: r3509

31 years agopa.c (print_operand, case 'Y'): Output comparison operators which right result when...
Jeff Law [Sun, 21 Feb 1993 18:04:36 +0000 (11:04 -0700)]
pa.c (print_operand, case 'Y'): Output comparison operators which right result when...

* pa.c (print_operand, case 'Y'): Output comparison operators which
right result when one or more of the operands is a NaN.

From-SVN: r3508

31 years ago(emit_move_insn_1): Declared.
Richard Stallman [Sun, 21 Feb 1993 06:52:14 +0000 (06:52 +0000)]
(emit_move_insn_1): Declared.

From-SVN: r3507

31 years ago(gen_move_insn): Use emit_move_insn_1.
Richard Stallman [Sun, 21 Feb 1993 06:51:56 +0000 (06:51 +0000)]
(gen_move_insn): Use emit_move_insn_1.

From-SVN: r3506

31 years ago(emit_move_insn_1): New subroutine cut from emit_move_insn.
Richard Stallman [Sun, 21 Feb 1993 06:51:34 +0000 (06:51 +0000)]
(emit_move_insn_1): New subroutine cut from emit_move_insn.

(emit_move_insn): Use that.

From-SVN: r3505

31 years ago* Add declaration for pedwarn_with_line.
Doug Evans [Sun, 21 Feb 1993 01:33:25 +0000 (01:33 +0000)]
* Add declaration for pedwarn_with_line.

From-SVN: r3504

31 years ago(SRCDIR): Make absolute from ORIGDIR.
Richard Stallman [Sun, 21 Feb 1993 00:14:46 +0000 (00:14 +0000)]
(SRCDIR): Make absolute from ORIGDIR.

(sys/types.h): Quote variables that might expand with spaces.
Strip quotes from expansion of SIZE_TYPE.

Also fix incorrect installation of previous patch.

From-SVN: r3503

31 years ago(warning_with_line, pedwarn_with_line): New functions.
Richard Stallman [Sat, 20 Feb 1993 23:49:57 +0000 (23:49 +0000)]
(warning_with_line, pedwarn_with_line): New functions.

(rescan): For pedantic, no error if string constant has newline,
just a pedwarn.  And don't end the string constant there.

From-SVN: r3502

31 years ago(decode_field_reference): Use force_fit_type instead of convert to avoid truncated...
Doug Evans [Sat, 20 Feb 1993 22:24:44 +0000 (22:24 +0000)]
(decode_field_reference): Use force_fit_type instead of convert to avoid truncated integer warning.

* (decode_field_reference): Use force_fit_type instead of convert to avoid
truncated integer warning.

From-SVN: r3501

31 years agoChange "va_list)" to "__gnuc_va_list)".
John Hassey [Sat, 20 Feb 1993 15:39:27 +0000 (15:39 +0000)]
Change "va_list)" to "__gnuc_va_list)".

From-SVN: r3500

31 years ago* Save temp file in ${LIB}. Use -I${ORIGDIR} when compiling types.c.
Doug Evans [Sat, 20 Feb 1993 08:17:28 +0000 (08:17 +0000)]
* Save temp file in ${LIB}. Use -I${ORIGDIR} when compiling types.c.

From-SVN: r3499

31 years ago(BISONFLAGS): Add -v.
Richard Stallman [Sat, 20 Feb 1993 06:30:20 +0000 (06:30 +0000)]
(BISONFLAGS): Add -v.

(stmp-fixinc): Renamed from stmp-fixincludes.

From-SVN: r3498

31 years ago(regno_uninitialized): Test global_regs only for hard regs.
Richard Stallman [Fri, 19 Feb 1993 19:09:39 +0000 (19:09 +0000)]
(regno_uninitialized): Test global_regs only for hard regs.

From-SVN: r3497

31 years ago(convert_to_integer): Warn if integer is truncated and that changes the value.
Richard Stallman [Fri, 19 Feb 1993 05:46:22 +0000 (05:46 +0000)]
(convert_to_integer): Warn if integer is truncated and that changes the value.

From-SVN: r3496

31 years agoInclude aix386ng.h instead of duplicating it.
Jim Wilson [Fri, 19 Feb 1993 01:41:31 +0000 (17:41 -0800)]
Include aix386ng.h instead of duplicating it.

From-SVN: r3495

31 years ago(ASM_OUTPUT_CASE_END): Add missing semicolon.
Jim Wilson [Fri, 19 Feb 1993 01:30:41 +0000 (17:30 -0800)]
(ASM_OUTPUT_CASE_END): Add missing semicolon.

From-SVN: r3494

31 years ago(output_function_prologue): Don't save %f31 to stack.
Jim Wilson [Fri, 19 Feb 1993 01:27:58 +0000 (17:27 -0800)]
(output_function_prologue): Don't save %f31 to stack.

From-SVN: r3493

31 years ago(STARTING_FRAME_OFFSET): Set to -8.
Jim Wilson [Fri, 19 Feb 1993 01:26:56 +0000 (17:26 -0800)]
(STARTING_FRAME_OFFSET): Set to -8.

From-SVN: r3492

31 years ago(va_start): If __GCC_NEW_VARARGS__ not defined, use old definition.
Jim Wilson [Fri, 19 Feb 1993 01:25:28 +0000 (17:25 -0800)]
(va_start): If __GCC_NEW_VARARGS__ not defined, use old definition.

From-SVN: r3491

31 years ago(CPP_PREDEFINES): Add -D__GCC_NEW_VARARGS__.
Jim Wilson [Fri, 19 Feb 1993 01:24:11 +0000 (17:24 -0800)]
(CPP_PREDEFINES): Add -D__GCC_NEW_VARARGS__.

From-SVN: r3490

31 years ago(end_final): Don't call assemble_zeros with an size argument of zero.
Jim Wilson [Fri, 19 Feb 1993 01:20:58 +0000 (17:20 -0800)]
(end_final): Don't call assemble_zeros with an size argument of zero.

From-SVN: r3489

31 years ago(expand_call): When MAYBE_REG_PARM_STACK_SPACE defined,
Jim Wilson [Fri, 19 Feb 1993 01:14:55 +0000 (17:14 -0800)]
(expand_call): When MAYBE_REG_PARM_STACK_SPACE defined,

if reg_parm_stack_space is zero, set args_size.constant to zero.

From-SVN: r3488

31 years ago(yylex): Undo Feb 7 change.
Richard Stallman [Thu, 18 Feb 1993 23:44:34 +0000 (23:44 +0000)]
(yylex): Undo Feb 7 change.

From-SVN: r3487

31 years ago(program): After extdefs, pop any unpopped binding lvls.
Richard Stallman [Thu, 18 Feb 1993 23:44:20 +0000 (23:44 +0000)]
(program): After extdefs, pop any unpopped binding lvls.

From-SVN: r3486

31 years ago(ABS): #undef after including sys/time.h and sys/resource.h.
Richard Stallman [Thu, 18 Feb 1993 06:30:00 +0000 (06:30 +0000)]
(ABS): #undef after including sys/time.h and sys/resource.h.

From-SVN: r3485

31 years ago(emit_ldst): For large offsets use register index
John Hassey [Thu, 18 Feb 1993 03:05:08 +0000 (03:05 +0000)]
(emit_ldst): For large offsets use register index
instead of immediate.

From-SVN: r3484

31 years ago(truncdfsf2, extendsfdf2): Changed from define_insn to expand_insn.
Richard Stallman [Wed, 17 Feb 1993 23:33:10 +0000 (23:33 +0000)]
(truncdfsf2, extendsfdf2): Changed from define_insn to expand_insn.

Eliminated a jmp pattern and the peephole patterns which are no longer
needed now that deferred addressing is supported.

From-SVN: r3483

31 years ago(CONST_COSTS): Updated to better reflect
Richard Stallman [Wed, 17 Feb 1993 23:32:16 +0000 (23:32 +0000)]
(CONST_COSTS): Updated to better reflect
the actual constant costs on a we32k.

(GO_IF_LEGITIMATE_ADDRESS): Added support for deferred addressing.

From-SVN: r3482

31 years ago(sys/types.h): Replace definition of size_t based on SIZE_TYPE.
Richard Stallman [Wed, 17 Feb 1993 23:21:42 +0000 (23:21 +0000)]
(sys/types.h): Replace definition of size_t based on SIZE_TYPE.

From-SVN: r3481

31 years agoUse 'K' constraint with arith5_operand predicate.
John Hassey [Wed, 17 Feb 1993 15:01:27 +0000 (15:01 +0000)]
Use 'K' constraint with arith5_operand predicate.

From-SVN: r3480

31 years ago(CONST_OK_FOR_LETTER_P): Added 'K'.
John Hassey [Wed, 17 Feb 1993 15:00:52 +0000 (15:00 +0000)]
(CONST_OK_FOR_LETTER_P): Added 'K'.

From-SVN: r3479

31 years ago(find_reloads_address): Use strict_memory_address_p
Richard Stallman [Tue, 16 Feb 1993 22:13:45 +0000 (22:13 +0000)]
(find_reloads_address): Use strict_memory_address_p
to check for valid indirect address.

From-SVN: r3478

31 years ago(ASM_OUTPUT_IDENT, IDENT_ASM_OP): Defined.
Richard Stallman [Tue, 16 Feb 1993 19:35:31 +0000 (19:35 +0000)]
(ASM_OUTPUT_IDENT, IDENT_ASM_OP): Defined.

From-SVN: r3477

31 years agoInclude xm-svr3.h. Move tm.h include earlier.
Richard Stallman [Tue, 16 Feb 1993 06:49:42 +0000 (06:49 +0000)]
Include xm-svr3.h.  Move tm.h include earlier.

(HOST_BITS_PER_LONGLONG, HOST_WORDS_BIG_ENDIAN): Defined.
(USG, bcopy, bzero, bcmp): Deleted.
(alloca): Definition moved before tm.h.

From-SVN: r3476

31 years ago(build_indirect_ref): Avoid *& short-cut if -fvolatile.
Richard Stallman [Tue, 16 Feb 1993 06:29:26 +0000 (06:29 +0000)]
(build_indirect_ref): Avoid *& short-cut if -fvolatile.

From-SVN: r3475

31 years agoFor .S files, pas -traditional to cpp unless -ansi or -traditional.
Michael Meissner [Tue, 16 Feb 1993 03:21:16 +0000 (03:21 +0000)]
For .S files, pas -traditional to cpp unless -ansi or -traditional.

From-SVN: r3474

31 years ago(HASHFUNCTION): Insure nonnegative hash even if addresses are negative.
Richard Stallman [Mon, 15 Feb 1993 07:18:09 +0000 (07:18 +0000)]
(HASHFUNCTION): Insure nonnegative hash even if addresses are negative.

From-SVN: r3473

31 years ago(warn_missing_braces): Declared.
Richard Stallman [Sat, 13 Feb 1993 09:19:51 +0000 (09:19 +0000)]
(warn_missing_braces): Declared.

From-SVN: r3472

31 years ago(c_decode_option): Handle -Wmissing-braces.
Richard Stallman [Sat, 13 Feb 1993 09:19:04 +0000 (09:19 +0000)]
(c_decode_option): Handle -Wmissing-braces.

From-SVN: r3471

31 years ago(process_init_constructor): Test warn_missing_braces.
Richard Stallman [Sat, 13 Feb 1993 09:17:25 +0000 (09:17 +0000)]
(process_init_constructor): Test warn_missing_braces.

From-SVN: r3470

31 years ago(build_indirect_ref): If arg is void *, just warn.
Richard Stallman [Sat, 13 Feb 1993 05:41:28 +0000 (05:41 +0000)]
(build_indirect_ref): If arg is void *, just warn.

From-SVN: r3469

31 years ago* make setup_incoming_promotions static
Doug Evans [Sat, 13 Feb 1993 00:39:55 +0000 (00:39 +0000)]
* make setup_incoming_promotions static

From-SVN: r3468

31 years agoFix typos in comment.
Per Bothner [Fri, 12 Feb 1993 21:03:32 +0000 (13:03 -0800)]
Fix typos in comment.

From-SVN: r3467

31 years ago(rotlsi3): Fix typo, rotate was rotatert in rtl template.
Torbjorn Granlund [Fri, 12 Feb 1993 16:27:41 +0000 (16:27 +0000)]
(rotlsi3): Fix typo, rotate was rotatert in rtl template.

From-SVN: r3466

31 years ago(reposition_prologue_and_epilogue_notes): Allow
John Hassey [Fri, 12 Feb 1993 15:52:54 +0000 (15:52 +0000)]
(reposition_prologue_and_epilogue_notes): Allow
for zero length prologue and epilogue list.

From-SVN: r3465

31 years ago(yylex): For wide char constant, use wchar_type_node.
Richard Stallman [Fri, 12 Feb 1993 07:36:00 +0000 (07:36 +0000)]
(yylex): For wide char constant, use wchar_type_node.

Swallow any preprocessing number as a (possibly erroneous) number.

From-SVN: r3464

31 years ago(find_a_file): Always reject "./ld".
Richard Kenner [Thu, 11 Feb 1993 19:41:46 +0000 (14:41 -0500)]
(find_a_file): Always reject "./ld".

(main): Pass short name of program as first arg to fork_execute; ensure
argv[0] always gets filename.
(fork_execute): Print name for diagnostic from PROG; filename comes from
argv[0].

From-SVN: r3463

31 years agoDon't assume that macros defining IO and CTRL ioctl codes always use
Richard Kenner [Thu, 11 Feb 1993 18:49:37 +0000 (13:49 -0500)]
Don't assume that macros defining IO and CTRL ioctl codes always use
`x'; some use `c' or `g'.

From-SVN: r3462

31 years ago(putenv): New function, copied from gcc.c.
Richard Kenner [Thu, 11 Feb 1993 10:55:22 +0000 (05:55 -0500)]
(putenv): New function, copied from gcc.c.

(last_file_name): New variable.
(find_a_file): Ignore name in last_file_name too.
(main): Look at name in COLLECT_NAME and set it to the name we were called
with.
Pass filename used for ld to ld as argv[0].

From-SVN: r3461

31 years ago(expand_builtin): Move memory_address calls
Richard Stallman [Thu, 11 Feb 1993 08:56:16 +0000 (08:56 +0000)]
(expand_builtin): Move memory_address calls
out of arglist of emit_block_move.

From-SVN: r3460

31 years ago(version_string): Declare.
Richard Kenner [Wed, 10 Feb 1993 21:13:53 +0000 (16:13 -0500)]
(version_string): Declare.

(current_file_function_operand): New function, replaces
current_function_operand.
(print_operand, case 'F'): Case deleted.
(alpha_builtin_saveregs): Reworked to use homed arglists, as recommended in
the calling standard.
(alpha_need_gp): Deleted, code moved into output_prolog.
(alpha_gp_dead_after): Deleted; optimization is not safe.
(alpha_write_verstamp): New function.
(output_prolog, output_epilog): Major rework to update to current
calling standard.

From-SVN: r3459

31 years ago(call insns): Always reload gp after a full call.
Richard Kenner [Wed, 10 Feb 1993 21:12:51 +0000 (16:12 -0500)]
(call insns): Always reload gp after a full call.

Use current_file_function_operand to see when we can use BSR.

From-SVN: r3458

31 years ago(ASM_OUTPUT_LOOP_ALIGN): Enable, now that assembler fixed.
Richard Kenner [Wed, 10 Feb 1993 21:12:20 +0000 (16:12 -0500)]
(ASM_OUTPUT_LOOP_ALIGN): Enable, now that assembler fixed.

(SLOW_UNALIGNED_ACCESS): Define as 1.
(ARG_POINTER_REGNUM): Use register number 31 as an arg pointer.
(FRAME_GROWS_DOWNWARD): Do not define.
(STARTING_FRAME_OFFSET): Now is outgoing args size.
(FIRST_PARM_OFFSET): Now 0.
(ELIMINABLE_REGS, etc.): Cannot eliminate gp, but do eliminate AP in favor
of either SP or FP.
(RETURN_IN_MEMORY): All structs or integers larger than 64 bits get returned
via memory.
(SETUP_INCOMING_VARARGS): Use homed arglist mechanism.
(ASM_DECLARE_FUNCTION_NAME): Use proper second arg to .ent.
(ASM_FILE_START): Call alpha_write_verstamp.
(ENCODE_SECTION_INFO): Record when a decl is for a function in the current
file.

From-SVN: r3457

31 years agoremoved m88kbcs, changed delta88 and harris to
John Hassey [Wed, 10 Feb 1993 17:56:58 +0000 (17:56 +0000)]
removed m88kbcs, changed delta88 and harris to
        use sysv3.

From-SVN: r3456

31 years ago(duplicate_decls): Silently accept harmless mismatch
Richard Stallman [Wed, 10 Feb 1993 08:30:25 +0000 (08:30 +0000)]
(duplicate_decls): Silently accept harmless mismatch
in type of 1st arg of builtin function.

From-SVN: r3455

31 years agoalpha.md (fix_truncdfdi2, [...]): Use `cvttqc', not `cvttq', to avoid rounding up.
Brendan Kehoe [Wed, 10 Feb 1993 03:16:37 +0000 (22:16 -0500)]
alpha.md (fix_truncdfdi2, [...]): Use `cvttqc', not `cvttq', to avoid rounding up.

        * alpha.md (fix_truncdfdi2, fix_truncsfdi2): Use `cvttqc', not
        `cvttq', to avoid rounding up.

From-SVN: r3454

31 years agoentered into RCS
Richard Stallman [Tue, 9 Feb 1993 23:47:23 +0000 (23:47 +0000)]
entered into RCS

From-SVN: r3453

31 years agoInitial revision
Richard Stallman [Tue, 9 Feb 1993 23:47:17 +0000 (23:47 +0000)]
Initial revision

From-SVN: r3452

31 years ago(setup_incoming_promotions): New function.
Richard Kenner [Tue, 9 Feb 1993 23:45:34 +0000 (18:45 -0500)]
(setup_incoming_promotions): New function.

(combine_instructions): Add calls to setup_incoming_promotions.

From-SVN: r3451

31 years agoDeclare promoted_input_arg.
Richard Kenner [Tue, 9 Feb 1993 23:45:06 +0000 (18:45 -0500)]
Declare promoted_input_arg.

From-SVN: r3450

31 years ago(promoted_input_arg): New function.
Richard Kenner [Tue, 9 Feb 1993 23:44:25 +0000 (18:44 -0500)]
(promoted_input_arg): New function.

From-SVN: r3449

31 years agofixincludes: Fix logic about when to duplicate entries under the `FILE' link.
Brendan Kehoe [Tue, 9 Feb 1993 19:05:03 +0000 (14:05 -0500)]
fixincludes: Fix logic about when to duplicate entries under the `FILE' link.

        * fixincludes: Fix logic about when to duplicate entries under the
        `FILE' link.

From-SVN: r3448

31 years ago(main): Fix lineno of "does not end in newline" message.
Richard Stallman [Tue, 9 Feb 1993 18:50:33 +0000 (18:50 +0000)]
(main): Fix lineno of "does not end in newline" message.

(finclude): Likewise.

From-SVN: r3447

31 years agoFix integer overflows
Michael Meissner [Tue, 9 Feb 1993 17:06:09 +0000 (17:06 +0000)]
Fix integer overflows

From-SVN: r3446

31 years agoUndefine ABS; some POSIX systems define it as 1.
Richard Kenner [Tue, 9 Feb 1993 10:46:08 +0000 (05:46 -0500)]
Undefine ABS; some POSIX systems define it as 1.

From-SVN: r3445

31 years ago(combine_instructions): When calling set_nonzero_bits_and_sign_copies,
Richard Kenner [Tue, 9 Feb 1993 10:45:36 +0000 (05:45 -0500)]
(combine_instructions): When calling set_nonzero_bits_and_sign_copies,

set things up so that we can call get_last value; call
record_dead_and_set_regs in loop.
(set_nonzero_bits_and_sign_copies): Handle paradoxical SET.

From-SVN: r3444

31 years ago(size_in_bytes): Add 2nd arg to force_fit_type.
Richard Stallman [Tue, 9 Feb 1993 06:13:46 +0000 (06:13 +0000)]
(size_in_bytes): Add 2nd arg to force_fit_type.

From-SVN: r3443

31 years ago(compile_file): Don't flag global register variables as unused.
John Hassey [Mon, 8 Feb 1993 15:17:53 +0000 (15:17 +0000)]
(compile_file): Don't flag global register variables as unused.

From-SVN: r3442

31 years ago(extendsidi2): Use correct mnemonic for cwtl opcode.
James Van Artsdalen [Mon, 8 Feb 1993 14:09:00 +0000 (14:09 +0000)]
(extendsidi2): Use correct mnemonic for cwtl opcode.

From-SVN: r3441

31 years agoAllow passing nonaligned BLKmode structs in regs.
Richard Kenner [Mon, 8 Feb 1993 10:51:58 +0000 (05:51 -0500)]
Allow passing nonaligned BLKmode structs in regs.

(struct arg_data): New fields aligned_regs and n_aligned_regs.
(expand_call): Set and use these fields when required.
(store_one_arg): Don't pass reg to emit_push_insn if we have previously
formed aligned registers.

From-SVN: r3440

31 years ago(emit_push_insn): If REG is zero, don't set regs here.
Richard Kenner [Mon, 8 Feb 1993 10:49:27 +0000 (05:49 -0500)]
(emit_push_insn): If REG is zero, don't set regs here.

From-SVN: r3439

31 years ago(MUST_PASS_IN_STACK_BAD_ALIGN): Deleted.
Richard Kenner [Mon, 8 Feb 1993 10:49:05 +0000 (05:49 -0500)]
(MUST_PASS_IN_STACK_BAD_ALIGN): Deleted.

(MUST_PASS_IN_STACK): No problem anymore with nonaligned structs.

From-SVN: r3438