1. 13 Oct, 2006 3 commits
  2. 12 Oct, 2006 13 commits
  3. 11 Oct, 2006 11 commits
  4. 10 Oct, 2006 13 commits
    • --(top level)-------------------------------------------- · b5422ad7
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.def: Added pdf target handling.
      	* Makefile.tpl: Added pdf target handling.
      	* Makefile.in: Regenerated.
      
      ---fixincludes--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---gcc----------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* configure.ac: Added pdf to "Make-hooks"
      	* Makefile.in: Added TEXI2PDF definition, and various pdf-file
      	targets and *.pdf file patterns in cleanup targets.
      	* configure: Regenerated.
      
      ---gcc/cp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "c++.pdf" target support.
      
      ---gcc/fortran--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
      	support.
      
      ---gcc/java-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
      
      ---gcc/objc-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "objc.pdf" target.
      
      ---gcc/objcp----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "obj-c++.pdf" target.
      
      ---gcc/treelang-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "treelang.pdf" target support.
      
      ---gnattools----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libcpp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libdecnumber-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libiberty----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added "pdf", "libiberty.pdf" target support.
      	* testsuite/Makefile.in: Added empty "pdf" target.
      
      ---libobjc------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      From-SVN: r117618
      Brooks Moses committed
    • re PR target/26504 (compute_frame_pointer_to_cfa_displacement error for avr… · 413fc59a
      re PR target/26504 (compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2)
      
      	* config/avr/predicates.md: New file.
      	* config/avr/avr.md: Include it.
      	(REG_SP): New constant.
      	(peepholes): Use predicates.
      	(sbrx_branch, sbrx_and_branchhi, sbrx_and_branchsi, branch, rvbranch,
      	difficult_branch,  difficult_rvbranch, cbi, sbi, sbix_branch,
      	sbix_branch_bit7, sbix_branch_tmp, sbix_branch_tmp_bit7): Ditto.
      	PR target/26504
      	* config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Define.
      
      From-SVN: r117616
      Anatoly Sokolov committed
    • java-interp.h (_Jv_InterpMethod::get_insn): Declare. · 05ee9ca0
              * include/java-interp.h (_Jv_InterpMethod::get_insn): Declare.
              (_Jv_InterpMethod::set_insn): Declare.
              * interpret.cc (_Jv_InterpMethod::get_insn): New method.
              (_Jv_InterpMethod::get_insn): New method.
      
      From-SVN: r117614
      Keith Seitz committed
    • re PR xml/29362 (NullPointerException in gnu.xml.transform.TransformerImpl.strip(libgcj.so.7rh)) · 4e34ede2
      	PR classpath/29362:
      	* gnu/xml/transform/TransformerImpl.java (transform): Only strip if
      	there is a stylesheet.
      
      From-SVN: r117612
      Tom Tromey committed
    • prims.cc (_Jv_PrependVersionedLibdir): Use _Jv_platform_path_separator. · ab6b9a13
      	* prims.cc (_Jv_PrependVersionedLibdir): Use
      	_Jv_platform_path_separator.
      
      From-SVN: r117611
      Tom Tromey committed
    • re PR libgcj/29205 (lib/pkgconfig/libgcj.pc needs to become version dependent) · 51d0a5cc
      	PR libgcj/29205:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (install-data-local): Install the .pc file.
      	(pkgconfig_DATA): Removed.
      
      From-SVN: r117610
      Tom Tromey committed
    • re PR fortran/19292 ([meta-bug] g77 features lacking in gfortran) · 21825fd6
      2006-10-10  Daniel Franke  <franke.daniel@gmail.com>
      
      	* intrinsic.texi: added documentation for FSTAT, GETARG,GET_COMMAND,
      	GET_COMMAND_ARGUMENT, GETENV, GET_ENVIRONMENT_VARIABLE, IAND, IARGC,
      	LSTAT and STAT, removed the reference to PR19292 from ACCESS, CHMOD,
      	GMTIME, LSHIFT, LTIME, RSHIFT.
      
      From-SVN: r117609
      Daniel Franke committed
    • gfortran.texi (Standards): Update to current status. · be6c4709
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* gfortran.texi (Standards): Update to current status.
      
      From-SVN: r117608
      Brooks Moses committed
    • mips.c (mips_save_restore_reg): Use gen_frame_mem to avoid alias set 0. · 48a0c3d4
      	* config/mips/mips.c (mips_save_restore_reg): Use gen_frame_mem to
      	avoid alias set 0.
      
      From-SVN: r117607
      Adam Nemet committed
    • configure.ac [...]: Set X86_DARWIN symbol and conditional. · a3bd50cc
      2006-10-10  Paolo Bonzini  <bonzini@gnu.org>
      	    Sandro Tolaini  <tolaini@libero.it>
      
      	* configure.ac [i*86-*-darwin*]: Set X86_DARWIN symbol and 
      	conditional.
      	* configure: Regenerated.
      	* Makefile.am (nodist_libffi_la_SOURCES) [X86_DARWIN]: New case.
      	(EXTRA_DIST): Add src/x86/darwin.S.
      	* Makefile.in: Regenerated.
      	* include/Makefile.in: Regenerated.
      	* testsuite/Makefile.in: Regenerated.
      
      	* src/x86/ffi.c (ffi_prep_cif_machdep) [X86_DARWIN]: Treat like
      	X86_WIN32, and additionally align stack to 16 bytes.
      	* src/x86/darwin.S: New, based on sysv.S.
      	* src/prep_cif.c (ffi_prep_cif) [X86_DARWIN]: Align > 8-byte structs.
      
      
      Co-Authored-By: Sandro Tolaini <tolaini@libero.it>
      
      From-SVN: r117602
      Paolo Bonzini committed
    • libstdc++.exp (v3-build_support): Link libtestc++.a, not a bunch of object files. · 0ded1615
      2006-10-10  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/lib/libstdc++.exp (v3-build_support): Link
      	libtestc++.a, not a bunch of object files.
      
      From-SVN: r117601
      Benjamin Kosnik committed
    • re PR libstdc++/29118 (Timeouts in libstdc++, libjava and libgomp testsuites) · 8ba9f013
      2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/29118
      	* src/locale_init.cc (__get_locale_mutex): New. 
      	(locale::locale): Use it.
      	(locale::global): Use it.
      
      From-SVN: r117600
      Benjamin Kosnik committed
    • re PR middle-end/29272 (memcpy optimization causes wrong-code) · 599a964a
      	PR middle-end/29272
      	* builtins.c (var_decl_component_p): New function.
      	(fold_builtin_memset, fold_builtin_memory_op): Restrict
      	single entry optimization to variables and components thereof.
      
      	* gcc.c-torture/execute/20060930-2.c: New test.
      
      From-SVN: r117599
      Jakub Jelinek committed