summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (TAROUTOPTS): Kill.law1999-08-071-4/+1
| | | | | | | | | | | (install-headers-tar): Use "xpf" for tar headerfile extraction * i370/x-oe (TAROUTOPTS): Delete. * m68k/x-apollo68 (TAROUTOPTS): Delete. * m68k/x-hp320 (TAROUTOPTS): Delete. * m68k/x-hp320g (TAROUTOPTS): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28577 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.law1999-08-071-14/+1
| | | | | | | | | | | | | | | | | (s-attrtab); No longer try to use pre-made insn-attrtab file. * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and PREMADE_ATTRTAB_MD. * mips/t-ecoff: Likewise. * mips/t-elf: Likewise. * mips/t-mips: Likewise. * mips/t-osfrose: Likewise. * mips/t-r3900: Likewise. * mips/t-svr3: Likewise. * mips/t-svr4: Likewise. * mips/t-ultrix: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28566 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (c-decl.o): Depends on defaults.h.amylaar1999-08-031-1/+1
| | | | | | | * java/Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28479 138bc75d-0d04-0410-961f-82ee72b054a4
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28357 138bc75d-0d04-0410-961f-82ee72b054a4
* Break out builtin function expansion from expr.ccrux1999-07-221-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28217 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h: New file.crux1999-07-201-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-common.c (permanent_obstack): Delete unused declaration. (c_global_trees): New array. (c_common_nodes_and_builtins): New function; split off common code from init_decl_processing in both c-decl.c and cp/decl.c. * c-tree.h: Delete lots of declarations of tree nodes; replaced by c_global_trees and accessor macros defined in c-common.h. Include c-common.h. * c-decl.c: Delete definitions for tree nodes that were replaced by c_global_trees. (init_decl_processing): Build void_list_node. Call c_common_nodes_and_builtins; delete code to generate the common builtins here. * objc/objc-act.c (build_module_descriptor): Rename variable void_list_node to avoid clash with c-common.h. * cp/cp-tree.h: Delete lots of declarations of tree nodes; replaced by c_global_trees and accessor macros defined in c-common.h. (cp_tree_index): New enumeration. (cp_global_trees): Declare new array. Add accessor macros for it, and delete declarations of tree nodes replaced by it. (builtin_function): Delete macro, add declaration for new function. Include c-common.h. * cp/decl.c: Delete definitions for tree nodes that were replaced by cp_global_trees and c_global_trees. (init_decl_processing): Call c_common_nodes_and_builtins; delete code to generate the common builtins here. (builtin_function): New function. * cp/decl2.c (abort_fndecl): Delete declaration. * cp/except.c (expand_builtin_return_address): Delete declaration. (builtin_return_address_fndecl): Delete variable. (const_ptr_type_node): Delete declaration. * cp/lex.c (cons_up_default_function): Delete declaration of void_list_node. * cp/parse.y (void_list_node): Delete declaration. * cp/rtti.c (type_info_type_node, tinfo_fn_id, tinfo_fn_type): Delete variables. (const_string_type_node): Delete declaration. * cp/search.c (abort_fndecl): Delete declaration. * Makefile.in: Update dependencies. * objc/Make-lang.in: Likewise. * cp/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28188 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (stmp-multilib-sub): Make the files extractedlaw1999-07-181-0/+5
| | | | | | | from $(LIBGCC1) writable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28145 138bc75d-0d04-0410-961f-82ee72b054a4
* Xlaw1999-07-011-1/+1
| | | | | | | | | | | | * except.c: Include intl.h. (expand_eh_return): Set current_function_cannot_inline. (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. * function.h (struct function): Add eh_return_stub_label. * flow.c (delete_unreachable_blocks): Don't merge across EH edges. * Makefile.in (except.o): Depend on intl.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27909 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.law1999-06-111-1/+4
| | | | | | | | * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide initializers is some circumstances. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27489 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>law1999-05-201-1/+1
| | | | | | | | | | * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz> * function.c (assign_stack_local): Align stack slot propertly. (assign_outer_stack_local): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27073 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (stmp-fixproto): Pass location of mkinstalldirs tolaw1999-05-171-0/+2
| | | | | | | | | | fixproto. * fixproto: Avoid unportable constructs such as `basename' and `mkdir -p'. Use mkinstalldirs from the environment if `mkdir -p' fails. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26983 138bc75d-0d04-0410-961f-82ee72b054a4
* new regex header namekorbb1999-04-291-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26697 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (ORDINARY_FLAGS_TO_PASS): Renmaed from FLAGS_TO_PASS.law1999-04-271-3/+2
| | | | | | | | Remove "CC". (FLAGS_TO_PASS): New variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26670 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (fixinc.sh): Fix dependencies.law1999-04-261-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26666 138bc75d-0d04-0410-961f-82ee72b054a4
* * Make-lang.in (c-parse.c): Put BISON parameters in correctlaw1999-04-201-1/+1
| | | | | | | | order. Thanks. Installed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26568 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-171-12/+16
| | | | | | | | | | * c-aux-info.c, emit-rtl.c, explow.c, expmed.c, gcse.c, haifa-sched.c, optabs.c, reorg.c, resource.c, sched.c: Include toplev.h for real declaration of trim_filename. * Makefile.in: Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26523 138bc75d-0d04-0410-961f-82ee72b054a4
* Tue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus.com>brolley1999-04-131-1/+1
| | | | | | | | * cppinit.c (cpp_start_read): Fix buffer overwrite. * Makefile.in (cppinit.o): Typo in dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26401 138bc75d-0d04-0410-961f-82ee72b054a4
* ensure the SHELL value is that of the makekorbb1999-04-121-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26366 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for make check with relative srcdir path.wilson1999-04-091-4/+4
| | | | | | | | * Makefile.in (check-g++, check-gcc, check-g77, check-objc): Add cd .. to TCL_LIBRARY command. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26315 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (SUBDIR_FLAGS_TO_PASS): Fix misapplied patch.law1999-04-051-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26200 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (install-headers-tar, install-headers-cpio): avoidoliva1999-04-031-2/+8
| | | | | | | | problems with CDPATH Reported by Ralf Canis <canis@bigfoot.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26157 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Set and substitute quoted_cc_set_by_configure.law1999-04-021-0/+1
| | | | | | | | * configure: Rebuilt. * Makefile.in (SUBDIR_FLAGS_TO_PASS): Fix quoting problem with ``. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26129 138bc75d-0d04-0410-961f-82ee72b054a4
* hmanfred1999-04-011-2/+2
| | | | | | | * Makefile.in (cppmain$(exeext)): Depend on intl.o. Link in intl.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26101 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (c-gperf.h): Generate using gperf language 'C', notghazi1999-03-311-1/+1
| | | | | | | | 'KR-C', so gperf uses the `const' keyword on strings. * c-parse.gperf (resword): Const-ify a char*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26079 138bc75d-0d04-0410-961f-82ee72b054a4
* * alias.c (alias_set_compare): Remove.mmitchel1999-03-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (record_alias_subset): Use splay_tree_compare_ints instaed of alias_set_compare. (init_alias_once): Likewise. * cse.c: Include splay-tree.h. (reg_qty): Remove. (reg_tick): Likewise. (reg_table): Likewise. (cse_reg_info): New structure. (cse_reg_info_free_list): New variable. (cse_reg_info_tree): Likewise. (cached_regno): Likewise. (cached_cse_reg_info): Likewise. (all_minus_one): Remove. (consec_ints): Likewise. (GET_CSE_REG_INFO): New macro. (REG_TICK): Likewise. Use throughout instead of reg_tick. (REG_IN_TABLE): Likewise. Use throughout instead of reg_in_table. (REG_QTY): Likewise. Use throughout instead of reg_qty. (get_cse_reg_info): New function. (free_cse_reg_info): Likewise. (new_basic_block): Reinitialize cse_reg_info_tree instead of reg_tick, all_minus_one, and consec_ints. * Makefile.in (cse.o): Depend on splay-tree.h * splay-tree.h (splay_tree_compare_ints): Declare. * splay-tree.c (splay_tree_compare_ints): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26069 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (xcpp, cppspec.o): New targets.law1999-03-261-8/+21
| | | | | | | | | | | | (CPP_INSTALL_NAME): New macro. (install-cpp): Install xcpp. Use CPP_INSTALL_NAME. (all.build, start.encap): Build xcpp. * cppspec.c: New file, implements argument filtering for a user-visible C preprocessor. * cpp.sh: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26007 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix vxworks --with-headers build failure.wilson1999-03-261-4/+6
| | | | | | | * Makefile.in (stmp-fixinc): Use tooldir instead of gcc_tooldir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26003 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c: Compile unconditionally all code formerly dependentlaw1999-03-251-3/+5
| | | | | | | | | | | | | | | | | on #ifdef LANG_SPECIFIC_DRIVER. * gccspec.c: New file with stub lang_specific_driver, lang_specific_pre_link. * Makefile.in: Link gccspec.o into xgcc. Add rule to compile gccspec.c. * cp/Make-lang.in: Remove all references to g++.o/g++.c. Link g++ from gcc.o. * f/Make-lang.in: Remove all references to g77.o/g77.c. Link g77 from gcc.o. * java/Make-lang.in: Remove all references to gcj.o/gcj.c. Link gcj from gcc.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25989 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (RANLIB_TEST): Improve test.law1999-03-251-2/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25965 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c: Include hash.h.mmitchel1999-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (insns_for_mem_entry): New struct. (put_reg_into_stack): Take an optional hash-table mapping MEMs to the INSNs that use them. (fixup_var_refs): Likewise. (put_addressof_into_stack): Likewise. (purge_addressof_1): Likewise. Keep the hash-table up to date if we add new instructions. (fixup_var_refs_insns): Use it to avoid searching the entire instruction chain. (insns_for_mem_newfunc): New function. (insns_for_mem_comp): Likewise. (insns_for_mem_walk): Likewise. (compute_insns_for_mem): Likewise. (pop_function_context_from): Pass NULL for the hash-table. (put_var_into_stack): Likewise. (gen_mem_addressof): Likewise. (flush_addressof): Likewise. (purge_addressof): Call compute_insns_for_mem to pre-compute the hash table. * Makefile.in (OBJS): Include hash.o. (function.o): Depend on hash.h. * Makefile.in (OBJS): Don't mention hash.o. (OBJDEPS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25922 138bc75d-0d04-0410-961f-82ee72b054a4
* *** empty log message ***manfred1999-03-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25880 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INTL_TARGETS): new macrooliva1999-03-181-12/+7
| | | | | | | | | | ($(INTL_TARGETS)): depend on generated sources; drop dependencies on cp/parse.c and objc/objc-parse.c ($(srcdir)/cp/parse.c): move to cp/Make-lang.in * objc/Make-lang.in ($(INTL_TARGETS)): depend on objc/objc-parse.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25851 138bc75d-0d04-0410-961f-82ee72b054a4
* Activating fast-fixincludeskorbb1999-03-111-29/+30
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25697 138bc75d-0d04-0410-961f-82ee72b054a4
* * lcm.c: New file.law1999-03-101-1/+3
| | | | | | | | * Makefile.in (OBJS): Add lcm.o (lcm.o): Add dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25679 138bc75d-0d04-0410-961f-82ee72b054a4
* Warning fix:ghazi1999-03-091-1/+1
| | | | | | | | * Makefile.in (toplev.o): Depend on $(BASIC_BLOCK_H). * toplev.c: Include basic-block.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25651 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Delete .flow2 debugging files.rth1999-03-051-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25603 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove ChangeLog entries for flow rewrite for changes that were removedlaw1999-03-031-3/+5
| | | | | | | | before they were checked in. Add Makefile.in changes which were mentioned in the ChangeLog, but never included in Makefile.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25570 138bc75d-0d04-0410-961f-82ee72b054a4
* Oops - fixed typos in previous deltanickc1999-03-021-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25538 138bc75d-0d04-0410-961f-82ee72b054a4
* Rename gxx_include_dir to gcc_gxx_include_dirnickc1999-03-021-6/+6
| | | | | | | Fix computation of gcc_tooldir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25537 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (MAKEINFO): Use makeinfo built from siblingrobertl1999-03-021-1/+3
| | | | | | | tree when available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25533 138bc75d-0d04-0410-961f-82ee72b054a4
* plaw1999-03-021-2/+24
| | | | | | | | | | | | | | | | * Makefile.in (cpp_install_dir, INSTALL_CPP, UNINSTALL_CPP): New variables. (install-cpp, uninstall-cpp): New targets. (install-normal): Depend on $(INSTALL_CPP). (uninstall): Depend on $(UNINSTALL_CPP). * configure.in (cpp_install_dir): New, substitute. (tmake_file): Added t-install-cpp for --enable-cpp. * configure: Rebuilt. * cpp.sh: New cpp script. * config/t-install-cpp: New target fragment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25529 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch to fix solaris2 float.h/limits.h conflict.wilson1999-03-011-16/+9
| | | | | | | | | | | | | | | | | | | | | * Makefile.in (CROSS_FLOAT_H): Delete. (FLOAT_H): Use float_h_file. (rest.cross, stmp-int-hdrs): Delete gfloat.h dependency. (gfloat.h): Delete. (stmp-int-hdrs): Use FLOAT_H instead of gfloat.h. (mostlyclean): Delete gloat.h reference. (install-cross-rest, install-float-h-cross, stmp-headers): Update comments. * configure.in (sparcv9-*-solaris2*): Set float_format to none. (sparc-*-solaris2*): Set float_format to none for 2.5 and higher. (float_h_file): Set from float_format. Substitute into Makefile.in. (float_format): No longer substitute into Makefile.in. * cross-make (FLOAT_H): Delete. * config/mips/t-cross64 (FLOAT_H): Delete. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25518 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (cppmain.o, cpplib.o, cpphash.o, cppalloc.o,ghazi1999-02-251-11/+11
| | | | | | | | | | | | | cpperror.o, cppexp.o, cppfiles.o, cppinit.o, fix-header.o, scan-decls.o): Don't depend on machmode.h. * cppexp.c: Don't define CHAR_BIT or HOST_BITS_PER_WIDE_INT anymore. Replace all instances of HOST_WIDE_INT with HOST_WIDEST_INT. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cpplib.h: Likewise. Also don't include machmode.h anymore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25446 138bc75d-0d04-0410-961f-82ee72b054a4
* improve wall of separation between build and installburley1999-02-221-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25367 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.columbia.edu>zack1999-02-181-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cpplib.c: Kill define of STDC_VALUE. Don't include output.h or prefix.h. Change CPP_IS_MACRO_BUFFER to not refer to macro_cleanup. (GET_ENV_PATH_LIST, PATH_SEPARATOR, STANDARD_INCLUDE_DIR, predefs, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, CPP_WCHAR_TYPE, USER_LABEL_PREFIX, REGISTER_PREFIX, struct cpp_pending, version_string, struct default_include, include_defaults_array, path_include, cpp_options_init, dump_special_to_buffer, initialize_builtins, cpp_start_read, cpp_reader_init, nreverse_pending, push_pending, print_help, cpp_handle_option, cpp_handle_options, cpp_finish, cpp_cleanup): Move to cppinit.c. (macro_cleanup, struct arglist, collect_expansion, create_definition, compare_defs, comp_def_part, ARG_BASE, struct argdata, macarg, change_newlines, timestamp, monthnames, special_symbol, unsafe_chars, macroexpand, push_macro_expansion): Move to cpphash.c. (quote_string, check_macro_name, cpp_expand_to_buffer, output_line_command, cpp_undef): Export. (null_underflow, null_cleanup, handle_directive): Make static. * cpplib.h: Prototype now-exported functions. Adjust decls of syntax tables so we can include cpplib.h in cppinit.c. * cpphash.h: Prototype all functions exported by cpphash.c. * cppinit.c: Make syntax tables initialized data if possible (uses GCC designated-initializer extension). * cppexp.c: Make cpp_lex static. * Makefile.in: Move -D switches for the various include dirs from cpplib.o rule to cppinit.o rule. Adjust dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25287 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-02-17 14:49 -0500 Zack Weinberg <zack@rabi.columbia.edu>zack1999-02-171-14/+8
| | | | | | | * Makefile.in: Correct dependencies for cpplib object files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25269 138bc75d-0d04-0410-961f-82ee72b054a4
* * jump.c: Include insn-attr.h.law1999-02-151-1/+1
| | | | | | | | | (delete_computation): If reload has completed and insn scheduling after reload is enabled, then do not depend on REG_DEAD notes. * Makefile.in (jump.o): Depend on insn-attr.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25223 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (collect2$(exeext)): Delete redundant dependency andlaw1999-02-091-6/+2
| | | | | | | add missing exeext to target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25118 138bc75d-0d04-0410-961f-82ee72b054a4
* Replace changes in rev 1.223 which got lostzack1999-02-081-39/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25088 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-02-05 11:22 -0500 Zack Weinberg <zack@rabi.columbia.edu>zack1999-02-051-3/+2
| | | | | | | * Makefile.in (gen-protos): Use libcpp.a like everyone else. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25041 138bc75d-0d04-0410-961f-82ee72b054a4