OSDN Git Service

pf3gnuchains/gcc-fork.git
30 years ago(../cc1plus): Depend on OBJDEPS.
dje [Tue, 3 May 1994 23:09:22 +0000 (23:09 +0000)]
(../cc1plus): Depend on OBJDEPS.
(OBJDEPS): Dependency version of OBJS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7197 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.
dje [Tue, 3 May 1994 23:08:42 +0000 (23:08 +0000)]
(cc1plus): Don't depend on OBJS or BC_OBJS, since stamp-objlist does.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7196 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(stamp-objlist): Depend on OBJS and BC_OBJS so that
dje [Tue, 3 May 1994 23:04:27 +0000 (23:04 +0000)]
(stamp-objlist): Depend on OBJS and BC_OBJS so that
subdir makes will know to re-link.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7195 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoDon't write out static consts now, unless we need them.
bothner [Mon, 2 May 1994 23:49:19 +0000 (23:49 +0000)]
Don't write out static consts now, unless we need them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7194 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(casesi): Delete force_reg calls.
wilson [Mon, 2 May 1994 22:22:22 +0000 (22:22 +0000)]
(casesi): Delete force_reg calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7193 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_end_case): Make sure gen_casesi operands are
wilson [Mon, 2 May 1994 22:21:14 +0000 (22:21 +0000)]
(expand_end_case): Make sure gen_casesi operands are
valid by passing them through copy_to_mode_reg if necessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7192 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_move_double): Always use split_double for the
wilson [Mon, 2 May 1994 21:24:52 +0000 (21:24 +0000)]
(output_move_double): Always use split_double for the
CNSTOP case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7191 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(translate_options): For options that take an argument,
wilson [Mon, 2 May 1994 20:53:21 +0000 (20:53 +0000)]
(translate_options): For options that take an argument,
don't skip the argument if it doesn't exist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7190 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(pushdecl): Use lookup_name_current_level_global instead
wilson [Mon, 2 May 1994 20:48:11 +0000 (20:48 +0000)]
(pushdecl): Use lookup_name_current_level_global instead
of lookup_name for extern references.  Don't return duplicate decl
if it came from the global binding level, and there exists a
conflicting decl in an intervening block.
(lookup_name_current_level_global); New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7189 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lookup_name_current_level_global): Declare.
wilson [Mon, 2 May 1994 20:47:39 +0000 (20:47 +0000)]
(lookup_name_current_level_global): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7188 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(read, write): Last parm is size_t not unsigned int.
wilson [Mon, 2 May 1994 20:44:44 +0000 (20:44 +0000)]
(read, write): Last parm is size_t not unsigned int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7187 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(remap_split_bivs): New function.
wilson [Mon, 2 May 1994 20:42:23 +0000 (20:42 +0000)]
(remap_split_bivs): New function.
(unroll_loop): When remapping split bivs in the last instruction,
handle JUMP_INSNs in addition to INSNs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7186 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(INCLUDE_DEFAULTS): Add cxx_aware field.
merrill [Mon, 2 May 1994 20:37:24 +0000 (20:37 +0000)]
(INCLUDE_DEFAULTS): Add cxx_aware field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7185 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
dje [Fri, 29 Apr 1994 22:29:42 +0000 (22:29 +0000)]
(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
in stabs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7184 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(TYPE_DECL_SUPPRESS_DEBUG): new macro to support
dje [Fri, 29 Apr 1994 22:28:22 +0000 (22:28 +0000)]
(TYPE_DECL_SUPPRESS_DEBUG): new macro to support
suppressing of detail type infos into stabs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7183 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoSeveral
dje [Fri, 29 Apr 1994 06:08:29 +0000 (06:08 +0000)]
Several
language directory reorg patches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7182 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(BC_OBJS): Delete.
dje [Fri, 29 Apr 1994 05:20:27 +0000 (05:20 +0000)]
(BC_OBJS): Delete.
(OBJS): Cat ../stamp-objlist to get language independent files.
Also use ../c-common.o.
(../cc1plus): Delete reference to BC_OBJS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7181 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(cc1plus): Depend on stamp-objlist.
dje [Fri, 29 Apr 1994 05:18:33 +0000 (05:18 +0000)]
(cc1plus): Depend on stamp-objlist.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7180 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(stamp-objlist): New target.
dje [Fri, 29 Apr 1994 05:01:27 +0000 (05:01 +0000)]
(stamp-objlist): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7179 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(INCLUDES): Move definition to same place as parent makefile.
dje [Fri, 29 Apr 1994 02:16:48 +0000 (02:16 +0000)]
(INCLUDES): Move definition to same place as parent makefile.
(ALLOCA): Define.
(OLDAR_FLAGS): Delete.
(OLDCC): Define.
(CLIB): Define.
(SUBDIR_USE_ALLOCA): Don't use ALLOCA if compiling with gcc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7178 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(c++.distdir): mkdir tmp/cp first.
dje [Fri, 29 Apr 1994 02:14:06 +0000 (02:14 +0000)]
(c++.distdir): mkdir tmp/cp first.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7177 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(USE_ALLOCA): Rearrange "'s.
dje [Fri, 29 Apr 1994 02:06:09 +0000 (02:06 +0000)]
(USE_ALLOCA): Rearrange "'s.
(FLAGS_TO_PASS): Delete CLIB, MALLOC, OBSTACK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7176 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_end_case): Correct test for sign extending
wilson [Thu, 28 Apr 1994 23:06:33 +0000 (23:06 +0000)]
(expand_end_case): Correct test for sign extending
unsigned constant index when creating index_expr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7175 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(macroexpand): Use start_line for line number of the new
wilson [Thu, 28 Apr 1994 23:03:41 +0000 (23:03 +0000)]
(macroexpand): Use start_line for line number of the new
instack level pushed at the end.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7174 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(adddi3, subdi3, anddi3, iordi3, xordi3): Corresponding changes.
wilson [Thu, 28 Apr 1994 22:59:27 +0000 (22:59 +0000)]
(adddi3, subdi3, anddi3, iordi3, xordi3): Corresponding changes.
(one_cmpldi3): Don't allow constants for operand 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7173 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(arith_double_operand): Modify to accept all possible constants.
wilson [Thu, 28 Apr 1994 22:58:53 +0000 (22:58 +0000)]
(arith_double_operand): Modify to accept all possible constants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7172 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago34th Cygnus<->FSF merge
mrs [Thu, 28 Apr 1994 22:48:45 +0000 (22:48 +0000)]
34th Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7171 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoremove EH from backend.
mrs [Thu, 28 Apr 1994 22:46:43 +0000 (22:46 +0000)]
remove EH from backend.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7170 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoClarify license status.
kenner [Thu, 28 Apr 1994 22:29:12 +0000 (22:29 +0000)]
Clarify license status.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7169 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(output_prolog): Use mr, lis, and li instructions.
kenner [Thu, 28 Apr 1994 22:10:10 +0000 (22:10 +0000)]
(output_prolog): Use mr, lis, and li instructions.
Use subf instruction if TARGET_POWERPC.
(output_epilog): Use cal/addi instruction.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7168 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd missing blank line.
kenner [Thu, 28 Apr 1994 22:08:59 +0000 (22:08 +0000)]
Add missing blank line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7167 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(addsi3): Prefer add without carry instructions and
kenner [Thu, 28 Apr 1994 22:08:28 +0000 (22:08 +0000)]
(addsi3): Prefer add without carry instructions and
flag input operands as commutative for condition register variant.
(subsi3): Define PowerPC patterns using subtract without carry.
(numerous): Flag input operands as commutative for condition register variant.
(mov* matchers): Use mr instruction in ! TARGET_POWERPC case as well and
mr. in condition register variant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7166 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(SHARED_SECTION_ASM_OP): Defined.
kenner [Thu, 28 Apr 1994 16:48:55 +0000 (16:48 +0000)]
(SHARED_SECTION_ASM_OP): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7165 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_builtin): Fix typo in previous patch
dje [Thu, 28 Apr 1994 16:39:50 +0000 (16:39 +0000)]
(expand_builtin): Fix typo in previous patch
(allow __builtin_next_arg in varargs functions).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7164 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(DIR): Delete.
dje [Wed, 27 Apr 1994 21:30:17 +0000 (21:30 +0000)]
(DIR): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7163 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(####site overrides): Remove Cygnus cruft.
dje [Wed, 27 Apr 1994 21:22:14 +0000 (21:22 +0000)]
(####site overrides): Remove Cygnus cruft.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7162 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoChange _op_vec_decl to _op_vdel and _op_vec_new to _op_vnew
merrill [Wed, 27 Apr 1994 07:19:33 +0000 (07:19 +0000)]
Change _op_vec_decl to _op_vdel and _op_vec_new to _op_vnew

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7161 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUse new macro AGGREGATE_TYPE_P.
bothner [Tue, 26 Apr 1994 23:56:21 +0000 (23:56 +0000)]
Use new macro AGGREGATE_TYPE_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7160 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoNew macro AGGREGATE_TYPE_P.
bothner [Tue, 26 Apr 1994 23:55:44 +0000 (23:55 +0000)]
New macro AGGREGATE_TYPE_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7159 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(grokdeclarator): Never warn about `long long' in system header.
kenner [Mon, 25 Apr 1994 22:47:21 +0000 (22:47 +0000)]
(grokdeclarator): Never warn about `long long' in system header.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7158 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed on
kenner [Mon, 25 Apr 1994 22:35:21 +0000 (22:35 +0000)]
(copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed on
old CONSTRUCTOR, not new one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7157 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(finish_decl): Redo last change.
kenner [Mon, 25 Apr 1994 20:47:30 +0000 (20:47 +0000)]
(finish_decl): Redo last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7156 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(*compare*): Add missing semicolons.
kenner [Mon, 25 Apr 1994 19:04:42 +0000 (19:04 +0000)]
(*compare*): Add missing semicolons.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7155 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.
kenner [Mon, 25 Apr 1994 18:23:10 +0000 (18:23 +0000)]
(link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7154 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRecognize __FreeBSD__.
kenner [Mon, 25 Apr 1994 18:22:17 +0000 (18:22 +0000)]
Recognize __FreeBSD__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7153 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(TARGET_NO_FANCY_MATH_387): Implement new option.
kenner [Mon, 25 Apr 1994 18:21:16 +0000 (18:21 +0000)]
(TARGET_NO_FANCY_MATH_387): Implement new option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7152 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(TARGET_NO_FANCY_MATH_387): New option.
kenner [Mon, 25 Apr 1994 18:20:53 +0000 (18:20 +0000)]
(TARGET_NO_FANCY_MATH_387): New option.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7151 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRecognize FreeBSD.
kenner [Mon, 25 Apr 1994 18:15:06 +0000 (18:15 +0000)]
Recognize FreeBSD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7150 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(c++.install-common): Check for g++-cross.
dje [Mon, 25 Apr 1994 18:01:51 +0000 (18:01 +0000)]
(c++.install-common): Check for g++-cross.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7149 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoRemove Cygnus cruft.
dje [Mon, 25 Apr 1994 18:01:24 +0000 (18:01 +0000)]
Remove Cygnus cruft.
(config.status): Delete.
(RTL_H): Define.
(TREE_H): Use complete pathname, some native makes have minimal VPATH support.
(*.o): Use complete pathname to headers in parent dir.
(doc, info, dvi): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7148 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(install-common): Install EXTRA_PARTS with INSTALL_DATA, not
kenner [Mon, 25 Apr 1994 17:02:35 +0000 (17:02 +0000)]
(install-common): Install EXTRA_PARTS with INSTALL_DATA, not
INSTALL_PROGRAM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7147 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(fold-convert): Use assignment, instead of initializing, aggregate
kenner [Mon, 25 Apr 1994 10:33:38 +0000 (10:33 +0000)]
(fold-convert): Use assignment, instead of initializing, aggregate
local variable REAL_VALUE_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7146 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(redirect_with_delay_list_safe_p): Fix off-by-one error.
kenner [Sun, 24 Apr 1994 15:30:17 +0000 (15:30 +0000)]
(redirect_with_delay_list_safe_p): Fix off-by-one error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7145 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(etoe53, etoe24): Make all occurrences static.
kenner [Sun, 24 Apr 1994 15:27:52 +0000 (15:27 +0000)]
(etoe53, etoe24): Make all occurrences static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7144 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(try_split): Don't try to recursively split deleted insn.
kenner [Sun, 24 Apr 1994 15:24:57 +0000 (15:24 +0000)]
(try_split): Don't try to recursively split deleted insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7143 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(movti): Adjust constraints to avoid impossible reload.
kenner [Sun, 24 Apr 1994 15:20:56 +0000 (15:20 +0000)]
(movti): Adjust constraints to avoid impossible reload.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7142 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(expand_expr, case SAVE_EXPR): Fix error in last change.
kenner [Sun, 24 Apr 1994 15:17:02 +0000 (15:17 +0000)]
(expand_expr, case SAVE_EXPR): Fix error in last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7141 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(reloads_conflict, case RELOAD_FOR_OUTPUT): Fix typo.
kenner [Sat, 23 Apr 1994 10:45:32 +0000 (10:45 +0000)]
(reloads_conflict, case RELOAD_FOR_OUTPUT): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7140 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(handle_braces, check_live_switch): Refine previous change.
kenner [Fri, 22 Apr 1994 19:02:13 +0000 (19:02 +0000)]
(handle_braces, check_live_switch): Refine previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7139 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(compare, compare3, gnucompare, gnucompare3): Add missing "'s.
dje [Fri, 22 Apr 1994 16:22:14 +0000 (16:22 +0000)]
(compare, compare3, gnucompare, gnucompare3): Add missing "'s.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7138 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mostlyclean, clean, distclean, extraclean, realclean): Delete.
dje [Fri, 22 Apr 1994 08:32:54 +0000 (08:32 +0000)]
(mostlyclean, clean, distclean, extraclean, realclean): Delete.
These are done by the parent makefile now.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7137 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago * Makefile.in (LANGUAGES): Remove c++.
dje [Fri, 22 Apr 1994 08:25:33 +0000 (08:25 +0000)]
    * Makefile.in (LANGUAGES): Remove c++.
        (SUBDIRS): New variable.
        (LEX, LEXFLAGS): Ditto.
        (MAKEOVERRIDES): Ditto.
        (COMPILERS): Remove cc1plus.
        (LANG_MAKEFILES, LANG_STAGESTUFF, LANG_DIFF_EXCLUDES, FLAGS_TO_PASS):
        New variables.
        (CPLUS_OBJS, CPLUS_TREE_H, C++, c++, g++, g++-cross, cc1plus,
        cp-*.o, g++.o, gplus.info): Deleted.
        (STAGESTUFF): Remove g++, g++-cross, cc1plus.  Add $(LANG_STAGESTUFF).
        (Makefile): Depend on $(LANG_MAKEFILES).
        (####language hooks, ####language fragments): New spots for sed
        to insert things.
        (all.cross, all.build, start.encap, rest.encap, info, dvi,
        install-normal, install-common, install-info, install-man,
        uninstall, distdir, mostlyclean, clean, distclean, extraclean,
        realclean, stage1, stage2, stage3, stage4): Depend on lang.foo.
        (mostlyclean, clean, distclean, extraclean, realclean): Clean as
        much of the language subdirectories as we can.
        (install-common):  Remove g++ installation.
        (install-man): Remove g++.1 installation.
        (uninstall): Remove g++ reference.
        (TAGS): Remove cp-parse.? reference.
        (distdir): Ditto.
        (distdir-start, distdir-finish): New targets.
        (diff): Remove cp-parse.? reference.  Add $(LANG_DIFF_EXCLUDES).
        (compare, compare3, gnucompare, gnucompare3): Compare language
        subdirectories too.
        (stage1-start, stage2-start, stage3-start, stage4-start): New targets.
        Ensure stage subdirectory exists before processing language
        dependent part.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7136 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInitial revision
dje [Fri, 22 Apr 1994 07:25:56 +0000 (07:25 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7135 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago33rd Cygnus<->FSF merge
mrs [Thu, 21 Apr 1994 23:30:18 +0000 (23:30 +0000)]
33rd Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7134 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(calls_function_1): A language-specific code must be assumed to call a
kenner [Thu, 21 Apr 1994 23:08:53 +0000 (23:08 +0000)]
(calls_function_1): A language-specific code must be assumed to call a
function and also call alloca.  Check for inlined functions that call
alloca.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7133 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(reload): Clear forbidden_regs earlier.
kenner [Thu, 21 Apr 1994 22:45:38 +0000 (22:45 +0000)]
(reload): Clear forbidden_regs earlier.
(new_spill_reg): Mention in error message that asm clauses can also
cause the compiler to run out of spill regs.
(scan_paradoxical_regs): If SMALL_REGISTER_CLASSES, forbid hard regs
used in explicit user variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7132 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(can_combine_p, combinable_i3pat, try_combine): Allow combination
kenner [Thu, 21 Apr 1994 22:27:25 +0000 (22:27 +0000)]
(can_combine_p, combinable_i3pat, try_combine): Allow combination
involving hard regs if the hard reg is a user variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7131 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUpate comments and copyright notice.
kenner [Thu, 21 Apr 1994 22:10:47 +0000 (22:10 +0000)]
Upate comments and copyright notice.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7130 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(default_compilers): If -E and the file is (e.g.) x.s, don't run the
kenner [Thu, 21 Apr 1994 21:23:49 +0000 (21:23 +0000)]
(default_compilers): If -E and the file is (e.g.) x.s, don't run the
assembler; similarly for .i, .ii, .adb, etc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7129 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(mem_aligned_8): Don't assume addresses with
wilson [Thu, 21 Apr 1994 19:56:11 +0000 (19:56 +0000)]
(mem_aligned_8): Don't assume addresses with
MEM_IN_STRUCT_P set are 8 byte aligned.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7128 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(CPP_SPEC): Define _LANGUAGE_C for Objective C also.
wilson [Thu, 21 Apr 1994 19:54:38 +0000 (19:54 +0000)]
(CPP_SPEC): Define _LANGUAGE_C for Objective C also.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7127 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUse CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.
kenner [Thu, 21 Apr 1994 19:54:06 +0000 (19:54 +0000)]
Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7126 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoFinish installation of last change.
kenner [Thu, 21 Apr 1994 19:51:45 +0000 (19:51 +0000)]
Finish installation of last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7125 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(find_splittable_givs): Share dest_reg for multiple
wilson [Thu, 21 Apr 1994 19:51:01 +0000 (19:51 +0000)]
(find_splittable_givs): Share dest_reg for multiple
address givs within a single instruction.
(copy_loop_body): Only update psuedo-reg for shared giv once.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7124 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(sparc_type_code): Don't put more than 30 bits of info
wilson [Thu, 21 Apr 1994 19:49:26 +0000 (19:49 +0000)]
(sparc_type_code): Don't put more than 30 bits of info
into the variable qualifiers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7123 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(store_expr): Don't check the TYPE_MODE of an ERROR_MARK.
wilson [Thu, 21 Apr 1994 19:46:31 +0000 (19:46 +0000)]
(store_expr): Don't check the TYPE_MODE of an ERROR_MARK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7122 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd prototypes for static functions.
kenner [Thu, 21 Apr 1994 19:33:56 +0000 (19:33 +0000)]
Add prototypes for static functions.
(expand_fixups): New function.
(fixup_gotos): Now static.
Don't call bc_fixup_gotos with wrong type (but now probably wrong value).
(bc_*): Now static.
(expand_exit_loop_if_false): Call bc_expand_goto_internal with proper null
pointer.
(expand_decl_init): Call bc_expand_decl_init if writing bytecode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7121 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoMake most functions static and add prototypes for all static functions.
kenner [Thu, 21 Apr 1994 19:33:15 +0000 (19:33 +0000)]
Make most functions static and add prototypes for all static functions.
(GET_REAL, PUT_REAL): Cast parameter to proper pointer type in some
cases; use unsigned array.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7120 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUse CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.
kenner [Thu, 21 Apr 1994 19:32:38 +0000 (19:32 +0000)]
Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7119 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd prototypes for static functions.
kenner [Thu, 21 Apr 1994 19:31:56 +0000 (19:31 +0000)]
Add prototypes for static functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7118 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd prototypes for static functions.
kenner [Thu, 21 Apr 1994 19:31:30 +0000 (19:31 +0000)]
Add prototypes for static functions.
Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7117 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd prototypes for static functions.
kenner [Thu, 21 Apr 1994 19:30:29 +0000 (19:30 +0000)]
Add prototypes for static functions.
(bc_expand_function_end, expand_function_end): Call new expand_fixups
instead of old fixup_gotos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7116 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoInclude stdio.h and ctype.h early.
kenner [Thu, 21 Apr 1994 19:29:50 +0000 (19:29 +0000)]
Include stdio.h and ctype.h early.
Add prototypes for static functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7115 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(bc_expand_expr): Call expand_decl and expand_decl_init, not the bc_
kenner [Thu, 21 Apr 1994 19:28:59 +0000 (19:28 +0000)]
(bc_expand_expr): Call expand_decl and expand_decl_init, not the bc_
versions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7114 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoUse CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.
kenner [Thu, 21 Apr 1994 19:27:24 +0000 (19:27 +0000)]
Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7113 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(main): Don't write overly-long line.
kenner [Thu, 21 Apr 1994 19:25:36 +0000 (19:25 +0000)]
(main): Don't write overly-long line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7112 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(STDIO_PROTO): Don't define here.
kenner [Thu, 21 Apr 1994 19:25:12 +0000 (19:25 +0000)]
(STDIO_PROTO): Don't define here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7111 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(PROTO, STDIO_PROTO): Likewise.
kenner [Thu, 21 Apr 1994 19:24:48 +0000 (19:24 +0000)]
(PROTO, STDIO_PROTO): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7110 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd missing declarations of functions in final.c.
kenner [Thu, 21 Apr 1994 19:24:23 +0000 (19:24 +0000)]
Add missing declarations of functions in final.c.
(STDIO_PROTO): Don't define here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7109 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoAdd prototypes to declarations of functions in real.c.
kenner [Thu, 21 Apr 1994 19:24:02 +0000 (19:24 +0000)]
Add prototypes to declarations of functions in real.c.
(immed_real_const_1): Move declaration from rtl.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7108 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoIf RTX_CODE undefined, make an incomplete struct for rtx.
kenner [Thu, 21 Apr 1994 19:23:35 +0000 (19:23 +0000)]
If RTX_CODE undefined, make an incomplete struct for rtx.
Add some missing declarations of functions in stmt.c.
(STDIO_PROTO): Define here if not already defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7107 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoIf TREE_CODE undefined, make an incomplete union for tree.
kenner [Thu, 21 Apr 1994 19:23:14 +0000 (19:23 +0000)]
If TREE_CODE undefined, make an incomplete union for tree.
(STDIO_PROTO): Define here if not already defined.
(read_rtx): Use STDIO_PROTO.
(output_constant_def, immed_real_const): Use "union tree_node *".
(immed_real_const_1): Move declaration to real.h.
(rtx_to_tree_code): Supply prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7106 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agoHandle taking address of function when using -membedded-pic
ian [Thu, 21 Apr 1994 18:28:09 +0000 (18:28 +0000)]
Handle taking address of function when using -membedded-pic

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7105 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(init_reg_sets_1): Make static.
dje [Wed, 20 Apr 1994 23:38:22 +0000 (23:38 +0000)]
(init_reg_sets_1): Make static.
(init_reg_modes): New function.
(init_regs): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7104 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(compile_file): Call new function init_regs.
dje [Wed, 20 Apr 1994 23:36:30 +0000 (23:36 +0000)]
(compile_file): Call new function init_regs.
(main): Delete call to init_reg_sets_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7103 138bc75d-0d04-0410-961f-82ee72b054a4

30 years agols -la
sac [Wed, 20 Apr 1994 19:17:23 +0000 (19:17 +0000)]
ls -la

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7102 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago*** empty log message ***
sac [Wed, 20 Apr 1994 19:17:23 +0000 (19:17 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7101 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago (expand_expr): Don't force ignore when expanding the
merrill [Wed, 20 Apr 1994 18:12:36 +0000 (18:12 +0000)]
 (expand_expr): Don't force ignore when expanding the
        subexpression of a WITH_CLEANUP_EXPR.  Don't check ignore when
        deciding whether or not to expand the cleanup for a TARGET_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7100 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(lshlsi3): Delete.
dje [Wed, 20 Apr 1994 16:12:33 +0000 (16:12 +0000)]
(lshlsi3): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7099 138bc75d-0d04-0410-961f-82ee72b054a4

30 years ago(RTX_COSTS): Remove LSHIFT, add LSHIFTRT.
dje [Wed, 20 Apr 1994 16:11:46 +0000 (16:11 +0000)]
(RTX_COSTS): Remove LSHIFT, add LSHIFTRT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7098 138bc75d-0d04-0410-961f-82ee72b054a4