platform/upstream/gcc.git
30 years ago(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.
Jim Wilson [Fri, 18 Mar 1994 20:26:04 +0000 (12:26 -0800)]
(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.

From-SVN: r6809

30 years agostor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE is negative.
Per Bothner [Fri, 18 Mar 1994 05:33:36 +0000 (21:33 -0800)]
stor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE is negative.

 * stor-layout.c (layout_type, case BOOLEAN_TYPE):
 Set TREE_UNSIGNED unless TYPE_MIN_VALUE is negative.

From-SVN: r6808

30 years ago(pushdecl): Call lookup_name for external references.
Jim Wilson [Thu, 17 Mar 1994 23:45:04 +0000 (15:45 -0800)]
(pushdecl): Call lookup_name for external references.

Delete code to check external references against global
declarations.
(redeclaration_error_message): If newdecl has block scope, then
return string only if olddecl has the same scope.

From-SVN: r6807

30 years ago(shorten_compare): When simplify compare against
Jim Wilson [Thu, 17 Mar 1994 23:39:11 +0000 (15:39 -0800)]
(shorten_compare): When simplify compare against
zero, check for restype_ptr unsigned instead of primop0 unsigned.

From-SVN: r6806

30 years ago(expand_call): Undo Feb 27 change.
Jim Wilson [Thu, 17 Mar 1994 23:36:20 +0000 (15:36 -0800)]
(expand_call): Undo Feb 27 change.

(expand_call): Undo Feb 27 change.  Set nregs to -1 for
normal case.

From-SVN: r6805

30 years agoDefine BYTE_ORDER in <sys/byteorder.h> as on UnixWare 1.1
Ian Lance Taylor [Thu, 17 Mar 1994 22:43:02 +0000 (22:43 +0000)]
Define BYTE_ORDER in <sys/byteorder.h> as on UnixWare 1.1

From-SVN: r6804

30 years ago(layout_type, case INTEGER_TYPE): Properly test for nonnegative lower
Richard Kenner [Thu, 17 Mar 1994 11:02:16 +0000 (06:02 -0500)]
(layout_type, case INTEGER_TYPE): Properly test for nonnegative lower
bound.

From-SVN: r6803

30 years agoDon't declare last parameter of stdarg function to be register.
Ian Lance Taylor [Wed, 16 Mar 1994 17:40:38 +0000 (17:40 +0000)]
Don't declare last parameter of stdarg function to be register.

From-SVN: r6802

30 years agopa.h (INITIALIZE_TRAMPOLINE): Do not mask off high bits of address passed to icacheflush.
Jeff Law [Wed, 16 Mar 1994 17:06:39 +0000 (10:06 -0700)]
pa.h (INITIALIZE_TRAMPOLINE): Do not mask off high bits of address passed to icacheflush.

        * pa.h (INITIALIZE_TRAMPOLINE): Do not mask off high
        bits of address passed to icacheflush.

From-SVN: r6801

30 years agopa.h (WCHAR_TYPE): Use "unsigned int" by default.
Jeff Law [Wed, 16 Mar 1994 17:05:24 +0000 (10:05 -0700)]
pa.h (WCHAR_TYPE): Use "unsigned int" by default.

* pa.h (WCHAR_TYPE): Use "unsigned int" by default.
(WCHAR_TYPE_SIZE): Change appropriately.
* pa-ghiux.h, pa-ghpux.h, pa-gux7.h, pa-hiux.h, pa-hpux.h,
pa-hpux7.h (WCHAR_TYPE): Delete definition.
(WCHAR_TYPE_SIZE): Likewise.
* pa-osf.h (WCHAR_TYPE): Override appropriately for OSF1.
(WCHAR_TYPE_SIZE): Likewise.

From-SVN: r6800

30 years ago* pa.md (DImode lo_sum): Add earlyclobber for alternative one.
Jeff Law [Wed, 16 Mar 1994 17:03:01 +0000 (10:03 -0700)]
* pa.md (DImode lo_sum): Add earlyclobber for alternative one.

From-SVN: r6799

30 years agopa.h (ASM_OUTPUT_ADDR_DIFF_ELT): Rewrite to match ASM_OUTPUT_ADDR_VEC_ELT which is...
Jeff Law [Wed, 16 Mar 1994 17:01:27 +0000 (10:01 -0700)]
pa.h (ASM_OUTPUT_ADDR_DIFF_ELT): Rewrite to match ASM_OUTPUT_ADDR_VEC_ELT which is PIC-safe.

* pa.h (ASM_OUTPUT_ADDR_DIFF_ELT): Rewrite to match
ASM_OUTPUT_ADDR_VEC_ELT which is PIC-safe.

From-SVN: r6798

30 years ago(FUNCTION_PROLOGUE): Load sb through r0 if TARGET_REGPARM is false.
Richard Kenner [Wed, 16 Mar 1994 14:07:29 +0000 (09:07 -0500)]
(FUNCTION_PROLOGUE): Load sb through r0 if TARGET_REGPARM is false.

From-SVN: r6797

30 years ago(global_symbolic_reference_mentioned_p): Recurse only
Richard Kenner [Wed, 16 Mar 1994 14:07:11 +0000 (09:07 -0500)]
(global_symbolic_reference_mentioned_p): Recurse only
if GET_CODE (op) == CONST.

From-SVN: r6796

30 years ago(gen_lowpart_common...
Richard Kenner [Wed, 16 Mar 1994 14:01:34 +0000 (09:01 -0500)]
(gen_lowpart_common...

(gen_lowpart_common, gen_highpart, operand_subword): Test input
against RTX for FP, AP, and SP, not same register number.

From-SVN: r6795

30 years ago(expand_expr): Update comments and fix formatting.
Richard Kenner [Wed, 16 Mar 1994 13:24:29 +0000 (08:24 -0500)]
(expand_expr): Update comments and fix formatting.

(expand_expr, case VAR_DECL, STRING_CST, CONSTRUCTOR): If flag_force_addr, put
address in register unless REG.
(expand_expr, case CONSTRUCTOR, CONVERT_EXPR): Make TARGET with TMODE, if
specified.
(expand_expr, case IN_EXPR): Clean up.  Allow INDEX to be an unsigned type.
Always evaluate SET and INDEX in case of side effects.
(expand_expr, case CONVERT_EXPR): Use convert_modes to handle consts.
(expand_expr, case ABS_EXPR): Simplify processing of COMPLEX.
Compare with zero word-by-word if required.
(expand_expr, case ABS_EXPR, MIN_EXPR, COND_EXPR): Don't use TARGET if
not MODE.
(expand_expr, case TRUTH_*_EXPR): Modes of input and output must agree.
(expand_expr, case CONJ_EXPR): Remove redundant def of MODE.

From-SVN: r6794

30 years ago(layout_record): If the place where we were going to put a field
Richard Kenner [Wed, 16 Mar 1994 11:57:14 +0000 (06:57 -0500)]
(layout_record): If the place where we were going to put a field
changed, lay it out again.

From-SVN: r6793

30 years ago(stmp-fixproto): Add missing "-" in front of "if".
Richard Kenner [Tue, 15 Mar 1994 12:53:28 +0000 (07:53 -0500)]
(stmp-fixproto): Add missing "-" in front of "if".

(install-headers-tar, gcc.xtar): Use "-" in front of tar options.

From-SVN: r6792

30 years ago(assign_parms, expand_function_start): Properly set MEM_IN_STRUCT_P
Richard Kenner [Mon, 14 Mar 1994 22:31:43 +0000 (17:31 -0500)]
(assign_parms, expand_function_start): Properly set MEM_IN_STRUCT_P
for DECL_RTL of function result.

From-SVN: r6791

30 years agoInsert newlines for sed 'a' and 'i' commands.
Ian Lance Taylor [Mon, 14 Mar 1994 21:55:07 +0000 (21:55 +0000)]
Insert newlines for sed 'a' and 'i' commands.

From-SVN: r6790

30 years agoDon't name variables in mmap prototype.
Ian Lance Taylor [Mon, 14 Mar 1994 20:47:18 +0000 (20:47 +0000)]
Don't name variables in mmap prototype.

From-SVN: r6789

30 years ago(*.o): Add explicit dependencies for Sun's VPATH.
Doug Evans [Mon, 14 Mar 1994 20:15:59 +0000 (20:15 +0000)]
(*.o): Add explicit dependencies for Sun's VPATH.

From-SVN: r6788

30 years ago(grokdeclarator): Convert to sizetype when manipulating size of array
Richard Kenner [Mon, 14 Mar 1994 13:47:18 +0000 (08:47 -0500)]
(grokdeclarator): Convert to sizetype when manipulating size of array
and use care to avoid mixed-type operations.

From-SVN: r6787

30 years ago(compile_file): Call bc_write_file here and pass asm_out_file, not stdout.
Richard Kenner [Mon, 14 Mar 1994 13:14:17 +0000 (08:14 -0500)]
(compile_file): Call bc_write_file here and pass asm_out_file, not stdout.

(main): Don't call bc_write_file here.
Fix wording on error if -fbytecode specified on unsupported target.

From-SVN: r6786

30 years ago(bc_seg_write): Don't make unaligned reference to seg->data.
Richard Kenner [Mon, 14 Mar 1994 13:13:43 +0000 (08:13 -0500)]
(bc_seg_write): Don't make unaligned reference to seg->data.

From-SVN: r6785

30 years ago(output_constant_def): Do hashing and make label even if bytecode.
Richard Kenner [Mon, 14 Mar 1994 13:13:14 +0000 (08:13 -0500)]
(output_constant_def): Do hashing and make label even if bytecode.

From-SVN: r6784

30 years ago(bc_expand_start_cond): Set exit_label if not EXITFLAG.
Richard Kenner [Mon, 14 Mar 1994 13:12:41 +0000 (08:12 -0500)]
(bc_expand_start_cond): Set exit_label if not EXITFLAG.

(bc_expand_end_bindings): Only define exit_label if set.
Don't pop nesting_stack.

From-SVN: r6783

30 years ago(bc_expand_{binary,unary}_operation): Add missing args to call to
Richard Kenner [Mon, 14 Mar 1994 13:12:11 +0000 (08:12 -0500)]
(bc_expand_{binary,unary}_operation): Add missing args to call to
expand_expr.

From-SVN: r6782

30 years ago(expand_expr): Don't call bc_expand_expr if EXPAND_INITIALIZER.
Richard Kenner [Mon, 14 Mar 1994 13:11:32 +0000 (08:11 -0500)]
(expand_expr): Don't call bc_expand_expr if EXPAND_INITIALIZER.

From-SVN: r6781

30 years ago(fold, associate): If -ffast-math, associate FP mults.
Richard Kenner [Mon, 14 Mar 1994 11:18:52 +0000 (06:18 -0500)]
(fold, associate): If -ffast-math, associate FP mults.

(fold, case RDIV_EXPR): Split case; ignore division by 1.
If -ffast-math, convert to multply by reciprocal.
(fold, case *_DIV_EXPR): Simplify A/C1/C2.

From-SVN: r6780

30 years ago(fold): Call tree_int_cst_sgn.
Richard Kenner [Mon, 14 Mar 1994 10:11:28 +0000 (05:11 -0500)]
(fold): Call tree_int_cst_sgn.

(fold, case *_DIV_EXPR): Add missing conversion.

From-SVN: r6779

30 years ago(expand_builtin, case BUILT_IN_RETURN_ADDRESS): Call tree_int_cst_sgn.
Richard Kenner [Mon, 14 Mar 1994 10:10:47 +0000 (05:10 -0500)]
(expand_builtin, case BUILT_IN_RETURN_ADDRESS): Call tree_int_cst_sgn.

From-SVN: r6778

30 years ago(convert_to_integer): Convert integer_one_node to proper type before
Richard Kenner [Mon, 14 Mar 1994 10:09:52 +0000 (05:09 -0500)]
(convert_to_integer): Convert integer_one_node to proper type before
tree_int_cst_lt call.

From-SVN: r6777

30 years ago(build_binary_op, pop_init_level, output_pending_init_elements): Call
Richard Kenner [Mon, 14 Mar 1994 10:09:19 +0000 (05:09 -0500)]
(build_binary_op, pop_init_level, output_pending_init_elements): Call
tree_int_cst_sgn.

From-SVN: r6776

30 years ago(finish_{decl,struct,enum}): Call tree_int_cst_sgn.
Richard Kenner [Mon, 14 Mar 1994 10:08:06 +0000 (05:08 -0500)]
(finish_{decl,struct,enum}): Call tree_int_cst_sgn.

From-SVN: r6775

30 years ago(tree_int_cst_sgn): New function.
Richard Kenner [Mon, 14 Mar 1994 10:07:30 +0000 (05:07 -0500)]
(tree_int_cst_sgn): New function.

From-SVN: r6774

30 years ago(tree_int_cst_sgn): New declaration.
Richard Kenner [Mon, 14 Mar 1994 10:07:09 +0000 (05:07 -0500)]
(tree_int_cst_sgn): New declaration.

From-SVN: r6773

30 years ago(TRUTH_*_EXPR): Convert to integer_type_node.
Richard Kenner [Mon, 14 Mar 1994 02:16:59 +0000 (21:16 -0500)]
(TRUTH_*_EXPR): Convert to integer_type_node.

From-SVN: r6772

30 years ago(convert_to_integer): When changing type of truthvalue operation,
Richard Kenner [Mon, 14 Mar 1994 02:16:38 +0000 (21:16 -0500)]
(convert_to_integer): When changing type of truthvalue operation,

change types of inputs too.

From-SVN: r6771

30 years agoAdd OVERFLOW operand to CHECK_FLOAT_VALUE.
Richard Kenner [Sun, 13 Mar 1994 13:34:34 +0000 (08:34 -0500)]
Add OVERFLOW operand to CHECK_FLOAT_VALUE.

From-SVN: r6770

30 years ago(constant_expression_warning, overflow_warning): Handle REAL_CST and
Richard Kenner [Sun, 13 Mar 1994 13:31:27 +0000 (08:31 -0500)]
(constant_expression_warning, overflow_warning): Handle REAL_CST and
COMPLEX_CST.

From-SVN: r6769

30 years ago(force_fit_value): Operate on REAL_CST as well.
Richard Kenner [Sun, 13 Mar 1994 13:30:50 +0000 (08:30 -0500)]
(force_fit_value): Operate on REAL_CST as well.

(real_value_truncate): Don't use its own handler.
(const_binop): Set overflow on FP error and call force_fit_type.
(fold_convert): Likewise.

From-SVN: r6768

30 years ago(simplify_binary_operation): Protect real_value_truncate inside
Richard Kenner [Sun, 13 Mar 1994 13:30:11 +0000 (08:30 -0500)]
(simplify_binary_operation): Protect real_value_truncate inside
handler.

From-SVN: r6767

30 years agoInclude setjmp.h.
Richard Kenner [Sun, 13 Mar 1994 13:29:32 +0000 (08:29 -0500)]
Include setjmp.h.

(build_real_from_int_cst): Propagate overflow flags and establish float
handler.
(build_complex): Propagate overflow flags.

From-SVN: r6766

30 years agoUpdate comments for TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW.
Richard Kenner [Sun, 13 Mar 1994 13:28:55 +0000 (08:28 -0500)]
Update comments for TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW.

From-SVN: r6765

30 years ago(do_spec_1): Don't duplicate a macro starting with '__'.
Richard Kenner [Sun, 13 Mar 1994 11:45:59 +0000 (06:45 -0500)]
(do_spec_1): Don't duplicate a macro starting with '__'.

From-SVN: r6764

30 years ago(rtx_equal_for_thread_p): Correct error in previous change; add
Richard Kenner [Sun, 13 Mar 1994 10:54:28 +0000 (05:54 -0500)]
(rtx_equal_for_thread_p): Correct error in previous change; add
missing arg in recursive call.

From-SVN: r6763

30 years ago(NO_IMPLICIT_EXTERN_C): Defined.
Richard Kenner [Sun, 13 Mar 1994 00:41:56 +0000 (19:41 -0500)]
(NO_IMPLICIT_EXTERN_C): Defined.

From-SVN: r6762

30 years ago(gxx_include_dir): Replacement for gxx_prefix.
Richard Kenner [Sun, 13 Mar 1994 00:41:22 +0000 (19:41 -0500)]
(gxx_include_dir): Replacement for gxx_prefix.

From-SVN: r6761

30 years agoDon't define emit_float_lib_cmp now that no longer static.
Richard Kenner [Sat, 12 Mar 1994 21:59:18 +0000 (16:59 -0500)]
Don't define emit_float_lib_cmp now that no longer static.

From-SVN: r6760

30 years ago(emit_float_lib_cmp): Add declaration here.
Richard Kenner [Sat, 12 Mar 1994 21:58:58 +0000 (16:58 -0500)]
(emit_float_lib_cmp): Add declaration here.

From-SVN: r6759

30 years ago(stmp-fixproto): Work around a `make' bug in BSDI 1.1.
Richard Kenner [Sat, 12 Mar 1994 12:41:55 +0000 (07:41 -0500)]
(stmp-fixproto): Work around a `make' bug in BSDI 1.1.

From-SVN: r6758

30 years agoAdded \n to printf to shorten line for VAX-C.
Richard Kenner [Sat, 12 Mar 1994 12:38:00 +0000 (07:38 -0500)]
Added \n to printf to shorten line for VAX-C.

From-SVN: r6757

30 years ago(do_include, hack-vms_include_specification): Change handling of
Richard Kenner [Sat, 12 Mar 1994 12:37:03 +0000 (07:37 -0500)]
(do_include, hack-vms_include_specification): Change handling of
'#include filename' to be compatible with VAX-C.

From-SVN: r6756

30 years agoProperly test WORDS_BIG_ENDIAN.
Richard Kenner [Sat, 12 Mar 1994 12:36:32 +0000 (07:36 -0500)]
Properly test WORDS_BIG_ENDIAN.

From-SVN: r6755

30 years agoProperly test BYTES_BIG_ENDIAN.
Richard Kenner [Sat, 12 Mar 1994 12:35:56 +0000 (07:35 -0500)]
Properly test BYTES_BIG_ENDIAN.

From-SVN: r6754

30 years agoAdd prototypes for static functions.
Richard Kenner [Sat, 12 Mar 1994 11:42:18 +0000 (06:42 -0500)]
Add prototypes for static functions.

(jump_optimize, delete_insn): Use GET_RTX_CLASS to test for insns.
(mark_jump_label): Delete dead code.
(delete_computation, redirect_tablejump): No longer static.

From-SVN: r6753

30 years ago(sleu+4, sleu+7, extendsftf2, extenddftf2, trunctfsf2,
Jim Wilson [Fri, 11 Mar 1994 19:54:59 +0000 (11:54 -0800)]
(sleu+4, sleu+7, extendsftf2, extenddftf2, trunctfsf2,

trunctfdf2, floatsitf2, fix_trunctfsi2, addtf3, subtf3, multf3,
divtf3, sqrttf2): Disable when -msoft-quad-float.
(beq, bne, bgt, blt, bge, ble): When -msoft-quad-float, account
for return value of SPARC ABI routines that differs from libgcc.

From-SVN: r6752

30 years ago(TARGET_HARD_QUAD): New macro.
Jim Wilson [Fri, 11 Mar 1994 19:53:44 +0000 (11:53 -0800)]
(TARGET_HARD_QUAD): New macro.

(TARGET_SWITCHES): Add hard-quad-float, soft-quad-float.
(TARGET_DEFAULT): Use parentheses.
({ADDTF3,SUBTF3,MULTF3,DIVTF3,SQRTTF2,FLOATSITF2,FIX_TRUNCTFSI2,
EXTENDSFTF2,TRUNCTFSF2,EXTENDDFTF2,TRUNCTFDF2,EQTF2,NETF2,GTTF2,
GETF2,LTTF2,LETF2}_LIBCALL): New macros.

From-SVN: r6751

30 years ago(TARGET_DEFAULT): Use parentheses.
Jim Wilson [Fri, 11 Mar 1994 19:52:53 +0000 (11:52 -0800)]
(TARGET_DEFAULT): Use parentheses.

From-SVN: r6750

30 years ago(emit_float_lib_cmp): Make non static.
Jim Wilson [Fri, 11 Mar 1994 19:51:45 +0000 (11:51 -0800)]
(emit_float_lib_cmp): Make non static.

(init_optabs): Use {ADDTF3,SUBTF3,MULTF3,DIVTF3,SQRTTF2,FLOATSITF2,
FIX_TRUNCTFSI2,EXTENDSFTF2,TRUNCTFSF2,EXTENDDFTF2,TRUNCTFDF2,EQTF2,
NETF2,GTTF2,GETF2,LTTF2,LETF2}_LIBCALL macros.

From-SVN: r6749

30 years ago(libcall_dead_p): Fail not abort for libcall that returns
Jim Wilson [Fri, 11 Mar 1994 19:50:38 +0000 (11:50 -0800)]
(libcall_dead_p): Fail not abort for libcall that returns
value via invisible pointer.

From-SVN: r6748

30 years ago(STARTING_FRAME_OFFSET): Depend on LONG_DOUBLE_TYPE_SIZE.
Jim Wilson [Fri, 11 Mar 1994 19:39:52 +0000 (11:39 -0800)]
(STARTING_FRAME_OFFSET): Depend on LONG_DOUBLE_TYPE_SIZE.

From-SVN: r6747

30 years ago(copy_rtx_if_shared, case LABEL_REF): Can't share.
Richard Kenner [Fri, 11 Mar 1994 13:29:57 +0000 (08:29 -0500)]
(copy_rtx_if_shared, case LABEL_REF): Can't share.

From-SVN: r6746

30 years ago(jump_optimize): Delete REG_LABEL note if label no longer in insn.
Richard Kenner [Fri, 11 Mar 1994 13:29:36 +0000 (08:29 -0500)]
(jump_optimize): Delete REG_LABEL note if label no longer in insn.

From-SVN: r6745

30 years agoUse PVPROTO for varargs prototypes.
Richard Kenner [Fri, 11 Mar 1994 13:01:45 +0000 (08:01 -0500)]
Use PVPROTO for varargs prototypes.

From-SVN: r6744

30 years ago(PVPROTO): New macro.
Richard Kenner [Fri, 11 Mar 1994 12:58:05 +0000 (07:58 -0500)]
(PVPROTO): New macro.

From-SVN: r6743

30 years ago(finish_decl): When preserving an initializer, ensure its type is on a
Richard Kenner [Fri, 11 Mar 1994 12:21:22 +0000 (07:21 -0500)]
(finish_decl): When preserving an initializer, ensure its type is on a
good obstack.

From-SVN: r6742

30 years ago(emit_reload_insns): When clearing reg_last_reload_reg, clear all hard
Richard Kenner [Thu, 10 Mar 1994 20:32:26 +0000 (15:32 -0500)]
(emit_reload_insns): When clearing reg_last_reload_reg, clear all hard
regs in reload_out.

From-SVN: r6741

30 years ago(dup2): Catch dup() failure. Return correct value.
Richard Kenner [Thu, 10 Mar 1994 20:23:01 +0000 (15:23 -0500)]
(dup2): Catch dup() failure.  Return correct value.

From-SVN: r6740

30 years ago([__MSDOS__]): Use #ifdef, not #if.
Richard Kenner [Thu, 10 Mar 1994 20:18:00 +0000 (15:18 -0500)]
([__MSDOS__]): Use #ifdef, not #if.

From-SVN: r6739

30 years ago(main, finclude, check_precompiled): When safe_read returns a partial buffer, this...
Richard Kenner [Thu, 10 Mar 1994 20:02:45 +0000 (15:02 -0500)]
(main, finclude, check_precompiled): When safe_read returns a partial buffer, this means EOF has been reached...

(main, finclude, check_precompiled): When safe_read returns a partial
buffer, this means EOF has been reached; don't try to read any more.

From-SVN: r6738

30 years ago(extraclean): Remove djefoo cruft.
Doug Evans [Thu, 10 Mar 1994 17:44:12 +0000 (17:44 +0000)]
(extraclean): Remove djefoo cruft.

From-SVN: r6737

30 years ago(movqi): Disable special-case of stack push if operand one is an
Richard Kenner [Thu, 10 Mar 1994 01:38:31 +0000 (20:38 -0500)]
(movqi): Disable special-case of stack push if operand one is an
address register.

From-SVN: r6736

30 years ago(target_negative): -0 counts as negative.
Richard Kenner [Wed, 9 Mar 1994 23:47:18 +0000 (18:47 -0500)]
(target_negative): -0 counts as negative.

From-SVN: r6735

30 years ago(fold, case MULT_EXPR): Simplify MULT_EXPR of an EXACT_DIV_EXPR with
Richard Kenner [Wed, 9 Mar 1994 21:50:25 +0000 (16:50 -0500)]
(fold, case MULT_EXPR): Simplify MULT_EXPR of an EXACT_DIV_EXPR with
the same divisor as our multiplicand.

From-SVN: r6734

30 years ago(pointer_int_sum): Multiplication should be done signed.
Richard Kenner [Wed, 9 Mar 1994 21:49:14 +0000 (16:49 -0500)]
(pointer_int_sum): Multiplication should be done signed.

(pointer_diff): Likewise the division.

From-SVN: r6733

30 years ago(rtx_equal_for_tmemref_p): Commutative operations are identical if the
Richard Kenner [Wed, 9 Mar 1994 20:31:49 +0000 (15:31 -0500)]
(rtx_equal_for_tmemref_p): Commutative operations are identical if the
operands match in the opposite order.

From-SVN: r6732

30 years ago(rtx_equal_for_thread_p): Commutative operations are identical if the
Richard Kenner [Wed, 9 Mar 1994 20:31:06 +0000 (15:31 -0500)]
(rtx_equal_for_thread_p): Commutative operations are identical if the
operands match in the opposite order.

From-SVN: r6731

30 years ago(simplify_relational_operation): Fix typos; use
Richard Kenner [Wed, 9 Mar 1994 17:07:12 +0000 (12:07 -0500)]
(simplify_relational_operation): Fix typos; use
 ARG_POINTER_REGNUM and FRAME_POINTER_REGNUM in condtionals.

From-SVN: r6730

30 years ago(break_out_memory_refs): Don't call mark_reg_pointer here.
Richard Kenner [Tue, 8 Mar 1994 21:12:01 +0000 (16:12 -0500)]
(break_out_memory_refs): Don't call mark_reg_pointer here.

(memory_address): Call it here if X changed and is now a REG or REG +
CONST_INT.

From-SVN: r6729

30 years ago(write_vtable_entries, finish_file): Likewise.
Jim Wilson [Tue, 8 Mar 1994 20:56:07 +0000 (12:56 -0800)]
(write_vtable_entries, finish_file): Likewise.

From-SVN: r6728

30 years ago(finish_function): Likewise.
Jim Wilson [Tue, 8 Mar 1994 20:54:14 +0000 (12:54 -0800)]
(finish_function): Likewise.

From-SVN: r6727

30 years ago(permanent_allocation): Add prototype.
Jim Wilson [Tue, 8 Mar 1994 20:53:39 +0000 (12:53 -0800)]
(permanent_allocation): Add prototype.

From-SVN: r6726

30 years ago(momentary_function_firstobj): New variable.
Jim Wilson [Tue, 8 Mar 1994 20:53:01 +0000 (12:53 -0800)]
(momentary_function_firstobj): New variable.

(init_obstack): Set it.
(save_tree_status): Save it and set it.
(restore_tree_status): Use it and restore it.
(permanent_allocation): New parameter function_end.  Clear
momentary_obstack to momentary_function_firstobj if true.
(preserve_initializer): Set base field of every momentary
level on the momentary stack to new momentary_firstobj.
(pop_momentary): Only free back to previous base.

From-SVN: r6725

30 years ago(struct function): Add momentary_function_firstobj
Jim Wilson [Tue, 8 Mar 1994 20:51:59 +0000 (12:51 -0800)]
(struct function): Add momentary_function_firstobj
field.

From-SVN: r6724

30 years ago(compile_file): Likewise.
Jim Wilson [Tue, 8 Mar 1994 20:51:13 +0000 (12:51 -0800)]
(compile_file): Likewise.

From-SVN: r6723

30 years ago(finish_decl): When saving/discarding initializers,
Jim Wilson [Tue, 8 Mar 1994 20:49:11 +0000 (12:49 -0800)]
(finish_decl): When saving/discarding initializers,

don't check TREE_PERMANENT and TREE_STATIC.
(finish_decl, finish_function): Pass new argument to
permanent_allocation.

From-SVN: r6722

30 years ago(LINK_SPEC): Do not depend on gas.
Jim Wilson [Tue, 8 Mar 1994 01:48:08 +0000 (17:48 -0800)]
(LINK_SPEC): Do not depend on gas.

(LINK_SPEC): Do not depend on gas.  Don't interpret -EB
and -EL options, but do pass them.
(ASM_SPEC): Make definition depend on whether or
not the default assembler is gas.  Pass all normal assembler
options to gas.
(ASM_FINAL_SPEC): Cross compiling does not presume gas.

From-SVN: r6721

30 years ago(LINK_SPEC): Do not depend on gas.
Jim Wilson [Tue, 8 Mar 1994 01:47:22 +0000 (17:47 -0800)]
(LINK_SPEC): Do not depend on gas.

(LINK_SPEC): Do not depend on gas.  Don't interpret -EB
and -EL options, but do pass them.

From-SVN: r6720

30 years ago(ASM_SPEC, LINK_SPEC): Delete.
Jim Wilson [Tue, 8 Mar 1994 01:46:59 +0000 (17:46 -0800)]
(ASM_SPEC, LINK_SPEC): Delete.

From-SVN: r6719

30 years ago(LINK_SPEC): Delete.
Jim Wilson [Tue, 8 Mar 1994 01:46:43 +0000 (17:46 -0800)]
(LINK_SPEC): Delete.

From-SVN: r6718

30 years ago(LINK_SPEC): Likewise.
Jim Wilson [Tue, 8 Mar 1994 01:46:14 +0000 (17:46 -0800)]
(LINK_SPEC): Likewise.

(ASM_SPEC): Likewise.
(SIZE_TYPE): Delete.
(MAX_WCHAR_TYPE_SIZE): Define.

From-SVN: r6717

30 years ago(LINK_SPEC): Pass all normal linker options to gld.
Jim Wilson [Tue, 8 Mar 1994 01:43:22 +0000 (17:43 -0800)]
(LINK_SPEC): Pass all normal linker options to gld.

(ASM_SPEC): Pass all normal assembler options to gas.

From-SVN: r6716

30 years ago(ASM_SPEC): Make definition depend on whether or not the default assembler is gas.
Jim Wilson [Tue, 8 Mar 1994 01:39:43 +0000 (17:39 -0800)]
(ASM_SPEC): Make definition depend on whether or not the default assembler is gas.

(ASM_SPEC):  Make definition depend on whether or
not the default assembler is gas.  Pass all normal assembler
options to gas.  Pass -O0 if the assembler is not gas.

From-SVN: r6715

30 years agoInitial revision.
Jim Wilson [Tue, 8 Mar 1994 01:30:31 +0000 (17:30 -0800)]
Initial revision.

From-SVN: r6714

30 years ago(expand_call): For pcc_struct_value case, set
Jim Wilson [Tue, 8 Mar 1994 01:19:20 +0000 (17:19 -0800)]
(expand_call): For pcc_struct_value case, set
MEM_IN_STRUCT_P correctly on target.

From-SVN: r6713

30 years ago(mostlyclean): Don't explicitly delete ld.
Jim Wilson [Tue, 8 Mar 1994 01:10:40 +0000 (17:10 -0800)]
(mostlyclean): Don't explicitly delete ld.

From-SVN: r6712

30 years ago(print_symbol): The index field of a global symbol is the symbol table index of the...
Jim Wilson [Tue, 8 Mar 1994 01:06:13 +0000 (17:06 -0800)]
(print_symbol): The index field of a global symbol is the symbol table index of the corresponding local symbol...

(print_symbol): The index field of a global symbol
is the symbol table index of the corresponding local symbol, not
an index into the aux table.
(print_file_desc): Print out size of line number
information rather than repeating line number count.
(print_file_desc): The cbLineOffset field of a PDR
is relative to the cbLineOffset field of the FDR.  Also, when
computing line_end of the last PDR, use cbLineOffset, not
ilineBase.

From-SVN: r6711

30 years ago(GPLUSPLUS_INCLUDE_DIR): Deleted.
Richard Kenner [Mon, 7 Mar 1994 22:42:29 +0000 (17:42 -0500)]
(GPLUSPLUS_INCLUDE_DIR): Deleted.

(STARTFILE_SPEC): Remove "-nojump".

From-SVN: r6710