1. 06 Jan, 2001 2 commits
    • cpp.texi: Update for -MQ. · f7114e17
              * cpp.texi: Update for -MQ.
              * cppinit.c (cpp_create_reader): Always create pfile->deps.
              (cpp_cleanup): Always free pfile->deps.
              (initialize_dependency_output): Don't create pfile->deps.
              (cpp_handle_option): Similarly.
              (OPT_MQ): New.
              * gcc.c (cpp_options): Handle -MQ.
              (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
              * mkdeps.c (base_name): Remove.
              (deps_init): Don't allocate vector space until it's needed.
              (deps_free): Only free vectors if allocated.
              (deps_add_target, deps_add_dep): Update for initial allocation.
              (deps_add_default_target): Don't strip to the base_name.
      
      From-SVN: r38735
      Neil Booth committed
    • Implement __builtin_return_address (0) · a64761a3
      From-SVN: r38734
      DJ Delorie committed
  2. 05 Jan, 2001 37 commits
  3. 04 Jan, 2001 1 commit
    • c-common.c (SIZE_TYPE, WCHAR_TYPE): Define. · eaa7c03f
      	* c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
      	(flag_short_double, flag_short_wchar): Define.
      	(c_common_nodes_and_builtins): Create many tree nodes shared
      	between C and C++ here instead of in cp/decl.c and ...
      	* c-decl.c (init_decl_processing): ... here.
      	(SIZE_TYPE, WCHAR_TYPE): Don't define.
      	(flag_short_double, flag_short_wchar): Don't define.
      	(record_builtin_type): New function.
      	(build_void_list_node): New function.
      	* c-common.h (flag_short_double, flag_short_wchar,
      	record_builtin_type, build_void_list_node): Declare.
      
      cp:
      	* decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
      	(record_builtin_type): Make non-static.
      	(flag_short_double): Don't declare.
      	(init_decl_processing): Remove the creation of many tree nodes now
      	in c_common_nodes_and_builtins.
      	(build_void_list_node): New function.
      	* decl2.c (flag_short_double, flag_short_wchar): Don't define.
      	* cp-tree.h (flag_short_wchar): Don't declare.
      
      From-SVN: r38695
      Joseph Myers committed