gcc.git
27 years agoMake sure file is processed if some of the known __need_* macros is
Richard Kenner [Mon, 28 Oct 1996 12:36:05 +0000 (07:36 -0500)]
Make sure file is processed if some of the known __need_* macros is
defined.

From-SVN: r13044

27 years ago(output_function_prologue): Adjust SP then use movmel with plain address indirect...
Richard Kenner [Mon, 28 Oct 1996 02:37:55 +0000 (21:37 -0500)]
(output_function_prologue): Adjust SP then use movmel with plain address indirect mode for TARGET_5200.

(output_function_prologue): Adjust SP then use movmel with
plain address indirect mode for TARGET_5200.
(output_function_epilogue): Disable moveml and use several movel's
instead for TARGET_5200.
(output_function_{pro,epi}logue): Use lea instruction to adjust
stack pointer for short displacements for TARGET_5200.

From-SVN: r13043

27 years ago* fold-const.c (merge_ranges): Fix thinko/typo.
Jeff Law [Sun, 27 Oct 1996 22:17:12 +0000 (15:17 -0700)]
* fold-const.c (merge_ranges): Fix thinko/typo.

From-SVN: r13042

27 years agoZero extend when generating a CONST_DOUBLE in convert_modes
Ian Lance Taylor [Sun, 27 Oct 1996 02:08:23 +0000 (02:08 +0000)]
Zero extend when generating a CONST_DOUBLE in convert_modes

From-SVN: r13041

27 years ago(allocate_dynamic_stack_space): Delete reference to nonexistant macro
Richard Kenner [Sat, 26 Oct 1996 21:12:51 +0000 (17:12 -0400)]
(allocate_dynamic_stack_space): Delete reference to nonexistant macro
ALLOCATE_OUTGOING_ARGS.

From-SVN: r13040

27 years ago(XCFLAGS): Disable native assembler's jump optimization for expr.o and
Richard Kenner [Sat, 26 Oct 1996 19:24:53 +0000 (15:24 -0400)]
(XCFLAGS): Disable native assembler's jump optimization for expr.o and
cp/decl.o.

From-SVN: r13039

27 years ago(jump_optimize): Fix second error in last change.
Richard Kenner [Sat, 26 Oct 1996 18:11:07 +0000 (14:11 -0400)]
(jump_optimize): Fix second error in last change.

From-SVN: r13038

27 years ago(output_function_prologue): Add REGISTER_PREFIX to stack probe
Richard Kenner [Sat, 26 Oct 1996 18:04:06 +0000 (14:04 -0400)]
(output_function_prologue): Add REGISTER_PREFIX to stack probe
instruction.

From-SVN: r13037

27 years ago(CPP_PREDEFINES): Add -D_NEXT_SOURCE.
Richard Kenner [Sat, 26 Oct 1996 17:59:02 +0000 (13:59 -0400)]
(CPP_PREDEFINES): Add -D_NEXT_SOURCE.

From-SVN: r13036

27 years agoDefine TARGET_CPU values for v8 and supersparc.
Richard Kenner [Sat, 26 Oct 1996 16:20:31 +0000 (12:20 -0400)]
Define TARGET_CPU values for v8 and supersparc.

From-SVN: r13035

27 years ago(cpu_default): Add entries for v8 and supersparc.
Richard Kenner [Sat, 26 Oct 1996 16:20:06 +0000 (12:20 -0400)]
(cpu_default): Add entries for v8 and supersparc.

From-SVN: r13034

27 years ago(dump_file): Call fclose() for opened files.
Richard Kenner [Sat, 26 Oct 1996 15:37:57 +0000 (11:37 -0400)]
(dump_file): Call fclose() for opened files.

From-SVN: r13033

27 years agoFix typo which makes comment text be non-comment.
Richard Kenner [Sat, 26 Oct 1996 15:29:26 +0000 (11:29 -0400)]
Fix typo which makes comment text be non-comment.

From-SVN: r13032

27 years agoFix build problems on cygwin/winnt
Michael Meissner [Fri, 25 Oct 1996 20:21:38 +0000 (20:21 +0000)]
Fix build problems on cygwin/winnt

From-SVN: r13031

27 years ago(make_range, case PLUS_EXPR): Normalize an unsigned
Jim Wilson [Thu, 24 Oct 1996 19:08:23 +0000 (12:08 -0700)]
(make_range, case PLUS_EXPR): Normalize an unsigned
range that wraps around 0.

From-SVN: r13030

27 years agoPermit sign extend operands
Ian Lance Taylor [Thu, 24 Oct 1996 18:39:43 +0000 (18:39 +0000)]
Permit sign extend operands

From-SVN: r13029

27 years agoPermit sign_extend operands
Ian Lance Taylor [Thu, 24 Oct 1996 18:38:30 +0000 (18:38 +0000)]
Permit sign_extend operands

From-SVN: r13028

27 years ago(make_range, comparison cases): When making range for unsigned to
Richard Kenner [Thu, 24 Oct 1996 13:10:37 +0000 (09:10 -0400)]
(make_range, comparison cases): When making range for unsigned to
merge in, use full range.

From-SVN: r13027

27 years ago(GET_MODE_ALIGNMENT): Delete definition; duplicate.
Richard Kenner [Thu, 24 Oct 1996 11:41:09 +0000 (07:41 -0400)]
(GET_MODE_ALIGNMENT): Delete definition; duplicate.

From-SVN: r13026

27 years ago(emit_reload_insns): Check for second_reloadreg in
Richard Kenner [Thu, 24 Oct 1996 11:28:42 +0000 (07:28 -0400)]
(emit_reload_insns): Check for second_reloadreg in
SECONDARY_OUTPUT_RELOAD_CLASS / PRESERVE_DEATH_INFO_REGNO_P case.

From-SVN: r13025

27 years agoFix typo in comment.
Richard Kenner [Thu, 24 Oct 1996 11:26:23 +0000 (07:26 -0400)]
Fix typo in comment.

From-SVN: r13024

27 years agocrtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more than once.
Mike Stump [Thu, 24 Oct 1996 01:23:43 +0000 (01:23 +0000)]
crtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more than once.

        * crtstuff.c (__do_global_dtors_aux): Allow finalization code to
        be run more than once.
        * libgcc2.c (__do_global_dtors): Ditto.

From-SVN: r13023

27 years agosh.md (movdf_k, [...]): new alternative for pc-relative load.
Joern Rennecke [Thu, 24 Oct 1996 00:40:58 +0000 (01:40 +0100)]
sh.md (movdf_k, [...]): new alternative for pc-relative load.

        * sh.md (movdf_k, movsf_i, movsf_ie): new alternative for
        pc-relative load.
        (movsf_ieq): new define_insn with matching define_split.
        (movsf): use it where appropriate.
        (consttable_sf, consttable_df): new define_insns.

From-SVN: r13022

27 years agosh.c (dump_table): handle SFmode and DFmode.
Joern Rennecke [Thu, 24 Oct 1996 00:40:58 +0000 (01:40 +0100)]
sh.c (dump_table): handle SFmode and DFmode.

        * sh.c (dump_table): handle SFmode and DFmode.
        (broken_move): handle simple PARALLEL.
        (machine_dependent_reorg, pc-relative move generation): Likewise.

From-SVN: r13021

27 years agosh.h (CONST_DOUBLE_OK_FOR_LETTER_P): always true for 'F' .
Joern Rennecke [Thu, 24 Oct 1996 00:40:58 +0000 (01:40 +0100)]
sh.h (CONST_DOUBLE_OK_FOR_LETTER_P): always true for 'F' .

        * sh.h (CONST_DOUBLE_OK_FOR_LETTER_P): always true for 'F' .
        (LEGITIMATE_CONSTANT_P): accept SFmode and DFmode.

From-SVN: r13020

27 years ago(a29k_makes_calls): New global variable.
Jim Wilson [Wed, 23 Oct 1996 22:53:47 +0000 (15:53 -0700)]
(a29k_makes_calls): New global variable.

(compute_regstack_size, a29k_compute_reg_names): New functions.
(output_prolog): Much code moved to two new functions.  Use
a29k_makes_calls instead of makes_calls.

From-SVN: r13019

27 years ago(ASM_DECLARE_FUNCTION_NAME): Call a29k_compute_reg_names.
Jim Wilson [Wed, 23 Oct 1996 22:52:39 +0000 (15:52 -0700)]
(ASM_DECLARE_FUNCTION_NAME): Call a29k_compute_reg_names.

From-SVN: r13018

27 years agoAccept a unary operator in constrain_operands
Ian Lance Taylor [Wed, 23 Oct 1996 22:02:32 +0000 (22:02 +0000)]
Accept a unary operator in constrain_operands

From-SVN: r13017

27 years agoAccept a unary operator in find_reloads
Ian Lance Taylor [Wed, 23 Oct 1996 22:01:23 +0000 (22:01 +0000)]
Accept a unary operator in find_reloads

From-SVN: r13016

27 years ago(MAKE_DECL_ONE_ONLY): Fix typo in use of macro parameter.
Richard Kenner [Wed, 23 Oct 1996 21:48:29 +0000 (17:48 -0400)]
(MAKE_DECL_ONE_ONLY): Fix typo in use of macro parameter.

From-SVN: r13015

27 years ago(yylex): Cast string literal to U_CHAR* for lookup() call.
Richard Kenner [Wed, 23 Oct 1996 21:46:10 +0000 (17:46 -0400)]
(yylex): Cast string literal to U_CHAR* for lookup() call.

From-SVN: r13014

27 years ago(choose_temp_base): On VMS, use proper syntax for current directory.
Richard Kenner [Wed, 23 Oct 1996 21:36:37 +0000 (17:36 -0400)]
(choose_temp_base): On VMS, use proper syntax for current directory.

From-SVN: r13013

27 years ago(combine_givs): When combining a DEST_REG giv with its only use,
Richard Kenner [Wed, 23 Oct 1996 21:20:31 +0000 (17:20 -0400)]
(combine_givs): When combining a DEST_REG giv with its only use,

always set the benefit of the combined giv to that of the DEST_REG giv.

From-SVN: r13012

27 years ago(gen_lowpart_common): When converting a floating point value into an
Richard Kenner [Wed, 23 Oct 1996 21:15:58 +0000 (17:15 -0400)]
(gen_lowpart_common): When converting a floating point value into an
integer, use WORD as (first) word.

From-SVN: r13011

27 years ago(expand_call): In target code, move PARALLEL case above
Jim Wilson [Wed, 23 Oct 1996 20:27:44 +0000 (13:27 -0700)]
(expand_call): In target code, move PARALLEL case above
target != case.

From-SVN: r13010

27 years agoreturn
Jason Merrill [Wed, 23 Oct 1996 18:49:54 +0000 (18:49 +0000)]
return

From-SVN: r13009

27 years agoDon't use shifts for extendsidi2
Ian Lance Taylor [Wed, 23 Oct 1996 18:16:59 +0000 (18:16 +0000)]
Don't use shifts for extendsidi2

From-SVN: r13008

27 years ago(block_move_load_store, block_move_sequence): Delete.
Jim Wilson [Wed, 23 Oct 1996 18:07:15 +0000 (11:07 -0700)]
(block_move_load_store, block_move_sequence): Delete.

(block_move_loop): New parameter orig_dest.  Call change_address to
create new MEM instead of gen_rtx.
(expand_block_move): New local orig_dest.  Pass it to block_move_loop.
Call change_address to create new MEM instead of gen_rtx.

From-SVN: r13007

27 years ago(can_combine_p): When SMALL_REGISTER_CLASSES is defined, avoid
Richard Kenner [Wed, 23 Oct 1996 14:48:36 +0000 (10:48 -0400)]
(can_combine_p): When SMALL_REGISTER_CLASSES is defined, avoid
substituting a return register into I3.

From-SVN: r13006

27 years ago(emit_libcall_block): Before adding an REG_EQUAL note, check that it will really...
Richard Kenner [Wed, 23 Oct 1996 14:30:26 +0000 (10:30 -0400)]
(emit_libcall_block): Before adding an REG_EQUAL note, check that it will really apply to a single instruction.

(emit_libcall_block): Before adding an REG_EQUAL note, check that it will
really apply to a single instruction.
(expand_binop, expand_fix): Likewise.

From-SVN: r13005

27 years ago(exact_real_inverse): Likewise, if no REAL_ARITHMETIC.
Richard Kenner [Wed, 23 Oct 1996 14:20:45 +0000 (10:20 -0400)]
(exact_real_inverse): Likewise, if no REAL_ARITHMETIC.

(fold, case RDIV_EXPR): Turn divide by constant into multiplication by the
reciprocal, if optimizing and result is exact.

From-SVN: r13004

27 years ago(exact_real_inverse): Declare.
Richard Kenner [Wed, 23 Oct 1996 14:20:24 +0000 (10:20 -0400)]
(exact_real_inverse): Declare.

From-SVN: r13003

27 years ago(exact_real_inverse): New function, if REAL_ARITHMETIC.
Richard Kenner [Wed, 23 Oct 1996 14:20:10 +0000 (10:20 -0400)]
(exact_real_inverse): New function, if REAL_ARITHMETIC.

From-SVN: r13002

27 years ago(emit_store_flag_force): Declare.
Torbjorn Granlund [Wed, 23 Oct 1996 04:15:02 +0000 (04:15 +0000)]
(emit_store_flag_force): Declare.

From-SVN: r13001

27 years agoFix minor bugs in float_to_usi and dp_to_sf
Ian Lance Taylor [Wed, 23 Oct 1996 02:45:07 +0000 (02:45 +0000)]
Fix minor bugs in float_to_usi and dp_to_sf

From-SVN: r13000

27 years ago(unroll_loop): Always reject loops with unbalanced blocks.
Jim Wilson [Tue, 22 Oct 1996 22:31:18 +0000 (15:31 -0700)]
(unroll_loop): Always reject loops with unbalanced blocks.

From-SVN: r12999

27 years agoFix MIPS EABI when using -mips1 or -msoft-float
Ian Lance Taylor [Tue, 22 Oct 1996 22:30:50 +0000 (22:30 +0000)]
Fix MIPS EABI when using -mips1 or -msoft-float

From-SVN: r12998

27 years agoFix SETUP_INCOMING_VARARGS for TARGET_SINGLE_FLOAT || ! TARGET_FLOAT64
Ian Lance Taylor [Tue, 22 Oct 1996 22:29:33 +0000 (22:29 +0000)]
Fix SETUP_INCOMING_VARARGS for TARGET_SINGLE_FLOAT || ! TARGET_FLOAT64

From-SVN: r12997

27 years agoFix mips_function_value for TARGET_SINGLE_FLOAT.
Ian Lance Taylor [Tue, 22 Oct 1996 22:28:41 +0000 (22:28 +0000)]
Fix mips_function_value for TARGET_SINGLE_FLOAT.

From-SVN: r12996

27 years agoSupport libraries like x86 cygwin does
Michael Meissner [Tue, 22 Oct 1996 13:46:07 +0000 (13:46 +0000)]
Support libraries like x86 cygwin does

From-SVN: r12995

27 years ago.
Jason Merrill [Tue, 22 Oct 1996 09:11:55 +0000 (09:11 +0000)]
.

From-SVN: r12994

27 years ago(do_store_flag): Don't check if target is 0 in code
Torbjorn Granlund [Tue, 22 Oct 1996 00:26:25 +0000 (00:26 +0000)]
(do_store_flag): Don't check if target is 0 in code
emitting store flag as compare-branch.

From-SVN: r12993

27 years ago(store_expr): Disable optimization of using convert if exp's type is a
Richard Kenner [Mon, 21 Oct 1996 23:11:08 +0000 (19:11 -0400)]
(store_expr): Disable optimization of using convert if exp's type is a
subtype.

From-SVN: r12992

27 years ago(loop_comparison_code): New static variable.
Jim Wilson [Mon, 21 Oct 1996 22:43:33 +0000 (15:43 -0700)]
(loop_comparison_code): New static variable.

(unroll_loop): Add check for loop_comparison_code
(loop_iterations): Set loop_comparison_code.

From-SVN: r12991

27 years ago(gen_shl_sext): Add missing parameter to shl_sext_kind call.
Jim Wilson [Mon, 21 Oct 1996 22:28:24 +0000 (15:28 -0700)]
(gen_shl_sext): Add missing parameter to shl_sext_kind call.

From-SVN: r12990

27 years ago(INITIAL_FRAME_POINTER_OFFSET): Delete.
Jim Wilson [Mon, 21 Oct 1996 22:23:51 +0000 (15:23 -0700)]
(INITIAL_FRAME_POINTER_OFFSET): Delete.

From-SVN: r12989

27 years ago(expand_binop): Use new function emit_store_flag_force.
Torbjorn Granlund [Mon, 21 Oct 1996 22:20:06 +0000 (22:20 +0000)]
(expand_binop): Use new function emit_store_flag_force.

From-SVN: r12988

27 years ago(emit_store_flag_force): New function.
Torbjorn Granlund [Mon, 21 Oct 1996 22:18:56 +0000 (22:18 +0000)]
(emit_store_flag_force): New function.

From-SVN: r12987

27 years agoCorrect MASK_64BIT to TARGET_64BIT
Ian Lance Taylor [Mon, 21 Oct 1996 22:02:15 +0000 (22:02 +0000)]
Correct MASK_64BIT to TARGET_64BIT

From-SVN: r12986

27 years ago(strength_reduce): Add check for ! bl->reversed to
Jim Wilson [Mon, 21 Oct 1996 17:58:18 +0000 (10:58 -0700)]
(strength_reduce): Add check for ! bl->reversed to
auto_inc_opt code.

From-SVN: r12985

27 years agojump.c (jump_optimize): fix bug in last change.
Doug Evans [Mon, 21 Oct 1996 16:27:41 +0000 (16:27 +0000)]
jump.c (jump_optimize): fix bug in last change.

From-SVN: r12984

27 years ago(build_array_ref): If -Wchar-subscripts, also warn in case when
Richard Kenner [Mon, 21 Oct 1996 11:59:10 +0000 (07:59 -0400)]
(build_array_ref): If -Wchar-subscripts, also warn in case when
pointer is being indexed.

From-SVN: r12983

27 years ago(jump_optimize): Use emit_store_flag even if branches are cheap, if
Richard Kenner [Mon, 21 Oct 1996 11:39:13 +0000 (07:39 -0400)]
(jump_optimize): Use emit_store_flag even if branches are cheap, if
the store is even cheaper.

From-SVN: r12982

27 years agoFormerly extend.texi.~110~
Brendan Kehoe [Mon, 21 Oct 1996 11:27:51 +0000 (07:27 -0400)]
Formerly extend.texi.~110~

From-SVN: r12981

27 years ago(reload_reg_free_p, reloads_conflict): RELOAD_OTHER and
Richard Kenner [Mon, 21 Oct 1996 00:53:14 +0000 (20:53 -0400)]
(reload_reg_free_p, reloads_conflict): RELOAD_OTHER and
RELOAD_FOR_OTHER_ADDRESS conflict.

From-SVN: r12980

27 years ago(ffs[sh]i2): Add missing CC_STATUS_INIT.
Richard Kenner [Mon, 21 Oct 1996 00:01:02 +0000 (20:01 -0400)]
(ffs[sh]i2): Add missing CC_STATUS_INIT.

From-SVN: r12979

27 years ago89th Cygnus<->FSF quick merge
Mike Stump [Fri, 18 Oct 1996 18:33:44 +0000 (18:33 +0000)]
89th Cygnus<->FSF quick merge

From-SVN: r12978

27 years agoFix float conversions if sign extension in offset would occur
Michael Meissner [Fri, 18 Oct 1996 17:35:40 +0000 (17:35 +0000)]
Fix float conversions if sign extension in offset would occur

From-SVN: r12977

27 years agotweak
Jason Merrill [Fri, 18 Oct 1996 06:23:23 +0000 (06:23 +0000)]
tweak

From-SVN: r12976

27 years agoSet TARGET_LONG64 for the EABI
Ian Lance Taylor [Thu, 17 Oct 1996 18:45:59 +0000 (18:45 +0000)]
Set TARGET_LONG64 for the EABI

From-SVN: r12975

27 years agoexpr.c (do_jump): Conditionalize cleanups for the COND_EXPR case...
Doug Evans [Thu, 17 Oct 1996 15:33:52 +0000 (15:33 +0000)]
expr.c (do_jump): Conditionalize cleanups for the COND_EXPR case...

* expr.c (do_jump): Conditionalize cleanups for the COND_EXPR case,
  similarly to the way TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR are
  handled.

From-SVN: r12974

27 years ago(MASK_68040_ALSO): New macro.
Jim Wilson [Thu, 17 Oct 1996 05:19:54 +0000 (22:19 -0700)]
(MASK_68040_ALSO): New macro.

(TARGET_SWITCHES): Option -m68020-40 includes MASK_68040_ALSO.

From-SVN: r12973

27 years agoscoping
Jason Merrill [Wed, 16 Oct 1996 21:45:08 +0000 (21:45 +0000)]
scoping

From-SVN: r12972

27 years agoirix6 ctors
Jason Merrill [Wed, 16 Oct 1996 20:25:25 +0000 (20:25 +0000)]
irix6 ctors

From-SVN: r12971

27 years ago* exlsi.h (CHECK_FLOAT_VALUE): Removed.
Mike Stump [Wed, 16 Oct 1996 18:41:27 +0000 (18:41 +0000)]
* exlsi.h (CHECK_FLOAT_VALUE): Removed.

From-SVN: r12970

27 years ago(CPP_PREDEFINES): Add -D_LONGLONG.
Jim Wilson [Wed, 16 Oct 1996 18:18:57 +0000 (11:18 -0700)]
(CPP_PREDEFINES): Add -D_LONGLONG.

(CPP_SPECS): Remove -D_LONGLONG.

From-SVN: r12969

27 years ago(parallel inc/dec and branch-if-zero/nonzero): 4 new patterns.
Torbjorn Granlund [Wed, 16 Oct 1996 08:17:32 +0000 (08:17 +0000)]
(parallel inc/dec and branch-if-zero/nonzero): 4 new patterns.

From-SVN: r12968

27 years agoAdd support for MIPS EABI
Ian Lance Taylor [Wed, 16 Oct 1996 02:33:42 +0000 (02:33 +0000)]
Add support for MIPS EABI

From-SVN: r12967

27 years agodwarf
Jason Merrill [Tue, 15 Oct 1996 23:09:24 +0000 (23:09 +0000)]
dwarf

From-SVN: r12966

27 years ago* loop.c (strength_reduce): Avoid taking PATTERN of a label.
Doug Evans [Tue, 15 Oct 1996 21:54:30 +0000 (21:54 +0000)]
* loop.c (strength_reduce): Avoid taking PATTERN of a label.

From-SVN: r12965

27 years ago(CPP_SPEC): Restore -D_LANGUAGE_C for Objective C.
Jim Wilson [Tue, 15 Oct 1996 21:19:25 +0000 (14:19 -0700)]
(CPP_SPEC): Restore -D_LANGUAGE_C for Objective C.

From-SVN: r12964

27 years agoUse SUBTARGET_CPP_SIZE_SPEC correctly
Ian Lance Taylor [Tue, 15 Oct 1996 20:53:16 +0000 (20:53 +0000)]
Use SUBTARGET_CPP_SIZE_SPEC correctly

From-SVN: r12963

27 years ago-g1
Jason Merrill [Tue, 15 Oct 1996 01:31:09 +0000 (01:31 +0000)]
-g1

From-SVN: r12962

27 years ago(output_bound_representation): Fix typo in prototype.
Torbjorn Granlund [Tue, 15 Oct 1996 00:58:59 +0000 (00:58 +0000)]
(output_bound_representation): Fix typo in prototype.

From-SVN: r12961

27 years ago(jump_optimize): Check for if (...) { x = a; goto l; } x = b;
Jim Wilson [Mon, 14 Oct 1996 20:31:15 +0000 (13:31 -0700)]
(jump_optimize): Check for if (...) { x = a; goto l; } x = b;

From-SVN: r12960

27 years agoinheritance
Jason Merrill [Mon, 14 Oct 1996 18:18:57 +0000 (18:18 +0000)]
inheritance

From-SVN: r12959

27 years ago(split_specs_attrs): Delete.
Doug Evans [Sat, 12 Oct 1996 18:18:13 +0000 (18:18 +0000)]
(split_specs_attrs): Delete.

From-SVN: r12958

27 years agofold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs).
Doug Evans [Sat, 12 Oct 1996 04:06:11 +0000 (04:06 +0000)]
fold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs).

* fold-const.c (make_range): Handle NULL operand 0
(like in BIND_EXPRs).

From-SVN: r12957

27 years agorest_of_compilation
Jason Merrill [Sat, 12 Oct 1996 01:34:08 +0000 (01:34 +0000)]
rest_of_compilation

From-SVN: r12956

27 years agoDWARF supports C++
Jason Merrill [Fri, 11 Oct 1996 20:25:05 +0000 (20:25 +0000)]
DWARF supports C++

From-SVN: r12955

27 years agoInitial revision
Mike Stump [Fri, 11 Oct 1996 20:20:29 +0000 (20:20 +0000)]
Initial revision

From-SVN: r12954

27 years ago89th Cygnus<->FSF quick merge
Mike Stump [Fri, 11 Oct 1996 20:19:33 +0000 (20:19 +0000)]
89th Cygnus<->FSF quick merge

From-SVN: r12953

27 years ago89th Cygnus<->FSF quick merge
Mike Stump [Fri, 11 Oct 1996 20:08:01 +0000 (20:08 +0000)]
89th Cygnus<->FSF quick merge

From-SVN: r12952

27 years agodisable has_inlines
Jason Merrill [Fri, 11 Oct 1996 19:58:56 +0000 (19:58 +0000)]
disable has_inlines

From-SVN: r12951

27 years agoRework specs to subtarget specs and EXTRA_SPECS
Ian Lance Taylor [Fri, 11 Oct 1996 16:24:02 +0000 (16:24 +0000)]
Rework specs to subtarget specs and EXTRA_SPECS

From-SVN: r12950

27 years agoabi64 support
Jason Merrill [Fri, 11 Oct 1996 02:04:13 +0000 (02:04 +0000)]
abi64 support

From-SVN: r12949

27 years agoOnly create TOC save area if function makes calls.
Michael Meissner [Thu, 10 Oct 1996 22:50:14 +0000 (22:50 +0000)]
Only create TOC save area if function makes calls.

From-SVN: r12948

27 years agoDelete now unused variable rs6000_save_toc_p.
Michael Meissner [Thu, 10 Oct 1996 22:18:52 +0000 (22:18 +0000)]
Delete now unused variable rs6000_save_toc_p.

From-SVN: r12947

27 years agoCorrectly handle saving toc space in NT
Michael Meissner [Thu, 10 Oct 1996 22:16:37 +0000 (22:16 +0000)]
Correctly handle saving toc space in NT

From-SVN: r12946

27 years agoUse register_operand, not reg_or_0_operand, in FP conditional move
Ian Lance Taylor [Thu, 10 Oct 1996 20:40:09 +0000 (20:40 +0000)]
Use register_operand, not reg_or_0_operand, in FP conditional move

From-SVN: r12945