1. 13 Mar, 2003 35 commits
  2. 12 Mar, 2003 5 commits
    • ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove. · 03d0dce1
      	* config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
      	(ASM_OUTPUT_XDATA_SHORT): Remove.
      	(ASM_OUTPUT_XDATA_INT): Remove.
      	(ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
      	(ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
      	(CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
      
      From-SVN: r64271
      Steve Ellcey committed
    • re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw)) · 847311f4
              PR c++/7050
              * expr.c (store_expr): Don't attempt to store void-typed trees,
              just evaluate them for side effects.
              * cp/expr.c (cxx_expand_expr): Return const0_rtx for throw
              expressions.
      
      From-SVN: r64268
      Andrew Lewycky committed
    • configure.in: Avoid trailing /. · ff8b9ca8
      2003-03-10  Andreas Schwab  <schwab@suse.de>
      
      boehm-gc:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libf2c:
      	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* configure: Rebuilt.
      
      libffi:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libjava:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      libobjc:
      	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* configure: Rebuilt.
      
      libstdc++-v3:
      	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
      	glibcpp_toolexeclibdir.
      	* aclocal.m4, configure: Rebuilt.
      
      zlib:
      	* configure.in: Avoid trailing /. in toolexeclibdir.
      	* configure: Rebuilt.
      
      From-SVN: r64267
      Andreas Schwab committed
    • cppfiles.c (cpp_rename_file, [...]): New. · c19b12cb
      	* cppfiles.c (cpp_rename_file, cpp_push_include): New.
      	* cppinit.c (push_include): Move with changes to cppfiles.c.
      	(cpp_read_main_file): Mark named operators here...
      	(cpp_finish_options): ...not here.  Update.
      	(_cpp_maybe_push_include_file): Update.
      	* cpplib.h (cpp_push_include, cpp_rename_file): New.
      
      From-SVN: r64266
      Neil Booth committed
    • aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE, _gcc_COMPUTE_GAS_VERSION. · ad9c4d9f
              * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
              _gcc_COMPUTE_GAS_VERSION.
              * configure.in: Use them.
              * configure: Regenerate.
      
      From-SVN: r64263
      Nathanael Nerode committed