1. 01 Dec, 2008 1 commit
  2. 30 Nov, 2008 6 commits
  3. 29 Nov, 2008 13 commits
  4. 28 Nov, 2008 7 commits
  5. 27 Nov, 2008 9 commits
  6. 26 Nov, 2008 4 commits
    • re PR testsuite/28870 (configuring, over-riding timeout values in testsuite) · 32ab0ba4
      	PR testsuite/28870
      	* lib/objc.exp (objc_target_compile): Fix typo from previous change.
      	* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
      
      From-SVN: r142230
      Janis Johnson committed
    • mips.md (clear_hazard): Rename to clear_hazard_<mode>. · 6411cd38
      	* config/mips/mips.md (clear_hazard): Rename to
      	clear_hazard_<mode>.  Use mode-specific addition.
      	(clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
      	or gen_clear_hazard_di depending on the size of Pmode.
      
      From-SVN: r142229
      Adam Nemet committed
    • configure.ac: Test m32c-elf-gas for .loc. · 15a43677
      * configure.ac: Test m32c-elf-gas for .loc.
      * configure: Likewise.
      
      From-SVN: r142228
      DJ Delorie committed
    • re PR testsuite/28870 (configuring, over-riding timeout values in testsuite) · d4038ca2
      gcc/
      	PR testsuite/28870
      	* doc/sourcebuild.texi (Test Directives): Add dg-timeout and
      	dg-timeout-factor.
      
      gcc/testsuite/
      	PR testsuite/28870
      	* lib/timeout.exp: New.
      	* lib/timeout-dg.exp: New.
      	* lib/gcc-dg.exp: Include new timeout library files.
      	(dg-test): Unset timeout variables.
      	* lib/gcc.exp (gcc_target_compile): Set timeout value from new proc.
      	* lib/g++.exp (g++_target_compile): Ditto.
      	* lib/gfortran.exp (gfortran_target_compile): Ditto.
      	* lib/objc.exp (objc_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/gnat.exp (gnat_target_compile): Ditto.
      
      libstdc++-v3/
      	PR testsuite/28870
      	* testsuite/lib/libstdc++.exp: Include new timeout library files.
      	(libstdc++_init): Define tool_timeout.
      	(dg-test): Override DejaGnu proc.
      	(v3_target_compile): Set timeout value from new proc.
      	(v3_target_compile_as_c): Ditto.
      
      libmudflap/
      	PR testsuite/28870
      	* testsuite/lib/mfdg.exp (dg-test): Use new timeout support.
      	(dg-timeout): Remove.
      	(standard-wait): Remove.
      	* testsuite/lib/libmudflap.exp: Include new timeout library files.
      	(libmudflap_target_compile): Set timeout value from new proc.
      
      libgomp/
      	PR testsuite/28870
      	* testsuite/lib/libgomp.exp: Include new timeout library files.
      	(libgomp_target_compile): Set timeout value from new proc.
      
      From-SVN: r142225
      Janis Johnson committed