1. 08 Aug, 2003 7 commits
  2. 07 Aug, 2003 18 commits
  3. 06 Aug, 2003 12 commits
  4. 05 Aug, 2003 3 commits
    • configure.in: Rename... · 8b171e55
      2003-08-05  Phil Edwards  <pme@gcc.gnu.org>
      
      	* configure.in:  Rename...
      	* configure.ac:  ...to this.
      	* docs/html/17_intro/porting.texi:  Update name.
      
      	* docs/html/17_intro/porting.html:  Regenerate.
      	* config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
      	libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
      	testsuite/Makefile.in:  Regenerate (picks up new dependancy).
      
      From-SVN: r70194
      Phil Edwards committed
    • c.opt: Introduce -fworking-directory. · b20d9f0c
      * c.opt: Introduce -fworking-directory.
      * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
      * c-common.h (flag_working_directory): Declare.
      * c-common.c (flag_working_directory): Define.
      * c-opts.c (c_common_handle_options): Set it.
      (sanitize_cpp_opts): Set...
      * cpplib.h (struct cpp_options): ... working_directory option.
      (struct cpp_callbacks): Add dir_change.
      * cppinit.c (read_original_filename): Call...
      (read_original_directory): New.  Look for # 1 "directory//"
      and process it.
      (cpp_read_main_file): Call dir_change callback if working_directory
      option is set.
      * gcc.c (cpp_unique_options): Pass -g*.
      * c-lex.c (cb_dir_change): New.
      (init_c_lex): Set dir_change callback.
      * toplev.c (src_pwd): New static variable.
      (set_src_pwd, get_src_pwd): New functions.
      * toplev.h (get_src_pwd, set_src_pwd): Declare.
      * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
      * dwarf2out.c (gen_compile_unit_die): Likewise.
      * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
      
      From-SVN: r70189
      Alexandre Oliva committed
    • acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack pipe... · 1260d70f
      2003-08-05  Phil Edwards  <pme@gcc.gnu.org>
      
      	* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS):  Put down the crack
      	pipe, open the window to let out the fumes, redo the option-handling
      	logic to properly execute the detection test.
      	* aclocal.m4, configure:  Regenerate.
      
      From-SVN: r70186
      Phil Edwards committed