platform/upstream/gcc.git
29 years ago52th Cygnus<->FSF merge
Mike Stump [Fri, 30 Dec 1994 21:03:40 +0000 (21:03 +0000)]
52th Cygnus<->FSF merge

From-SVN: r8714

29 years ago(c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h.
Richard Kenner [Fri, 30 Dec 1994 13:00:38 +0000 (08:00 -0500)]
(c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h.

From-SVN: r8713

29 years agoInclude output.h.
Richard Kenner [Fri, 30 Dec 1994 12:59:51 +0000 (07:59 -0500)]
Include output.h.

From-SVN: r8712

29 years ago({save_restore}_varasm_status): Add decls.
Richard Kenner [Fri, 30 Dec 1994 12:58:35 +0000 (07:58 -0500)]
({save_restore}_varasm_status): Add decls.

From-SVN: r8711

29 years agoAdd decls of functions in varasm.c.
Richard Kenner [Fri, 30 Dec 1994 12:58:18 +0000 (07:58 -0500)]
Add decls of functions in varasm.c.

Allow to be included when rtl.h is not.

From-SVN: r8710

29 years agoInclude output.h.
Richard Kenner [Fri, 30 Dec 1994 12:57:52 +0000 (07:57 -0500)]
Include output.h.

Add prototyes for all static functions; remove forward declarations of
non-static functions.
(assemble_variable): Add missing arg decl.
(bc_make_decl_rtl, const_hash, const_hash_rtx): Now static.
(output_addressed_constants, output_constructor): Likewise.
(bc_output_constructor): Add missing argument.
(output_byte_asm): Delete, unused.

From-SVN: r8709

29 years agocalls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from assign_stac...
Jeff Law [Fri, 30 Dec 1994 02:50:28 +0000 (19:50 -0700)]
calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from assign_stack_temp.

* calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return
value from assign_stack_temp.
(store_one_arg): Likewise.
* expr.c (save_noncopied_parts): Likewise.
(expand_expr): Likewise.
* function.c (assign_parms): Likewise.
* integrate.c (expand_inline_function): Likewise.
* stmt.c (expand_decl): Likewise.

From-SVN: r8708

29 years ago(simplify_unary_operation): Cast constant 1 to HOST_WIDE_INT
Jim Wilson [Thu, 29 Dec 1994 19:17:28 +0000 (11:17 -0800)]
(simplify_unary_operation): Cast constant 1 to HOST_WIDE_INT
before shifting left to form mask.

From-SVN: r8707

29 years ago(print_multilib_info): Initialize last_path_len to 0.
Jim Wilson [Thu, 29 Dec 1994 19:16:48 +0000 (11:16 -0800)]
(print_multilib_info): Initialize last_path_len to 0.

From-SVN: r8706

29 years ago(output_constructor): Change type of variable value to
Jim Wilson [Thu, 29 Dec 1994 19:16:13 +0000 (11:16 -0800)]
(output_constructor): Change type of variable value to
HOST_WIDE_INT.

From-SVN: r8705

29 years ago(expand_mult_highpart): Use convert_modes instead of
Jim Wilson [Thu, 29 Dec 1994 19:06:04 +0000 (11:06 -0800)]
(expand_mult_highpart): Use convert_modes instead of
gen_lowpart to do conversions.

From-SVN: r8704

29 years ago* toplev.c (lang_options): Add -frtti flag for rtti support in C++.
Mike Stump [Thu, 29 Dec 1994 18:47:54 +0000 (18:47 +0000)]
* toplev.c (lang_options): Add -frtti flag for rtti support in C++.

From-SVN: r8703

29 years agopa.h (DO_GLOBAL_DTORS_BODY): Define.
Jeff Law [Thu, 29 Dec 1994 03:06:00 +0000 (20:06 -0700)]
pa.h (DO_GLOBAL_DTORS_BODY): Define.

* config/pa/pa.h (DO_GLOBAL_DTORS_BODY): Define.  Include a
reference to __gcc_plt_call so __gcc_plt_call always appears in
executables which reference __main.

From-SVN: r8702

29 years ago* config/pa/t-pa (LIB2FUNCS_EXTRA): Define.
Jeff Law [Thu, 29 Dec 1994 03:05:51 +0000 (20:05 -0700)]
* config/pa/t-pa (LIB2FUNCS_EXTRA): Define.

From-SVN: r8701

29 years agoInitial revision
Jeff Law [Thu, 29 Dec 1994 03:05:41 +0000 (20:05 -0700)]
Initial revision

From-SVN: r8700

29 years ago(truncdiqi2+[123]): Add patterns to optimize DImode to
Jim Wilson [Thu, 29 Dec 1994 02:46:10 +0000 (18:46 -0800)]
(truncdiqi2+[123]): Add patterns to optimize DImode to
SImode truncation.

From-SVN: r8699

29 years ago(fill_simple_delay_slots): For the epilogue case...
Jim Wilson [Thu, 29 Dec 1994 02:39:10 +0000 (18:39 -0800)]
(fill_simple_delay_slots): For the epilogue case...

(fill_simple_delay_slots): For the epilogue case, set needed
to include frame pointer and stack pointer, don't include all of
end_of_function_needs. Reject insn if it sets a previously set
resource.

From-SVN: r8698

29 years ago(sh_expand_prologue): Clear extra_push at start.
Jim Wilson [Thu, 29 Dec 1994 02:31:51 +0000 (18:31 -0800)]
(sh_expand_prologue): Clear extra_push at start.

(sh_expand_prologue): Clear extra_push at start.  Clear
current_function_anonymous_args if set.  Clear shiftsyms array.
(sh_expand_epilogue): Don't clear extra_push,
current_function_pretend_args_size, current_function_anonymous_args,
and shiftsyms array.

From-SVN: r8697

29 years ago(find_equiv_reg): Exclude registers clobbered in the
Jim Wilson [Thu, 29 Dec 1994 02:17:58 +0000 (18:17 -0800)]
(find_equiv_reg): Exclude registers clobbered in the
CALL_INSN_FUNCTION_USAGE field of a CALL_INSN.

From-SVN: r8696

29 years agoCorrect typos.
Ian Lance Taylor [Wed, 28 Dec 1994 05:07:33 +0000 (05:07 +0000)]
Correct typos.

From-SVN: r8695

29 years agostmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup...
Mike Stump [Wed, 28 Dec 1994 00:22:13 +0000 (00:22 +0000)]
stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a cleanup region if...

* stmt.c (expand_cleanups): Add third parameter so that we can
avoid marking a cleanup region if this cleanup is part of a fixup
style goto.
(expand_goto_internal): Pass a 1 to expand_cleanups.
(bc_expand_goto_internal): Ditto.
(fixup_gotos): Ditto.
(expand_end_bindings): Pass a 0 to expand_cleanups.

From-SVN: r8694

29 years ago* pa.c (output_movb): Fix ttypo.
Jeff Law [Tue, 27 Dec 1994 20:45:51 +0000 (13:45 -0700)]
* pa.c (output_movb): Fix ttypo.

From-SVN: r8693

29 years agoUse REAL_VALUE_TO_TARGET_{DOUBLE,SINGLE} to print float values
Ian Lance Taylor [Tue, 27 Dec 1994 20:11:06 +0000 (20:11 +0000)]
Use REAL_VALUE_TO_TARGET_{DOUBLE,SINGLE} to print float values

From-SVN: r8692

29 years ago(convert_to_pointer): Eliminate ref to null_pointer_node.
Richard Kenner [Sun, 25 Dec 1994 12:22:24 +0000 (07:22 -0500)]
(convert_to_pointer): Eliminate ref to null_pointer_node.

From-SVN: r8691

29 years agoHandle recursive <limits.h>
Ian Lance Taylor [Thu, 22 Dec 1994 17:50:42 +0000 (17:50 +0000)]
Handle recursive <limits.h>

From-SVN: r8690

29 years agoOn a NeXT, <limits.h> is sometimes not in /usr/include, so look elsewhere
Ian Lance Taylor [Thu, 22 Dec 1994 17:16:22 +0000 (17:16 +0000)]
On a NeXT, <limits.h> is sometimes not in /usr/include, so look elsewhere

From-SVN: r8689

29 years ago(__va_rounded_size): Delete.
Richard Kenner [Wed, 21 Dec 1994 20:56:01 +0000 (15:56 -0500)]
(__va_rounded_size): Delete.

(__va_round): Args have at least PARM_BOUNDARY (=32) alignment.

From-SVN: r8688

29 years ago(TRAMPOLINE_TEMPLATE): Specify some code as explicit hex words.
Richard Kenner [Wed, 21 Dec 1994 20:55:21 +0000 (15:55 -0500)]
(TRAMPOLINE_TEMPLATE): Specify some code as explicit hex words.

Shorten template.
(TRAMPOLINE_SIZE,INITIALIZE_TRAMPOLINE): Update accordingly.
(FUNCTION_ARG,FUNCTION_ARG_ADVANCE): Aggregates are ALWAYS passed
on the stack.

From-SVN: r8687

29 years ago(sun4:SunOS:*:*): Handle Solbourne OS/MP systems.
Richard Kenner [Wed, 21 Dec 1994 20:51:03 +0000 (15:51 -0500)]
(sun4:SunOS:*:*): Handle Solbourne OS/MP systems.

From-SVN: r8686

29 years ago(sqrtsf2, sinsf2, sindf2, sinxf2): Define.
Richard Kenner [Wed, 21 Dec 1994 20:36:31 +0000 (15:36 -0500)]
(sqrtsf2, sinsf2, sindf2, sinxf2): Define.

(cossf2, cosdf2, cosxf2): Likewise.
(sqrtxf2): Operand 1 now XFmode.

From-SVN: r8685

29 years ago(adddi3, subdi3): New patterns.
Richard Kenner [Wed, 21 Dec 1994 19:39:36 +0000 (14:39 -0500)]
(adddi3, subdi3): New patterns.

From-SVN: r8684

29 years ago(mulhisi3): Add truncate to mulhisi3 to fix bug and change from define_insn to...
Richard Kenner [Wed, 21 Dec 1994 18:56:02 +0000 (13:56 -0500)]
(mulhisi3): Add truncate to mulhisi3 to fix bug and change from define_insn to...

(mulhisi3): Add truncate to mulhisi3 to fix bug and change from
define_insn to define_expand to survive register presssure.

From-SVN: r8683

29 years ago(expand_asm_operands): Make sure input operands are valid constants if
Richard Kenner [Wed, 21 Dec 1994 18:45:42 +0000 (13:45 -0500)]
(expand_asm_operands): Make sure input operands are valid constants if
they are constants.

From-SVN: r8682

29 years ago(expand_call): Only inline if DECL_INLINE; don't call
Richard Kenner [Wed, 21 Dec 1994 18:29:35 +0000 (13:29 -0500)]
(expand_call): Only inline if DECL_INLINE; don't call
function_cannot_inline_p here.

From-SVN: r8681

29 years ago(rest_of_compilation): Adjust tests for when to inline and when to
Richard Kenner [Wed, 21 Dec 1994 18:29:03 +0000 (13:29 -0500)]
(rest_of_compilation): Adjust tests for when to inline and when to
defer.

From-SVN: r8680

29 years ago(expand_expr_stmt): If want values for statements, convert function to
Richard Kenner [Wed, 21 Dec 1994 17:50:57 +0000 (12:50 -0500)]
(expand_expr_stmt): If want values for statements, convert function to
address-of-function.

From-SVN: r8679

29 years agoAlways copy flags to new MEM in simplify_shift_const.
Ian Lance Taylor [Wed, 21 Dec 1994 05:00:26 +0000 (05:00 +0000)]
Always copy flags to new MEM in simplify_shift_const.

From-SVN: r8678

29 years agoAdd comment about last change, in accordance with copyright.
Ian Lance Taylor [Wed, 21 Dec 1994 00:52:24 +0000 (00:52 +0000)]
Add comment about last change, in accordance with copyright.

From-SVN: r8677

29 years ago51st Cygnus<->FSF merge
Mike Stump [Tue, 20 Dec 1994 22:14:37 +0000 (22:14 +0000)]
51st Cygnus<->FSF merge

From-SVN: r8676

29 years ago(LINK_SPEC): Add case for -shared, just like in rs6000.h.
Richard Kenner [Tue, 20 Dec 1994 19:15:45 +0000 (14:15 -0500)]
(LINK_SPEC): Add case for -shared, just like in rs6000.h.

From-SVN: r8675

29 years agoBuild libgcc.a
Michael Meissner [Tue, 20 Dec 1994 14:31:20 +0000 (14:31 +0000)]
Build libgcc.a

From-SVN: r8674

29 years agoSupport SYSV pragmas
Michael Meissner [Tue, 20 Dec 1994 14:15:42 +0000 (14:15 +0000)]
Support SYSV pragmas

From-SVN: r8673

29 years ago(CLIB): Add -L/usr/lib/cmplrs/cc3.11.
Jim Wilson [Tue, 20 Dec 1994 01:58:17 +0000 (17:58 -0800)]
(CLIB): Add -L/usr/lib/cmplrs/cc3.11.

From-SVN: r8672

29 years ago(HAVE_VPRINTF): Delete.
Jim Wilson [Tue, 20 Dec 1994 01:54:56 +0000 (17:54 -0800)]
(HAVE_VPRINTF): Delete.

From-SVN: r8671

29 years ago(mark_set_1): For multi-reg hard register, clear all
Jim Wilson [Tue, 20 Dec 1994 01:53:11 +0000 (17:53 -0800)]
(mark_set_1): For multi-reg hard register, clear all
reg_next_use entries.

From-SVN: r8670

29 years ago(stmp-multilib): Check recursive make's return code.
Doug Evans [Mon, 19 Dec 1994 22:49:45 +0000 (22:49 +0000)]
(stmp-multilib): Check recursive make's return code.

(.PHONY): Tell GNU make the various LANGUAGES are phony targets.

From-SVN: r8669

29 years agoDon't print CONST_DOUBLE as floating point if not MODE_FLOAT
Ian Lance Taylor [Mon, 19 Dec 1994 22:08:55 +0000 (22:08 +0000)]
Don't print CONST_DOUBLE as floating point if not MODE_FLOAT

From-SVN: r8668

29 years ago(fpadd_parts): Adding infinities with opposite signs yields a NaN.
Jim Wilson [Mon, 19 Dec 1994 20:48:30 +0000 (12:48 -0800)]
(fpadd_parts): Adding infinities with opposite signs yields a NaN.

From-SVN: r8667

29 years ago(invariant_p): Reject const volatile references.
Jim Wilson [Mon, 19 Dec 1994 20:27:20 +0000 (12:27 -0800)]
(invariant_p): Reject const volatile references.

From-SVN: r8666

29 years ago* pa.md (pic2_highpart): Accept readonly operands.
Jeff Law [Mon, 19 Dec 1994 02:54:42 +0000 (19:54 -0700)]
* pa.md (pic2_highpart): Accept readonly operands.

From-SVN: r8665

29 years ago(macarg1): Count newline at end of C++ comment.
Jim Wilson [Sun, 18 Dec 1994 21:35:07 +0000 (13:35 -0800)]
(macarg1): Count newline at end of C++ comment.

From-SVN: r8664

29 years ago(CPP_PREDEFINES): Change _MIPSEB to _MIPSEL.
Jim Wilson [Sun, 18 Dec 1994 21:28:40 +0000 (13:28 -0800)]
(CPP_PREDEFINES): Change _MIPSEB to _MIPSEL.

From-SVN: r8663

29 years ago(layout_decl): Allow DECL_BIT_FIELD for any type.
Richard Kenner [Sun, 18 Dec 1994 11:54:29 +0000 (06:54 -0500)]
(layout_decl): Allow DECL_BIT_FIELD for any type.

From-SVN: r8662

29 years agopa.h (readonly_section): During PIC code generation, put readonly data into the stand...
Jeff Law [Sat, 17 Dec 1994 08:43:03 +0000 (01:43 -0700)]
pa.h (readonly_section): During PIC code generation, put readonly data into the standard data section.

* pa.h (readonly_section): During PIC code generation, put
readonly data into the standard data section.

* pa.c (pic_label_operand): Disallow SYMBOL_REFs (constant data).

From-SVN: r8661

29 years ago(ashiftrt_r4_1): Delete useless or instruction.
Jim Wilson [Sat, 17 Dec 1994 01:13:41 +0000 (17:13 -0800)]
(ashiftrt_r4_1): Delete useless or instruction.

Add nop to rts delay slot.

From-SVN: r8660

29 years ago(DBX_BLOCKS_FUNCTION_RELATIVE, DBX_FUNCTION_FIRST,
Jim Wilson [Fri, 16 Dec 1994 23:30:11 +0000 (15:30 -0800)]
(DBX_BLOCKS_FUNCTION_RELATIVE, DBX_FUNCTION_FIRST,

DBX_OUTPUT_MAIN_SOURCE_FILE_END): Define.
(ASM_OUTPUT_SOURCE_LINE): Modify it to output function relative stabs.

From-SVN: r8659

29 years ago(distribute_notes): When output an insn to hold a REG_DEAD note,
Richard Kenner [Fri, 16 Dec 1994 11:44:16 +0000 (06:44 -0500)]
(distribute_notes): When output an insn to hold a REG_DEAD note,

update basic_block_head if necessary.

From-SVN: r8658

29 years ago50th Cygnus<->FSF merge
Mike Stump [Fri, 16 Dec 1994 02:07:31 +0000 (02:07 +0000)]
50th Cygnus<->FSF merge

From-SVN: r8657

29 years agopa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Don't emit a ".text" pseudo-op...
Jeff Law [Thu, 15 Dec 1994 20:24:05 +0000 (13:24 -0700)]
pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Don't emit a ".text" pseudo-op...

* pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Don't emit a ".text"
pseudo-op, we already make sure we're in the right space/subspace.

From-SVN: r8656

29 years ago(store_constructor): Properly get constant part of bit position when
Richard Kenner [Thu, 15 Dec 1994 12:49:16 +0000 (07:49 -0500)]
(store_constructor): Properly get constant part of bit position when
DECL_FIELD_BITPOS is a PLUS_EXPR.

From-SVN: r8655

29 years ago(get_inner_reference): Use EXACT_DIV_EXPR to compute byte offset from
Richard Kenner [Thu, 15 Dec 1994 00:01:13 +0000 (19:01 -0500)]
(get_inner_reference): Use EXACT_DIV_EXPR to compute byte offset from
bit offset.

From-SVN: r8654

29 years agoFix non-const atof parameter on NEWS-OS 4.2R
Ian Lance Taylor [Wed, 14 Dec 1994 16:42:18 +0000 (16:42 +0000)]
Fix non-const atof parameter on NEWS-OS 4.2R

From-SVN: r8653

29 years ago(handle_pragma): Only print warning once.
Doug Evans [Tue, 13 Dec 1994 23:40:41 +0000 (23:40 +0000)]
(handle_pragma): Only print warning once.

From-SVN: r8652

29 years ago(IMMEDIATE_PREFIX): Really define.
Richard Kenner [Tue, 13 Dec 1994 23:22:14 +0000 (18:22 -0500)]
(IMMEDIATE_PREFIX): Really define.

From-SVN: r8651

29 years ago(FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode.
Richard Kenner [Tue, 13 Dec 1994 23:21:44 +0000 (18:21 -0500)]
(FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode.

From-SVN: r8650

29 years ago(instantiate_virtual_regs_1, case PLUS): If offset is
Doug Evans [Tue, 13 Dec 1994 15:04:05 +0000 (15:04 +0000)]
(instantiate_virtual_regs_1, case PLUS): If offset is
zero, make sure register replacement is still validated.

From-SVN: r8649

29 years ago(expand_expr, case MINUS_EXPR): Properly handle case when the NEGATE
Richard Kenner [Tue, 13 Dec 1994 12:50:58 +0000 (07:50 -0500)]
(expand_expr, case MINUS_EXPR): Properly handle case when the NEGATE
overflows.

From-SVN: r8648

29 years ago(debug_reload): Use GET_MODE_NAME to avoid warning.
Richard Kenner [Mon, 12 Dec 1994 22:22:05 +0000 (17:22 -0500)]
(debug_reload): Use GET_MODE_NAME to avoid warning.

From-SVN: r8647

29 years ago(emit_store_flag): Set mode after canonicalizing op0/op1 so op1 is constant.
Doug Evans [Mon, 12 Dec 1994 18:17:32 +0000 (18:17 +0000)]
(emit_store_flag): Set mode after canonicalizing op0/op1 so op1 is constant.

From-SVN: r8646

29 years ago(locate_and_pad_parm): Don't call pad_below for BLKmode parms in regs.
Doug Evans [Mon, 12 Dec 1994 18:14:40 +0000 (18:14 +0000)]
(locate_and_pad_parm): Don't call pad_below for BLKmode parms in regs.

From-SVN: r8645

29 years ago(vms_fopen): Call `fopen' through an indirect pointer to inhibit checking argument...
Richard Kenner [Mon, 12 Dec 1994 13:04:24 +0000 (08:04 -0500)]
(vms_fopen): Call `fopen' through an indirect pointer to inhibit checking argument list against its prototype.

(vms_fopen): Call `fopen' through an indirect pointer to inhibit checking
argument list against its prototype.
Increase RMS multi-block count from 16 to 32.

From-SVN: r8644

29 years ago(do_include): Avoid dynamic initialization of aggregate.
Richard Kenner [Sat, 10 Dec 1994 22:03:42 +0000 (17:03 -0500)]
(do_include): Avoid dynamic initialization of aggregate.

From-SVN: r8643

29 years ago(cmpsi): Make this into a define_expand; legitimize PIC addresses if necessary.
Richard Kenner [Sat, 10 Dec 1994 21:57:40 +0000 (16:57 -0500)]
(cmpsi): Make this into a define_expand; legitimize PIC addresses if necessary.

(cmpsi): Make this into a define_expand; legitimize PIC addresses if
necessary.
Old cmpsi code now unnamed define_insn pattern.

From-SVN: r8642

29 years ago(pedantic_omit_one_operand): New function.
Richard Kenner [Sat, 10 Dec 1994 21:05:49 +0000 (16:05 -0500)]
(pedantic_omit_one_operand): New function.

(fold, case COND_EXPR): Use it instead of calling pedantic_non_lvalue on the
result of omit_one_operand.

From-SVN: r8641

29 years ago*** empty log message ***
Steve Chamberlain [Fri, 9 Dec 1994 23:52:37 +0000 (23:52 +0000)]
*** empty log message ***

From-SVN: r8640

29 years ago(BISONFLAGS): Delete --yacc.
Doug Evans [Fri, 9 Dec 1994 23:19:15 +0000 (23:19 +0000)]
(BISONFLAGS): Delete --yacc.

(PARSE_H): Depend on $(PARSE_C), for parallel makes.
(PARSE_C): Undo last patch.

From-SVN: r8639

29 years agors6000.h (LINK_SPEC): Add %{shared:-bM:SRE}.
Jason Merrill [Fri, 9 Dec 1994 23:11:54 +0000 (23:11 +0000)]
rs6000.h (LINK_SPEC): Add %{shared:-bM:SRE}.

Fri Dec  9 14:52:41 1994  Jason Merrill  <jason@phydeaux.cygnus.com>

        * rs6000/rs6000.h (LINK_SPEC): Add %{shared:-bM:SRE}.
        (LINK_LIBGCC_SPECIAL_1): Use LIBGCC_SPEC instead.

From-SVN: r8638

29 years ago* gcc.c (default_compilers): Add support for Chill (.ch and .chi).
Per Bothner [Fri, 9 Dec 1994 23:10:41 +0000 (15:10 -0800)]
* gcc.c (default_compilers):  Add support for Chill (.ch and .chi).

From-SVN: r8637

29 years ago(sys/byteorder.h): Turn extern inlines back into static inlines for targets...
Richard Kenner [Fri, 9 Dec 1994 22:31:38 +0000 (17:31 -0500)]
(sys/byteorder.h): Turn extern inlines back into static inlines for targets...

(sys/byteorder.h): Turn extern inlines back into static inlines for
targets (such as SPARC/Solaris) that don't supply these functions in
the C library.

From-SVN: r8636

29 years ago(MASK_NO_FPR, TARGET_NO_FPR): Define.
Richard Kenner [Fri, 9 Dec 1994 22:19:34 +0000 (17:19 -0500)]
(MASK_NO_FPR, TARGET_NO_FPR): Define.

(TARGET_SWITCHES): Add "fp-regs" and "no-fp-regs".
(CONDITIONAL_REGISTER_USAGE): Set FPRs fixed and call_used if TARGET_NO_FPR.

From-SVN: r8635

29 years ago(fold): Call real_zerop for real constants.
Doug Evans [Fri, 9 Dec 1994 21:06:03 +0000 (21:06 +0000)]
(fold): Call real_zerop for real constants.

From-SVN: r8634

29 years ago(dbxout_type_method_1): Don't try to look at the first
Jason Merrill [Fri, 9 Dec 1994 03:29:37 +0000 (03:29 +0000)]
(dbxout_type_method_1): Don't try to look at the first
        argument of non-methods (which might not have a first argument).

From-SVN: r8633

29 years agoInitial revision
Roland McGrath [Thu, 8 Dec 1994 21:07:20 +0000 (21:07 +0000)]
Initial revision

From-SVN: r8632

29 years ago(bsetmemqi, bclrmemqi): New patterns to set bit in memory byte with
Richard Kenner [Thu, 8 Dec 1994 20:41:17 +0000 (15:41 -0500)]
(bsetmemqi, bclrmemqi): New patterns to set bit in memory byte with
bit number dynamic (use bclr/bset instructions).

From-SVN: r8631

29 years ago(extend_operator): New predicate.
Richard Kenner [Thu, 8 Dec 1994 20:40:54 +0000 (15:40 -0500)]
(extend_operator): New predicate.

From-SVN: r8630

29 years ago(do_include): Don't turn newline markers into spaces when expanding an
Richard Kenner [Thu, 8 Dec 1994 19:33:33 +0000 (14:33 -0500)]
(do_include): Don't turn newline markers into spaces when expanding an
include file name.

From-SVN: r8629

29 years ago(discard_comments): If traditional, replace a comment with nothing
Richard Kenner [Thu, 8 Dec 1994 19:19:11 +0000 (14:19 -0500)]
(discard_comments): If traditional, replace a comment with nothing
instead of with a space.

From-SVN: r8628

29 years ago(char_name): New var.
Richard Kenner [Thu, 8 Dec 1994 19:13:25 +0000 (14:13 -0500)]
(char_name): New var.

(initialize_char_syntax): Initialize it.
(handle_directive): Use it to simplify printing of diagnostics.
Warn about '\r' too.
(create_definition, do_pragma, do_endif, make_assertion): Be consistent
about skipping all horizontal white space, not just space and tab.

From-SVN: r8627

29 years ago(CRT_END): Add dummy refs to ___brk_addr, __environ and atexit if
Richard Kenner [Thu, 8 Dec 1994 18:49:36 +0000 (13:49 -0500)]
(CRT_END): Add dummy refs to ___brk_addr, __environ and atexit if
__linux__ and __PIC__ defined.

From-SVN: r8626

29 years ago(distribute_notes): If can't find place for REG_DEAD note, add an INSN
Richard Kenner [Thu, 8 Dec 1994 02:57:53 +0000 (21:57 -0500)]
(distribute_notes): If can't find place for REG_DEAD note, add an INSN
with a USE to hold it.

From-SVN: r8625

29 years agoNew pattern for ior between SImode target and zero_extended value.
Richard Kenner [Wed, 7 Dec 1994 21:51:43 +0000 (16:51 -0500)]
New pattern for ior between SImode target and zero_extended value.

From-SVN: r8624

29 years ago(preserve_momentary): New function.
Richard Kenner [Wed, 7 Dec 1994 21:42:35 +0000 (16:42 -0500)]
(preserve_momentary): New function.

From-SVN: r8623

29 years ago(locate_and_pad_parm): Do padding before rounding
Doug Evans [Wed, 7 Dec 1994 20:58:08 +0000 (20:58 +0000)]
(locate_and_pad_parm): Do padding before rounding
so pad_below knows how much is needed.

From-SVN: r8622

29 years ago*** empty log message ***
Steve Chamberlain [Wed, 7 Dec 1994 02:04:12 +0000 (02:04 +0000)]
*** empty log message ***

From-SVN: r8621

29 years ago*** empty log message ***
Steve Chamberlain [Wed, 7 Dec 1994 01:52:01 +0000 (01:52 +0000)]
*** empty log message ***

From-SVN: r8620

29 years ago(init_decl_processing): Implement built-in functions fabsf, sqrtf,
Richard Kenner [Wed, 7 Dec 1994 00:11:19 +0000 (19:11 -0500)]
(init_decl_processing): Implement built-in functions fabsf, sqrtf,

sinf, cosf, fabsl, sqrtl, sinl, cosl.

From-SVN: r8619

29 years agoFix comments.
Richard Kenner [Wed, 7 Dec 1994 00:05:08 +0000 (19:05 -0500)]
Fix comments.

From-SVN: r8618

29 years ago(CPP_PREDEFINES): Set __GNUC_MINOR__ to 7.
Richard Kenner [Tue, 6 Dec 1994 23:42:11 +0000 (18:42 -0500)]
(CPP_PREDEFINES): Set __GNUC_MINOR__ to 7.

From-SVN: r8617

29 years agoEliminate `set symbol/scope=noGlobal'.
Richard Kenner [Tue, 6 Dec 1994 23:41:40 +0000 (18:41 -0500)]
Eliminate `set symbol/scope=noGlobal'.

From-SVN: r8616

29 years agot-sol2 (CRTSTUFF_T_CFLAGS): Don't use PIC if cross-compiling, use the native assemble...
Jason Merrill [Tue, 6 Dec 1994 20:09:44 +0000 (20:09 +0000)]
t-sol2 (CRTSTUFF_T_CFLAGS): Don't use PIC if cross-compiling, use the native assembler otherwise.

Mon Dec  5 19:32:48 1994  Jason Merrill  <jason@phydeaux.cygnus.com>

        * sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Don't use PIC if
        cross-compiling, use the native assembler otherwise.

From-SVN: r8615