platform/upstream/gcc.git
29 years ago(default_compilers): Remove entries for Ada, C++, Chill, and Fortran;
Richard Kenner [Sun, 14 May 1995 14:37:53 +0000 (10:37 -0400)]
(default_compilers): Remove entries for Ada, C++, Chill, and Fortran;

#include specs.h instead.

From-SVN: r9681

29 years ago(lang_{specs,options}_files): New variables.
Richard Kenner [Sun, 14 May 1995 14:36:25 +0000 (10:36 -0400)]
(lang_{specs,options}_files): New variables.

(gcc.o): Depends on $(lang_specs_files).
(toplev.o): Depends on $(lang_options_file); merge two dep lists.
(distclean): Remove spes.h and options.

From-SVN: r9680

29 years agolang-options.h
Richard Kenner [Sun, 14 May 1995 14:27:14 +0000 (10:27 -0400)]
lang-options.h
lang-specs.h

From-SVN: r9679

29 years agoInitial revision
Richard Kenner [Sun, 14 May 1995 14:25:51 +0000 (10:25 -0400)]
Initial revision

From-SVN: r9678

29 years ago(back_branch_in_range_p): No longer static.
Jim Wilson [Sat, 13 May 1995 14:57:49 +0000 (07:57 -0700)]
(back_branch_in_range_p): No longer static.

From-SVN: r9677

29 years ago(back_branch_in_range_p): Declare.
Jim Wilson [Sat, 13 May 1995 14:57:22 +0000 (07:57 -0700)]
(back_branch_in_range_p): Declare.

From-SVN: r9676

29 years ago(record_giv): When computing replaceable, use
Jim Wilson [Sat, 13 May 1995 14:56:44 +0000 (07:56 -0700)]
(record_giv): When computing replaceable, use
back_branch_in_range_p instead of looking for branches to named
labels.

From-SVN: r9675

29 years ago(simplify_shift_count, case LSHIFTRT): Don't merge shifts of different
Richard Kenner [Sat, 13 May 1995 10:46:49 +0000 (06:46 -0400)]
(simplify_shift_count, case LSHIFTRT): Don't merge shifts of different
modes if first is any right shift.

From-SVN: r9674

29 years agoAdd configuration for semi-hosted ARM.
Richard Earnshaw [Sat, 13 May 1995 09:37:50 +0000 (09:37 +0000)]
Add configuration for semi-hosted ARM.

From-SVN: r9673

29 years agoInitial revision
Richard Earnshaw [Sat, 13 May 1995 09:35:22 +0000 (09:35 +0000)]
Initial revision

From-SVN: r9672

29 years ago(find_basic_blocks): Only perform n_basic_blocks sanity check on first pass...
Doug Evans [Sat, 13 May 1995 01:51:10 +0000 (01:51 +0000)]
(find_basic_blocks): Only perform n_basic_blocks sanity check on first pass...

(find_basic_blocks): Only perform n_basic_blocks sanity
check on first pass, and on second pass ensure it has the correct value.

From-SVN: r9671

29 years ago(build_binary_op): Warn when ~unsigned is compared against unsigned...
Doug Evans [Fri, 12 May 1995 23:22:34 +0000 (23:22 +0000)]
(build_binary_op): Warn when ~unsigned is compared against unsigned...

(build_binary_op): Warn when ~unsigned is compared
against unsigned, and type promotions result in an unexpected answer.

From-SVN: r9670

29 years agoContents replaced with old i386/gnuelf.h.
Roland McGrath [Fri, 12 May 1995 23:10:11 +0000 (23:10 +0000)]
Contents replaced with old i386/gnuelf.h.

From-SVN: r9669

29 years ago(layout_type...
Richard Kenner [Fri, 12 May 1995 22:31:57 +0000 (18:31 -0400)]
(layout_type...

(layout_type, case ARRAY_TYPE): Compute length using MAX of length and
zero if sizetype signed and neither bound constant.

From-SVN: r9668

29 years ago(__IMMEDIATE_PREFIX__): Default to #.
Ken Raeburn [Fri, 12 May 1995 21:28:15 +0000 (21:28 +0000)]
(__IMMEDIATE_PREFIX__): Default to #.

(IMM): New macro.
(all code): Use IMM macro instead of hardcoding # for immediate operands.

From-SVN: r9667

29 years ago(tstdi, cmpdi, addsi_lshrsi_31, ashldi_extsi): New patterns.
Richard Kenner [Fri, 12 May 1995 20:51:53 +0000 (16:51 -0400)]
(tstdi, cmpdi, addsi_lshrsi_31, ashldi_extsi): New patterns.

(extendqidi2, extendhidi2, extendsidi2): Allow "general_operand" instead
of "register_operand" 0.
(adddid_sexthishl32, subdid_sexthishl32, subdi_dishl32): Likewise.
(adddi_dilshr32): Operand 0 constraint changed from "ro" to "do";
Code generation fixed.
(adddi_mem, subdi_mem): Fixed for "<" and ">" operand 0.
(adddi3, subdi3): Operand 2 constraint changed from "ao" to "*ao"
(ashldi_sexthi, ashrdi_const32): Allow only "register_operand"
instead of "general_operand" 0.
(ash[lr]di_const, ash[lr]di3): Allow also 8 and 16 as shift count.
(subreg1ashrdi_const32): Pattern deleted.
(subreghi1ashrdi_const32, subregsi1ashrdi_const32): New pattern.
(lshrsi_31): New implementation.
(scc0_di, scc_di, beq0_di, bne0_di, bge0_di, blt0_di): New patterns.

From-SVN: r9666

29 years agopa.md (bb patterns): Fix bugs in length computation exposed by recent branch shorteni...
Jeff Law [Fri, 12 May 1995 20:51:46 +0000 (14:51 -0600)]
pa.md (bb patterns): Fix bugs in length computation exposed by recent branch shortening and...

* pa.md (bb patterns): Fix bugs in length computation exposed by
recent branch shortening and genattrtab changes.

From-SVN: r9665

29 years ago(HARD_REGNO_MODE_OK): Don't allow d7/a0 as DImode reg pair.
Richard Kenner [Fri, 12 May 1995 20:51:16 +0000 (16:51 -0400)]
(HARD_REGNO_MODE_OK): Don't allow d7/a0 as DImode reg pair.

From-SVN: r9664

29 years ago(output_scc_di): New function.
Richard Kenner [Fri, 12 May 1995 20:50:49 +0000 (16:50 -0400)]
(output_scc_di): New function.

(extend_operator) : Allow DImode target.

From-SVN: r9663

29 years agoUse <> in #include.
Richard Kenner [Fri, 12 May 1995 20:42:36 +0000 (16:42 -0400)]
Use <> in #include.

From-SVN: r9662

29 years ago(enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.
Ken Raeburn [Fri, 12 May 1995 20:23:47 +0000 (20:23 +0000)]
(enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.

(special_symbol): Handle it; emit value of IMMEDIATE_PREFIX.
(IMMEDIATE_PREFIX): Default to empty string.
(initialize_builtins): Install __IMMEDIATE_PREFIX__ builtin, parallel to
__REGISTER_PREFIX__.

From-SVN: r9661

29 years ago#if VMS, don't define `stat' macro to be VMS_stat.
Richard Kenner [Fri, 12 May 1995 20:06:17 +0000 (16:06 -0400)]
#if VMS, don't define `stat' macro to be VMS_stat.

#if VMS, don't define `stat' macro to be VMS_stat.
Compare enums explicitly to 0 to work around VAX C bug.

From-SVN: r9660

29 years ago(do_include): Cast alloca's value.
Richard Kenner [Fri, 12 May 1995 20:03:37 +0000 (16:03 -0400)]
(do_include): Cast alloca's value.

From-SVN: r9659

29 years ago(unused_list): New variable.
Richard Kenner [Fri, 12 May 1995 19:54:00 +0000 (15:54 -0400)]
(unused_list): New variable.

(build_tmp_function_decl): Call push_parm_decl with new format.
(start_class): Initialize unused_list.
(start_method_def): Call push_parm_decl with new format and mark _cmp as
possibly unused.

From-SVN: r9658

29 years ago(myparm): Handle attributes.
Richard Kenner [Fri, 12 May 1995 19:53:36 +0000 (15:53 -0400)]
(myparm): Handle attributes.

From-SVN: r9657

29 years agofix typo
Michael Meissner [Fri, 12 May 1995 19:45:00 +0000 (19:45 +0000)]
fix typo

From-SVN: r9656

29 years ago(TPU makefile.in): Reorganize and reformat code.
Richard Kenner [Fri, 12 May 1995 18:39:59 +0000 (14:39 -0400)]
(TPU makefile.in): Reorganize and reformat code.

Make generated .opt files have more consistent format (all comma
separated, excess whitespace eliminated);
(additional_compiler): New routine.
(process_makefile): Use it to handle cc1plus via cp/Make-lang.in.

From-SVN: r9655

29 years ago(bc_loop): Process comma-separated list rather than space-separated one;
Richard Kenner [Fri, 12 May 1995 18:39:32 +0000 (14:39 -0400)]
(bc_loop): Process comma-separated list rather than space-separated one;

restore .h suffix stripped by vmsconfig;
(loop1): More robust handling of directory prefix on file names.

From-SVN: r9654

29 years ago(movsicc): New pattern.
Doug Evans [Fri, 12 May 1995 18:25:51 +0000 (18:25 +0000)]
(movsicc): New pattern.

(movsfcc, movdfcc, *movsicc_insn, *movsfcc_hard_insn): Likewise.
(*movsfcc_soft_insn, movdfcc_insn): Likewise.
(*movdf_soft_insn): Rewrite.

From-SVN: r9653

29 years agoReplace ARM_REG_PREFIX with REGISTER_PREFIX.
Doug Evans [Fri, 12 May 1995 18:24:51 +0000 (18:24 +0000)]
Replace ARM_REG_PREFIX with REGISTER_PREFIX.

Replace ARM_COMMENT_CHAR with ASM_COMMENT_START.
(arm_asm_output_label): Use USER_LABEL_PREFIX.
(soft_df_operand): New function.

From-SVN: r9652

29 years agoReplace ARM_REG_PREFIX with REGISTER_PREFIX.
Doug Evans [Fri, 12 May 1995 18:23:56 +0000 (18:23 +0000)]
Replace ARM_REG_PREFIX with REGISTER_PREFIX.

Replace ARM_COMMENT_CHAR with ASM_COMMENT_START.
(REGISTER_PREFIX): Define.
(USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Define.
(SECONDARY_OUTPUT_RELOAD_CLASS): Handle DFmodes only if TARGET_HARD_FLOAT.
(PREDICATE_CODES): Add soft_df_operand.

From-SVN: r9651

29 years ago(simplify_shift_const): Don't change SHIFT_MODE for LSHIFTRT either.
Richard Kenner [Fri, 12 May 1995 18:20:43 +0000 (14:20 -0400)]
(simplify_shift_const): Don't change SHIFT_MODE for LSHIFTRT either.

From-SVN: r9650

29 years ago(movsi matcher): Fix typo in type attribute.
Doug Evans [Fri, 12 May 1995 17:34:39 +0000 (17:34 +0000)]
(movsi matcher): Fix typo in type attribute.

From-SVN: r9649

29 years agoSet -malign-loops= default to 2.
Michael Meissner [Fri, 12 May 1995 17:34:13 +0000 (17:34 +0000)]
Set -malign-loops= default to 2.

From-SVN: r9648

29 years agoAdd better support for passing args in registers; Add loop/jump/function alignment...
Michael Meissner [Fri, 12 May 1995 17:22:04 +0000 (17:22 +0000)]
Add better support for passing args in registers; Add loop/jump/function alignment overrides; add decrement_and_branch until 0

From-SVN: r9647

29 years ago(unroll_loop): Don't move reg if used in copy_end and that is a
Richard Kenner [Fri, 12 May 1995 16:48:07 +0000 (12:48 -0400)]
(unroll_loop): Don't move reg if used in copy_end and that is a
JUMP_INSN.

From-SVN: r9646

29 years agoInitial revision
Doug Evans [Fri, 12 May 1995 16:30:52 +0000 (16:30 +0000)]
Initial revision

From-SVN: r9645

29 years ago(vxworks29k): New alias.
Doug Evans [Fri, 12 May 1995 15:49:42 +0000 (15:49 +0000)]
(vxworks29k): New alias.

From-SVN: r9644

29 years agoInitial revision
Doug Evans [Fri, 12 May 1995 15:35:12 +0000 (15:35 +0000)]
Initial revision

From-SVN: r9643

29 years ago(check_dbra_loop): When reversing loop when
Jim Wilson [Fri, 12 May 1995 15:16:31 +0000 (08:16 -0700)]
(check_dbra_loop): When reversing loop when
no_use_except_counting is false, there must be only one biv.

From-SVN: r9642

29 years ago(unroll_loop): Only use local_regno for pseudos.
Richard Kenner [Fri, 12 May 1995 11:36:50 +0000 (07:36 -0400)]
(unroll_loop): Only use local_regno for pseudos.

From-SVN: r9641

29 years ago(write_test_expr, case MATCH_DUP): Use operands[N] instead of JUMP_LABEL (which may...
Richard Kenner [Fri, 12 May 1995 11:13:25 +0000 (07:13 -0400)]
(write_test_expr, case MATCH_DUP): Use operands[N] instead of JUMP_LABEL (which may not be set).

(write_test_expr, case MATCH_DUP): Use operands[N] instead of
JUMP_LABEL (which may not be set).
(walk_attr_value, case MATCH_DUP): Set must_extract.

From-SVN: r9640

29 years ago(push_parm_decl): Pass any attributes to decl_attributes.
Richard Kenner [Fri, 12 May 1995 11:09:47 +0000 (07:09 -0400)]
(push_parm_decl): Pass any attributes to decl_attributes.

From-SVN: r9639

29 years agoAdjust number of shift/reduce conflicts.
Richard Kenner [Fri, 12 May 1995 11:08:56 +0000 (07:08 -0400)]
Adjust number of shift/reduce conflicts.

(parm): Support attributes.

From-SVN: r9638

29 years agoFix reporting of unterminated strings.
Per Bothner [Fri, 12 May 1995 08:13:44 +0000 (01:13 -0700)]
Fix reporting of unterminated strings.

From-SVN: r9637

29 years ago(MD_STARTFILE_PREFIX, MD_EXEC_PREFIX,
Jim Wilson [Fri, 12 May 1995 06:19:57 +0000 (23:19 -0700)]
(MD_STARTFILE_PREFIX, MD_EXEC_PREFIX,

STARTFILE_SPEC, LINK_SPEC): Define.

From-SVN: r9636

29 years agocpplib.c (line_for_error): Make it work; add extra parameter.
Per Bothner [Fri, 12 May 1995 02:33:33 +0000 (19:33 -0700)]
cpplib.c (line_for_error): Make it work; add extra parameter.

* cpplib.c (line_for_error):  Make it work; add extra parameter.
(skip_quoted_string, cpp_get_token):  Update calls to line_for_error.
(macroexpand):  Remember initial line so we can report it if the
call is unterminated.  Also, simplify error logic slightly.
(do_include):  Cast alloca return value, to avoid pcc warning.

From-SVN: r9635

29 years ago* cppexp.c (parse_number): Cleanup some Cygnus crud for MPW.
Per Bothner [Fri, 12 May 1995 02:18:36 +0000 (19:18 -0700)]
* cppexp.c (parse_number):  Cleanup some Cygnus crud for MPW.

From-SVN: r9634

29 years agoOK, this is what I really wanted to install...
Torbjorn Granlund [Fri, 12 May 1995 01:39:52 +0000 (01:39 +0000)]
OK, this is what I really wanted to install...

From-SVN: r9633

29 years ago(i960_output_ldconst): Let split_double handle DImode.
Torbjorn Granlund [Fri, 12 May 1995 01:36:45 +0000 (01:36 +0000)]
(i960_output_ldconst): Let split_double handle DImode.

(i960_print_operand): Use REAL_VALUE_TO_DECIMAL for decimal strings.
(i960_output_double, i960_output_float):  Likewise; also change arg
VALUE from `double' to `REAL_VALUE_TYPE'.

From-SVN: r9632

29 years ago* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
Per Bothner [Fri, 12 May 1995 01:10:55 +0000 (18:10 -0700)]
* cpperror.c (cpp_print_containing_files):  Remove some Cygnus-local stuff.

From-SVN: r9631

29 years ago(link_command_spec): Make -nostdlib no longer imply -nostartfiles.
Doug Evans [Fri, 12 May 1995 01:06:03 +0000 (01:06 +0000)]
(link_command_spec): Make -nostdlib no longer imply -nostartfiles.

From-SVN: r9630

29 years agoRecognize PCs running Solaris2. Also, some cleaning up for CRAYs.
Per Bothner [Fri, 12 May 1995 00:19:09 +0000 (17:19 -0700)]
Recognize PCs running Solaris2.  Also, some cleaning up for CRAYs.

From-SVN: r9629

29 years ago(nested_function, notype_nested_function): Allow old-style arg
Richard Kenner [Thu, 11 May 1995 23:27:13 +0000 (19:27 -0400)]
(nested_function, notype_nested_function): Allow old-style arg
definitions (use xdecls).

From-SVN: r9628

29 years ago(grokdeclarator): Use PARM_FLAG to see if should make PARM_DECL.
Richard Kenner [Thu, 11 May 1995 23:26:45 +0000 (19:26 -0400)]
(grokdeclarator): Use PARM_FLAG to see if should make PARM_DECL.

From-SVN: r9627

29 years ago(convert_and_check): Don't diagnose overflow in constant expression
Richard Kenner [Thu, 11 May 1995 22:48:51 +0000 (18:48 -0400)]
(convert_and_check): Don't diagnose overflow in constant expression
merely because conversion overflowed.

From-SVN: r9626

29 years ago(finish_struct): Properly update DECL_PACKED.
Richard Kenner [Thu, 11 May 1995 22:43:43 +0000 (18:43 -0400)]
(finish_struct): Properly update DECL_PACKED.

From-SVN: r9625

29 years ago70th Cygnus<->FSF merge
Jason Merrill [Thu, 11 May 1995 21:36:16 +0000 (21:36 +0000)]
70th Cygnus<->FSF merge

From-SVN: r9624

29 years ago*** empty log message ***
Jason Merrill [Thu, 11 May 1995 19:25:36 +0000 (19:25 +0000)]
*** empty log message ***

From-SVN: r9623

29 years agoInitial revision
Jim Wilson [Thu, 11 May 1995 18:42:41 +0000 (11:42 -0700)]
Initial revision

From-SVN: r9622

29 years ago(LOCAL_LABEL_PREFIX, USER_LABEL_PREFIX): Define.
Jim Wilson [Thu, 11 May 1995 18:34:32 +0000 (11:34 -0700)]
(LOCAL_LABEL_PREFIX, USER_LABEL_PREFIX): Define.

(PUT_SDB_BLOCK_START, PUT_SDB_BLOCK_END, ASM_OUTPUT_LABEL_REF,
ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL,
ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Use them.

From-SVN: r9621

29 years ago(mips_output_lineno): Use LOCAL_LABEL_PREFIX.
Jim Wilson [Thu, 11 May 1995 18:31:37 +0000 (11:31 -0700)]
(mips_output_lineno): Use LOCAL_LABEL_PREFIX.

From-SVN: r9620

29 years ago(output_decl): Don't output DIE for struct or union type
Jim Wilson [Thu, 11 May 1995 18:21:22 +0000 (11:21 -0700)]
(output_decl): Don't output DIE for struct or union type
with no name or with ERROR_MARK for the fields.

From-SVN: r9619

29 years agoEliminate dead code caused by last patch
Michael Meissner [Thu, 11 May 1995 13:46:51 +0000 (13:46 +0000)]
Eliminate dead code caused by last patch

From-SVN: r9618

29 years agoDo not segfault if SUBREG uses something other than REG.
Michael Meissner [Thu, 11 May 1995 13:37:44 +0000 (13:37 +0000)]
Do not segfault if SUBREG uses something other than REG.

From-SVN: r9617

29 years ago(do_jump, case EX_EXPR, NE_EXPR): Fix typo for complex.
Richard Kenner [Thu, 11 May 1995 10:44:14 +0000 (06:44 -0400)]
(do_jump, case EX_EXPR, NE_EXPR): Fix typo for complex.

From-SVN: r9616

29 years agoLittle endian support.
Michael Meissner [Wed, 10 May 1995 21:37:55 +0000 (21:37 +0000)]
Little endian support.

From-SVN: r9615

29 years agoDo not build -mmultiple/-mno-multiple libgcc.a variants
Michael Meissner [Wed, 10 May 1995 20:30:43 +0000 (20:30 +0000)]
Do not build -mmultiple/-mno-multiple libgcc.a variants

From-SVN: r9614

29 years agoAdd little endian PowerPC support.
Michael Meissner [Wed, 10 May 1995 18:26:30 +0000 (18:26 +0000)]
Add little endian PowerPC support.

From-SVN: r9613

29 years ago* Makefile.in (libgcc1-test): Tell the user to ignore warnings.
Doug Evans [Wed, 10 May 1995 18:22:00 +0000 (18:22 +0000)]
* Makefile.in (libgcc1-test): Tell the user to ignore warnings.

From-SVN: r9612

29 years ago* libgcc1-test.c (main_without__main): Renamed from `main'.
Doug Evans [Wed, 10 May 1995 18:21:05 +0000 (18:21 +0000)]
* libgcc1-test.c (main_without__main): Renamed from `main'.

From-SVN: r9611

29 years agoAdd declarations of static functions.
Richard Kenner [Wed, 10 May 1995 14:33:50 +0000 (10:33 -0400)]
Add declarations of static functions.

(unroll_loop): Renumber reg local to loop for each unrolled iteration.

From-SVN: r9610

29 years ago(alpha_set_emit_const): Cleanups to work properly when run on 32-bit
Richard Kenner [Wed, 10 May 1995 12:31:01 +0000 (08:31 -0400)]
(alpha_set_emit_const): Cleanups to work properly when run on 32-bit
host.

From-SVN: r9609

29 years ago(out_file, md_file, tm_file, {build,host}_xm_file):
Richard Kenner [Wed, 10 May 1995 12:26:52 +0000 (08:26 -0400)]
(out_file, md_file, tm_file, {build,host}_xm_file):

New symbols, to be overridden by configure.
(insn-*): Use $(md_file), not md.
(aux-output.o): Use $(out_file), not aux-output.c.
($(MD_FILE)): Rework to use new conventions.
(gen*.o, bi-*.o): Depend on $(build_xm_file), not hconfig.h.
(scan.o, fix-header.o, scan-decls.o): Likewise.
(distclean): Adjust files removed for new convention.

From jason@cygnus.com:
(STAGESTUFF): Add underscore.c.
(underscore.c): Rename temporary files to begin with 'tmp-' so that they will
be removed by 'make mostlyclean'.

From-SVN: r9608

29 years ago(LIBGCC_SPEC): Do link with libgcc when -shared.
Jason Merrill [Wed, 10 May 1995 05:49:16 +0000 (05:49 +0000)]
(LIBGCC_SPEC): Do link with libgcc when -shared.

From-SVN: r9607

29 years ago69th Cygnus<->FSF merge
Mike Stump [Wed, 10 May 1995 02:58:06 +0000 (02:58 +0000)]
69th Cygnus<->FSF merge

From-SVN: r9606

29 years ago* toplev.c (lang_options): Add new flag -ffor-scope.
Mike Stump [Wed, 10 May 1995 02:22:23 +0000 (02:22 +0000)]
* toplev.c (lang_options): Add new flag -ffor-scope.

From-SVN: r9605

29 years ago(objc_init_statics): Fix missing part of last change.
Richard Kenner [Tue, 9 May 1995 23:11:43 +0000 (19:11 -0400)]
(objc_init_statics): Fix missing part of last change.

From-SVN: r9604

29 years agoUse <xxx> in #include.
Richard Kenner [Tue, 9 May 1995 22:25:08 +0000 (18:25 -0400)]
Use <xxx> in #include.

From-SVN: r9603

29 years agoUse <xxx> for #include.
Richard Kenner [Tue, 9 May 1995 22:20:29 +0000 (18:20 -0400)]
Use <xxx> for #include.

From-SVN: r9602

29 years agoUse <xx> in #include.
Richard Kenner [Tue, 9 May 1995 22:09:20 +0000 (18:09 -0400)]
Use <xx> in #include.

From-SVN: r9601

29 years agoAdd powerpc little endian support; Add powerpc variants; Add pentium variants
Michael Meissner [Tue, 9 May 1995 20:22:38 +0000 (20:22 +0000)]
Add powerpc little endian support; Add powerpc variants; Add pentium variants

From-SVN: r9600

29 years ago*** empty log message ***
Jason Merrill [Tue, 9 May 1995 19:42:41 +0000 (19:42 +0000)]
*** empty log message ***

From-SVN: r9599

29 years ago(__ashrsi3, __ashlsi3, __lshrsi3): Use .byte instead
Jim Wilson [Tue, 9 May 1995 18:07:54 +0000 (11:07 -0700)]
(__ashrsi3, __ashlsi3, __lshrsi3): Use .byte instead
of .word offsets in switch table.

From-SVN: r9598

29 years ago(__objc_send_initialize): Call superclass if object does not implement
Richard Kenner [Tue, 9 May 1995 15:44:43 +0000 (11:44 -0400)]
(__objc_send_initialize): Call superclass if object does not implement
+initialize.

From-SVN: r9597

29 years ago*** empty log message ***
Jason Merrill [Tue, 9 May 1995 10:22:18 +0000 (10:22 +0000)]
*** empty log message ***

From-SVN: r9596

29 years agoAIX shared libraries
Jason Merrill [Tue, 9 May 1995 10:21:13 +0000 (10:21 +0000)]
AIX shared libraries

From-SVN: r9595

29 years ago(declare_hidden_char_array): Mark decl artificial.
Jason Merrill [Tue, 9 May 1995 10:06:32 +0000 (10:06 +0000)]
(declare_hidden_char_array): Mark decl artificial.

From-SVN: r9594

29 years ago(_objc_load_callback): Add declaration.
Richard Kenner [Mon, 8 May 1995 22:13:53 +0000 (18:13 -0400)]
(_objc_load_callback): Add declaration.

From-SVN: r9593

29 years ago(_objc_load_callback): Add declaration.
Richard Kenner [Mon, 8 May 1995 22:13:33 +0000 (18:13 -0400)]
(_objc_load_callback): Add declaration.

(__objc_exec_class): Call _objc_load_callback after every Class or Category
is added.

From-SVN: r9592

29 years ago(expand_expr, case INDIRECT_REF): Set RTX_UNCHANGING_P if both
Richard Kenner [Mon, 8 May 1995 21:59:41 +0000 (17:59 -0400)]
(expand_expr, case INDIRECT_REF): Set RTX_UNCHANGING_P if both
TREE_READONLY and TREE_STATIC set.

From-SVN: r9591

29 years ago(convert_for_assignment): Don't give errors about adding const or
Richard Kenner [Mon, 8 May 1995 21:56:12 +0000 (17:56 -0400)]
(convert_for_assignment): Don't give errors about adding const or
volatile unless both sides point to functions.

From-SVN: r9590

29 years ago(expand_call): Improve -Winline warnings.
Jason Merrill [Mon, 8 May 1995 00:51:46 +0000 (00:51 +0000)]
(expand_call): Improve -Winline warnings.

From-SVN: r9589

29 years agoAdd support for win32's stdcall functions.
Richard Kenner [Sun, 7 May 1995 21:28:23 +0000 (17:28 -0400)]
Add support for win32's stdcall functions.

From-SVN: r9588

29 years agoUse "go32" instead of "msdos" for future expansion.
Richard Kenner [Sun, 7 May 1995 21:27:58 +0000 (17:27 -0400)]
Use "go32" instead of "msdos" for future expansion.

Add ^M to end of each line.

From-SVN: r9587

29 years agoDECL_ARTIFICIAL
Jason Merrill [Sun, 7 May 1995 10:28:12 +0000 (10:28 +0000)]
DECL_ARTIFICIAL

From-SVN: r9586

29 years ago(expand_function_end): Don't warn about unused
Jason Merrill [Sun, 7 May 1995 10:28:12 +0000 (10:28 +0000)]
(expand_function_end): Don't warn about unused
        anonymous or artificial parms.

From-SVN: r9585

29 years ago(process_init_element): Don't clear_momentary if constructor_stack is
Richard Kenner [Fri, 5 May 1995 23:14:07 +0000 (19:14 -0400)]
(process_init_element): Don't clear_momentary if constructor_stack is
not empty.

From-SVN: r9584

29 years ago(do_jump): Fix error in last change.
Richard Kenner [Fri, 5 May 1995 21:36:40 +0000 (17:36 -0400)]
(do_jump): Fix error in last change.

From-SVN: r9583

29 years ago(SHELL): Now /bin/sh.
Richard Kenner [Fri, 5 May 1995 20:54:10 +0000 (16:54 -0400)]
(SHELL): Now /bin/sh.

From-SVN: r9582