platform/upstream/gcc.git
31 years agoMove definition of TARGET_DEFAULT to before inclusion of other pa*h files.
Torbjorn Granlund [Mon, 9 Nov 1992 17:33:01 +0000 (17:33 +0000)]
Move definition of TARGET_DEFAULT to before inclusion of other pa*h files.

Only define TARGET_DEFAULT if not already defined.
Get rid of hpux8 conditionals.

From-SVN: r2721

31 years agoAvoid use of | in sed regexp; use multiple s commands.
Richard Stallman [Mon, 9 Nov 1992 07:25:45 +0000 (07:25 +0000)]
Avoid use of | in sed regexp; use multiple s commands.

From-SVN: r2720

31 years ago(movstrsi): mask move count after signed shift.
James Van Artsdalen [Mon, 9 Nov 1992 02:36:53 +0000 (02:36 +0000)]
(movstrsi): mask move count after signed shift.

From-SVN: r2719

31 years ago(EXINIT): Use `set'.
Richard Stallman [Sun, 8 Nov 1992 19:54:50 +0000 (19:54 +0000)]
(EXINIT): Use `set'.

From-SVN: r2718

31 years ago(EXINIT): Set it to `true', not null.
Richard Stallman [Sun, 8 Nov 1992 18:57:20 +0000 (18:57 +0000)]
(EXINIT): Set it to `true', not null.

From-SVN: r2717

31 years ago(finish_decl): Don't clear DECL_INITIAL in inline fn decls.
Richard Stallman [Sun, 8 Nov 1992 02:48:04 +0000 (02:48 +0000)]
(finish_decl): Don't clear DECL_INITIAL in inline fn decls.

From-SVN: r2716

31 years ago(CPP_PREDEFINES): Add single-underscore variants of all the predefined symbols.
Richard Stallman [Sun, 8 Nov 1992 02:30:40 +0000 (02:30 +0000)]
(CPP_PREDEFINES): Add single-underscore variants of all the predefined symbols.

From-SVN: r2715

31 years ago(gen_int_relational): Handle overflow when incrementing cmp1.
Richard Stallman [Sun, 8 Nov 1992 00:10:42 +0000 (00:10 +0000)]
(gen_int_relational): Handle overflow when incrementing cmp1.

From-SVN: r2714

31 years ago(immed_real_const_1, immed_double_const): Fix typos in last change.
Richard Stallman [Sat, 7 Nov 1992 20:31:36 +0000 (20:31 +0000)]
(immed_real_const_1, immed_double_const): Fix typos in last change.

From-SVN: r2713

31 years ago(emit_move_insn): Do return a value, in complex case.
Richard Stallman [Sat, 7 Nov 1992 20:30:00 +0000 (20:30 +0000)]
(emit_move_insn): Do return a value, in complex case.

From-SVN: r2712

31 years ago(STARTFILE_SPEC): Fix line wrap.
Richard Stallman [Sat, 7 Nov 1992 19:16:32 +0000 (19:16 +0000)]
(STARTFILE_SPEC): Fix line wrap.

(SIGNED_CHAR_SPEC): Defined to set _CHAR_UNSIGNED.

From-SVN: r2711

31 years agoentered into RCS
Richard Stallman [Sat, 7 Nov 1992 19:13:09 +0000 (19:13 +0000)]
entered into RCS

From-SVN: r2710

31 years ago(dbxout_symbol): Give name ` ' to unnamed enums.
Richard Stallman [Sat, 7 Nov 1992 03:56:24 +0000 (03:56 +0000)]
(dbxout_symbol): Give name ` ' to unnamed enums.

From-SVN: r2709

31 years ago(init_libfuncs): Add casts when comparing/incrementing enum.
Richard Stallman [Fri, 6 Nov 1992 21:04:59 +0000 (21:04 +0000)]
(init_libfuncs): Add casts when comparing/incrementing enum.

From-SVN: r2708

31 years ago(main): Really accept -gstabs+.
Richard Stallman [Fri, 6 Nov 1992 20:41:19 +0000 (20:41 +0000)]
(main): Really accept -gstabs+.

From-SVN: r2707

31 years ago(tcnd_divide_by_zero...
Tom Wood [Fri, 6 Nov 1992 11:47:37 +0000 (11:47 +0000)]
(tcnd_divide_by_zero...

(tcnd_divide_by_zero, divsi3, udivsi3): Allow the
explicit trap for divide by zero to resume execution along the
expected path.

From-SVN: r2706

31 years ago(FIXINCLUDES): Delete
Tom Wood [Fri, 6 Nov 1992 11:47:21 +0000 (11:47 +0000)]
(FIXINCLUDES): Delete

From-SVN: r2705

31 years ago(andsi3): Mask immed op to 0xff in QI-reg ff00-byte case.
Richard Stallman [Fri, 6 Nov 1992 09:44:25 +0000 (09:44 +0000)]
(andsi3): Mask immed op to 0xff in QI-reg ff00-byte case.

From-SVN: r2704

31 years agoFind ansi.h in machine subdir.
Richard Stallman [Fri, 6 Nov 1992 08:46:38 +0000 (08:46 +0000)]
Find ansi.h in machine subdir.

From-SVN: r2703

31 years ago(output_ior): Handle "ior" against zero.
Richard Stallman [Fri, 6 Nov 1992 08:28:06 +0000 (08:28 +0000)]
(output_ior): Handle "ior" against zero.

From-SVN: r2702

31 years ago(libgcc2.a, stdarg.h): New rules.
Richard Stallman [Fri, 6 Nov 1992 08:27:28 +0000 (08:27 +0000)]
(libgcc2.a, stdarg.h): New rules.

From-SVN: r2701

31 years ago(TARGET_EDOM, GEN_ERRNO_RTX): Deleted.
Richard Stallman [Fri, 6 Nov 1992 08:24:20 +0000 (08:24 +0000)]
(TARGET_EDOM, GEN_ERRNO_RTX): Deleted.

From-SVN: r2700

31 years ago(expand_call)[ARGS_GROW_DOWNWARD] Fix fencepost error in calculating high_to_save...
Richard Stallman [Fri, 6 Nov 1992 08:22:24 +0000 (08:22 +0000)]
(expand_call)[ARGS_GROW_DOWNWARD] Fix fencepost error in calculating high_to_save and low_to_save.

(expand_call)[ARGS_GROW_DOWNWARD] Fix fencepost error in
calculating high_to_save and low_to_save.  Use - high_to_save to
address stack_area.

From-SVN: r2699

31 years ago(copy_rtx_and_substitute)[ARGS_GROW_DOWNWARD]: Map
Richard Stallman [Fri, 6 Nov 1992 08:22:05 +0000 (08:22 +0000)]
(copy_rtx_and_substitute)[ARGS_GROW_DOWNWARD]: Map
virtual args pointer to the top of the argument block.

From-SVN: r2698

31 years ago(readescape): Support \e like \E. Warn only if -pedantic.
Richard Stallman [Fri, 6 Nov 1992 08:08:51 +0000 (08:08 +0000)]
(readescape): Support \e like \E.  Warn only if -pedantic.

From-SVN: r2697

31 years ago(expand_binop): When trying to expand a multiple word add into multiple single word...
Richard Stallman [Fri, 6 Nov 1992 00:05:51 +0000 (00:05 +0000)]
(expand_binop): When trying to expand a multiple word add into multiple single word adds...

(expand_binop): When trying to expand a multiple word
add into multiple single word adds, don't overwrite OP0 and OP1 in
case we must backtrack.  We use instead new variables XOP0 and XOP1.

From-SVN: r2696

31 years agoentered into RCS
Richard Kenner [Thu, 5 Nov 1992 23:55:34 +0000 (18:55 -0500)]
entered into RCS

From-SVN: r2695

31 years ago(install-fixincludes): Add semicolon in new for-loop.
Richard Stallman [Thu, 5 Nov 1992 23:36:09 +0000 (23:36 +0000)]
(install-fixincludes): Add semicolon in new for-loop.

From-SVN: r2694

31 years agoSpecify full pathname of ld, nm, and strip to collect.
Michael Meissner [Thu, 5 Nov 1992 19:42:13 +0000 (19:42 +0000)]
Specify full pathname of ld, nm, and strip to collect.

From-SVN: r2693

31 years agoDon't discard SCO version number if it's 3.2v4.
Richard Stallman [Thu, 5 Nov 1992 03:15:24 +0000 (03:15 +0000)]
Don't discard SCO version number if it's 3.2v4.

From-SVN: r2692

31 years ago(HOST_FLOAT_FORMAT): Defined.
Richard Stallman [Wed, 4 Nov 1992 23:28:53 +0000 (23:28 +0000)]
(HOST_FLOAT_FORMAT): Defined.

From-SVN: r2691

31 years ago(va_end): Handle like in other va-* files.
Torbjorn Granlund [Wed, 4 Nov 1992 15:09:20 +0000 (15:09 +0000)]
(va_end): Handle like in other va-* files.

From-SVN: r2690

31 years ago(optimize_reg_copy_1): If P is a CALL_INSN, count it as being crossed
Richard Kenner [Wed, 4 Nov 1992 12:23:39 +0000 (07:23 -0500)]
(optimize_reg_copy_1): If P is a CALL_INSN, count it as being crossed
by SRC since SRC used to die there.

From-SVN: r2689

31 years ago(immed_real_const_1, immed_double_const):
Richard Stallman [Wed, 4 Nov 1992 07:03:33 +0000 (07:03 +0000)]
(immed_real_const_1, immed_double_const):

Don't push on const_double_chain in nested function.

From-SVN: r2688

31 years ago(STARTFILE_SPEC): -static is added to ld if
Richard Stallman [Wed, 4 Nov 1992 05:42:49 +0000 (05:42 +0000)]
(STARTFILE_SPEC): -static is added to ld if
-pg, -g or -p is passed down by gcc.

From-SVN: r2687

31 years ago(YES_UNDERSCORES): Define it.
Richard Stallman [Tue, 3 Nov 1992 22:52:59 +0000 (22:52 +0000)]
(YES_UNDERSCORES): Define it.

From-SVN: r2686

31 years ago(ASM_OUTPUT_FLOAT_OPERAND): Use REAL_VALUE_MINUS_ZERO.
Richard Stallman [Tue, 3 Nov 1992 20:16:09 +0000 (20:16 +0000)]
(ASM_OUTPUT_FLOAT_OPERAND): Use REAL_VALUE_MINUS_ZERO.

(ASM_OUTPUT_DOUBLE_OPERAND): Likewise.

From-SVN: r2685

31 years ago(jump_optimize): Ensure operand of REG_NOTES is an INSN; otherwise, we
Richard Kenner [Tue, 3 Nov 1992 19:57:52 +0000 (14:57 -0500)]
(jump_optimize): Ensure operand of REG_NOTES is an INSN; otherwise, we
might try to read outside allocated memory.

From-SVN: r2684

31 years agodon't use psh.w sp
Chris Smith [Tue, 3 Nov 1992 16:24:25 +0000 (16:24 +0000)]
don't use psh.w sp

From-SVN: r2683

31 years ago*** empty log message ***
Richard Kenner [Tue, 3 Nov 1992 13:04:57 +0000 (08:04 -0500)]
*** empty log message ***

From-SVN: r2682

31 years ago(build_message_expr): Use save_expr for receiver.
Richard Stallman [Tue, 3 Nov 1992 08:12:39 +0000 (08:12 +0000)]
(build_message_expr): Use save_expr for receiver.

From-SVN: r2681

31 years ago(va_end): If already def as macro, don't declare.
Richard Stallman [Tue, 3 Nov 1992 07:59:13 +0000 (07:59 +0000)]
(va_end): If already def as macro, don't declare.

From-SVN: r2680

31 years ago(va_end, anonymous enum): Don't declare if va_end already defined as macro.
Richard Stallman [Tue, 3 Nov 1992 07:57:09 +0000 (07:57 +0000)]
(va_end, anonymous enum): Don't declare if va_end already defined as macro.

From-SVN: r2679

31 years ago(va_end): If already def as macro, don't declare.
Richard Stallman [Tue, 3 Nov 1992 07:49:30 +0000 (07:49 +0000)]
(va_end): If already def as macro, don't declare.

From-SVN: r2678

31 years agoInclude i386gstabs.h, not i386gas.h.
Richard Stallman [Mon, 2 Nov 1992 21:05:33 +0000 (21:05 +0000)]
Include i386gstabs.h, not i386gas.h.

From-SVN: r2677

31 years ago(install-cross-tools): Delete old symlink before making new one.
Richard Stallman [Mon, 2 Nov 1992 21:00:46 +0000 (21:00 +0000)]
(install-cross-tools): Delete old symlink before making new one.

From-SVN: r2676

31 years ago(decode_rtx_const): Handle PC same as LABEL_REF.
Richard Stallman [Mon, 2 Nov 1992 04:25:19 +0000 (04:25 +0000)]
(decode_rtx_const): Handle PC same as LABEL_REF.

From-SVN: r2675

31 years agosol2-c1.asm, sol2-ci.asm, sol2-cn.asm have been renamed from sol2-crt...
Richard Stallman [Sun, 1 Nov 1992 08:30:35 +0000 (08:30 +0000)]
sol2-c1.asm, sol2-ci.asm, sol2-cn.asm have been renamed from sol2-crt...

From-SVN: r2674

31 years ago(extraclean): rm *diff, *lose, config/*lose.
Richard Stallman [Sun, 1 Nov 1992 01:06:18 +0000 (01:06 +0000)]
(extraclean): rm *diff, *lose, config/*lose.

(mostlyclean): rm config/core.

From-SVN: r2673

31 years ago(extraclean): rm *diff.
Richard Stallman [Sun, 1 Nov 1992 01:02:04 +0000 (01:02 +0000)]
(extraclean): rm *diff.

From-SVN: r2672

31 years ago[4.3 net 2]: If _VA_LIST_, is undefined then va_list is already declared.
Richard Stallman [Sat, 31 Oct 1992 21:41:35 +0000 (21:41 +0000)]
[4.3 net 2]: If _VA_LIST_, is undefined then va_list is already declared.

From-SVN: r2671

31 years ago[4.3 net 2]: If _VA_LIST_, is undefined then va_list is already declared.
Richard Stallman [Sat, 31 Oct 1992 21:40:51 +0000 (21:40 +0000)]
[4.3 net 2]: If _VA_LIST_, is undefined then va_list is already declared.

Use _ANSI_STDARG_H_, not _ANSI_STDARG_H.

From-SVN: r2670

31 years ago[4.3 net 2]: If _SIZE_T_, etc. are undefined then type is already declared.
Richard Stallman [Sat, 31 Oct 1992 21:27:50 +0000 (21:27 +0000)]
[4.3 net 2]: If _SIZE_T_, etc. are undefined then type is already declared.

[4.3 net 2]: Force inclusion of ansi.h.
Undef _SIZE_T_, _PTRDIFF_T_, _WCHAR_T_ at end.

From-SVN: r2669

31 years ago(__builtin_vec_new): #undef NULL before including stdio.h.
Richard Stallman [Sat, 31 Oct 1992 21:26:20 +0000 (21:26 +0000)]
(__builtin_vec_new): #undef NULL before including stdio.h.

(pyramid __enable_execute_stack): Ditto.

From-SVN: r2668

31 years ago($(srcdir)/gcc.dvi, $(srcdir)/cpp.dvi): New targets.
Richard Stallman [Sat, 31 Oct 1992 21:25:11 +0000 (21:25 +0000)]
($(srcdir)/gcc.dvi, $(srcdir)/cpp.dvi): New targets.

From-SVN: r2667

31 years ago(print_operand_address) [MOTOROLA !SGS]:
Richard Stallman [Sat, 31 Oct 1992 21:18:30 +0000 (21:18 +0000)]
(print_operand_address) [MOTOROLA !SGS]:

Don't subtract 2 in the address displacement.

From-SVN: r2666

31 years ago(output_move_double): Undo 10/25 change.
Richard Stallman [Sat, 31 Oct 1992 21:17:49 +0000 (21:17 +0000)]
(output_move_double): Undo 10/25 change.

(output_move_double): Undo 10/25 change.  Handle case
where part of a dest reg is used in a src mem rtx, without using stack.

From-SVN: r2665

31 years ago(simplify_shift_const):
Richard Stallman [Sat, 31 Oct 1992 21:16:47 +0000 (21:16 +0000)]
(simplify_shift_const):

For a subreg, require subreg_lowpart_p and not paradoxical.

From-SVN: r2664

31 years ago(install-libobjc): New target.
Richard Stallman [Sat, 31 Oct 1992 21:00:49 +0000 (21:00 +0000)]
(install-libobjc): New target.

(install-fixincludes): Ignore dirs that don't exist.

(libgcc2.a, libgcc1.a): Use || to exit if cp fails.
(install-float-h-cross): Use fi, not done.
Write float.h in $(tmpdir), not in `.'.
(tmpdir): New variable.

From-SVN: r2663

31 years ago(OBJC_SELECTORS_WITHOUT_LABELS): Define by default.
Richard Stallman [Sat, 31 Oct 1992 20:41:23 +0000 (20:41 +0000)]
(OBJC_SELECTORS_WITHOUT_LABELS): Define by default.

From-SVN: r2662

31 years ago(addsi3, subsi3): Don't allow -32768 as the second operand;
Richard Stallman [Sat, 31 Oct 1992 05:46:36 +0000 (05:46 +0000)]
(addsi3, subsi3): Don't allow -32768 as the second operand;

the assembler complains if the instruction fills a delay slot.

From-SVN: r2661

31 years ago(MIPS_VERSION): Bump meissner version number to 28.
Richard Stallman [Sat, 31 Oct 1992 05:45:53 +0000 (05:45 +0000)]
(MIPS_VERSION): Bump meissner version number to 28.

From-SVN: r2660

31 years ago(reload): Fix typo in comment.
Richard Kenner [Fri, 30 Oct 1992 21:34:50 +0000 (16:34 -0500)]
(reload): Fix typo in comment.

From-SVN: r2659

31 years agoOn Net 2 system, don't test, define or undef _VA_LIST_.
Richard Stallman [Fri, 30 Oct 1992 09:38:54 +0000 (09:38 +0000)]
On Net 2 system, don't test, define or undef _VA_LIST_.

Use _ANSI_H_, __BSD_NET2__ and ____386BSD____ to test for this.

From-SVN: r2658

31 years agoOn Net 2 system, don't test, define or undef _VA_LIST_.
Richard Stallman [Fri, 30 Oct 1992 09:21:34 +0000 (09:21 +0000)]
On Net 2 system, don't test, define or undef _VA_LIST_.

Use _ANSI_H_, __BSD_NET2__ and ____386BSD____ to test for this.

From-SVN: r2657

31 years ago(reload): If FP was eliminated, remove it from being live in any basic
Richard Kenner [Fri, 30 Oct 1992 02:56:18 +0000 (21:56 -0500)]
(reload): If FP was eliminated, remove it from being live in any basic
block.

From-SVN: r2656

31 years ago(life_analysis): Mark FP live at end of function.
Richard Kenner [Fri, 30 Oct 1992 02:55:53 +0000 (21:55 -0500)]
(life_analysis): Mark FP live at end of function.

From-SVN: r2655

31 years ago(ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL):
Richard Stallman [Fri, 30 Oct 1992 01:16:23 +0000 (01:16 +0000)]
(ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL):

Override, if NO_UNDERSCORES.

From-SVN: r2654

31 years ago(output_constant_pool): Labels can be deleted by being turned into
Richard Kenner [Thu, 29 Oct 1992 22:30:41 +0000 (17:30 -0500)]
(output_constant_pool): Labels can be deleted by being turned into
NOTEs, not just have INSN_DELETED_P.

From-SVN: r2653

31 years ago(make_extraction): Fix paren error in `if' for INNER is reg.
Richard Stallman [Thu, 29 Oct 1992 20:56:02 +0000 (20:56 +0000)]
(make_extraction): Fix paren error in `if' for INNER is reg.

From-SVN: r2652

31 years agoIf cross compiling, do not invoke mips-tfile by default.
Michael Meissner [Thu, 29 Oct 1992 19:35:09 +0000 (19:35 +0000)]
If cross compiling, do not invoke mips-tfile by default.

From-SVN: r2651

31 years agoUse YES_UNDERSCORES
Michael Meissner [Thu, 29 Oct 1992 19:34:42 +0000 (19:34 +0000)]
Use YES_UNDERSCORES

From-SVN: r2650

31 years agoAllow for cross compilation.
Michael Meissner [Thu, 29 Oct 1992 19:32:25 +0000 (19:32 +0000)]
Allow for cross compilation.

From-SVN: r2649

31 years ago(SDB_DEBUGGING_OUTPUT): Defined.
Richard Stallman [Thu, 29 Oct 1992 11:14:32 +0000 (11:14 +0000)]
(SDB_DEBUGGING_OUTPUT): Defined.

From-SVN: r2648

31 years agoInclude "assert.h" instead of <assert.h>.
Tom Wood [Thu, 29 Oct 1992 10:50:35 +0000 (10:50 +0000)]
Include "assert.h" instead of <assert.h>.

From-SVN: r2647

31 years ago(CPP_PREDEFINES): Add ____386BSD____.
Richard Stallman [Thu, 29 Oct 1992 10:46:20 +0000 (10:46 +0000)]
(CPP_PREDEFINES): Add ____386BSD____.

From-SVN: r2646

31 years ago(build_c_cast): Don't warn about size change between
Richard Stallman [Thu, 29 Oct 1992 06:06:53 +0000 (06:06 +0000)]
(build_c_cast): Don't warn about size change between
pointer and integer if the value is constant.

From-SVN: r2645

31 years ago(NO_UNDERSCORES): Test was backwards.
Richard Stallman [Thu, 29 Oct 1992 05:44:20 +0000 (05:44 +0000)]
(NO_UNDERSCORES): Test was backwards.

(SDB_DEBUGGING_INFO): #undef deleted.
(DBX_DEBUGGING_INFO): Definition deleted.

From-SVN: r2644

31 years ago(gen_input_reload): In PLUS, if OP0 and OP1 are the same, use
Richard Kenner [Wed, 28 Oct 1992 22:05:59 +0000 (17:05 -0500)]
(gen_input_reload): In PLUS, if OP0 and OP1 are the same, use
RELOADREG when generating the addition.

From-SVN: r2643

31 years ago(find_reloads_address): When copying memref after we've made recursive
Richard Kenner [Wed, 28 Oct 1992 22:03:55 +0000 (17:03 -0500)]
(find_reloads_address): When copying memref after we've made recursive
calls on it, copy any replacements we made.

From-SVN: r2642

31 years agoDon't include gstdarg.h here.
Richard Stallman [Wed, 28 Oct 1992 21:52:36 +0000 (21:52 +0000)]
Don't include gstdarg.h here.

From-SVN: r2641

31 years agoInclude tconfig.h, not config.h.
Richard Stallman [Wed, 28 Oct 1992 21:52:01 +0000 (21:52 +0000)]
Include tconfig.h, not config.h.

Include gstdarg.h.

From-SVN: r2640

31 years ago(pushdecl): Allow redeclaring builtin as any sort of static.
Richard Stallman [Wed, 28 Oct 1992 21:39:12 +0000 (21:39 +0000)]
(pushdecl): Allow redeclaring builtin as any sort of static.

From-SVN: r2639

31 years ago(all.build): Dep on xgcc instead of $(GCC_PASSES).
Richard Stallman [Wed, 28 Oct 1992 21:37:35 +0000 (21:37 +0000)]
(all.build): Dep on xgcc instead of $(GCC_PASSES).

From-SVN: r2638

31 years ago(install-cross-tools): Fix typo.
Richard Stallman [Wed, 28 Oct 1992 21:34:40 +0000 (21:34 +0000)]
(install-cross-tools): Fix typo.

From-SVN: r2637

31 years ago(process_command): Check that we have enough arguments.
Richard Stallman [Wed, 28 Oct 1992 21:20:57 +0000 (21:20 +0000)]
(process_command): Check that we have enough arguments.

From-SVN: r2636

31 years ago(print_operand): When AS_BUG_FLDCR is defined, use alternate
Tom Wood [Wed, 28 Oct 1992 20:24:55 +0000 (20:24 +0000)]
(print_operand): When AS_BUG_FLDCR is defined, use alternate
fldcr form.

From-SVN: r2635

31 years ago(SDB_ALLOW_FORWARD_REFERENCES): Don't override.
Tom Wood [Wed, 28 Oct 1992 20:24:40 +0000 (20:24 +0000)]
(SDB_ALLOW_FORWARD_REFERENCES): Don't override.

From-SVN: r2634

31 years ago(AS_BUG_FLDCR): Define to accomodate 4.30 assembler bug.
Tom Wood [Wed, 28 Oct 1992 20:24:06 +0000 (20:24 +0000)]
(AS_BUG_FLDCR): Define to accomodate 4.30 assembler bug.

From-SVN: r2633

31 years ago(CPP_PREDEFINES): Add -Dunix.
Tom Wood [Wed, 28 Oct 1992 20:23:53 +0000 (20:23 +0000)]
(CPP_PREDEFINES): Add -Dunix.

From-SVN: r2632

31 years ago(can_combine_p): Don't don't substitute an expression
Richard Stallman [Wed, 28 Oct 1992 20:15:51 +0000 (20:15 +0000)]
(can_combine_p): Don't don't substitute an expression
containing a register that will be clobbered in I3.

From-SVN: r2631

31 years ago(mulsi): Input predicates back to srcsi_operands.
Torbjorn Granlund [Wed, 28 Oct 1992 19:58:31 +0000 (19:58 +0000)]
(mulsi): Input predicates back to srcsi_operands.

Don't handle constants specifically for TARGET_SNAKE, but call
force_reg to put them in registers.
(indexed addressing mode patterns): Remove the patterns with
unscaled index.  Switch off patterns that never match.

From-SVN: r2630

31 years ago(__hppa sub_ddmmss): Swap input operands.
Torbjorn Granlund [Wed, 28 Oct 1992 19:35:55 +0000 (19:35 +0000)]
(__hppa sub_ddmmss): Swap input operands.

From-SVN: r2629

31 years agoProperly close comment.
Michael Meissner [Wed, 28 Oct 1992 15:56:23 +0000 (15:56 +0000)]
Properly close comment.

From-SVN: r2628

31 years ago(file header): Add comment describing sdiv_qrnnd.
Torbjorn Granlund [Wed, 28 Oct 1992 10:51:33 +0000 (10:51 +0000)]
(file header): Add comment describing sdiv_qrnnd.

From-SVN: r2627

31 years agoInitial revision
Richard Stallman [Wed, 28 Oct 1992 09:30:48 +0000 (09:30 +0000)]
Initial revision

From-SVN: r2626

31 years agoInclude stdio.h.
Richard Stallman [Tue, 27 Oct 1992 22:53:58 +0000 (22:53 +0000)]
Include stdio.h.

[__GNU_LIBRARY__] (write): Defined.

From-SVN: r2625

31 years ago(install-cross-tools): When handling $(tooldir)/include,
Richard Stallman [Tue, 27 Oct 1992 22:30:59 +0000 (22:30 +0000)]
(install-cross-tools): When handling $(tooldir)/include,

do all cd's starting from build directory.

From-SVN: r2624

31 years ago(YES_UNDERSCORES): Defined.
Richard Stallman [Tue, 27 Oct 1992 20:38:49 +0000 (20:38 +0000)]
(YES_UNDERSCORES): Defined.

From-SVN: r2623

31 years ago(NO_UNDERSCORES): Don't define, if YES_UNDERSCORES.
Richard Stallman [Tue, 27 Oct 1992 20:36:22 +0000 (20:36 +0000)]
(NO_UNDERSCORES): Don't define, if YES_UNDERSCORES.

From-SVN: r2622