1. 01 Mar, 2009 7 commits
  2. 28 Feb, 2009 7 commits
  3. 27 Feb, 2009 10 commits
  4. 26 Feb, 2009 7 commits
  5. 25 Feb, 2009 9 commits
    • Add missing class file. · 8570e38d
      From-SVN: r144437
      Andrew John Hughes committed
    • Sync libgcj with GNU Classpath 0.98. · dc6a0b2d
      2009-02-13  Andrew John Hughes  <ahughes@redhat.com>
      
      	Import GNU Classpath (classpath-0_98-release).
      
      	* Makefile.am: Add natVMSecureRandom.cc.
      	* Makefile.in: Regenerated.
      	* classpath/ChangeLog,
      	* classpath/Makefile.am: Merged.
      	* classpath/Makefile.in: Regenerated.
      	* classpath/NEWS: Merged.
      	* classpath/config.guess,
      	* classpath/config.sub,
      	* classpath/configure: Regenerated.
      	* classpath/configure.ac: Merged.
      	* classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java,
      	* classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java,
      	* classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java,
      	* classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java,
      	* classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java,
      	* classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java,
      	* classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java,
      	* classpath/gnu/javax/crypto/prng/ICMGenerator.java,
      	* classpath/gnu/xml/stream/XMLParser.java,
      	* classpath/java/security/SecureRandom.java,
      	* classpath/native/jni/native-lib/cpproc.c,
      	* classpath/native/plugin/gcjwebplugin.cc,
      	* classpath/tools/gnu/classpath/tools/gjdoc/Main.java: Merged.
      	* configure: Regenerated.
      	* configure.ac: Add symlink for natVMSecureRandomPosix.cc to natVMSecureRandom.cc
      	* gnu/classpath/Configuration.java: Change version to 0.98.
      	* gnu/java/security/jce/prng/SecureRandomAdapter.h: Regenerated.
      	* gnu/java/security/jce/prng/VMSecureRandom.h: Generated.
      	* gnu/java/security/jce/prng/VMSecureRandom.java: Added native implementation.
      	* gnu/java/security/jce/prng/natVMSecureRandomPosix.cc: Wrapper around /dev/random.
      	* gnu/javax/crypto/jce/prng/CSPRNGSpi.h,
      	* gnu/javax/crypto/jce/prng/FortunaImpl.h,
      	* java/security/SecureRandom.h: Regenerated.
      	* java/security/VMSecureRandom$Spinner.h,
      	* java/security/VMSecureRandom.h,
      	* java/security/VMSecureRandom.java: Removed.
      	* sources.am: Move VMSecureRandom to gnu.java.security.jce.prng.
      
      From-SVN: r144434
      Andrew John Hughes committed
    • Fixed location of libgomp.exp. · a16b68bb
      From-SVN: r144433
      Adam Nemet committed
    • re PR rtl-optimization/39241 (ICE in subreg_get_info, at rtlanal.c:3104) · 8592acaf
      gcc/
      
      2008-02-25  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR rtl-optimization/39241
      	* jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
      	to subreg_offset_representable_p.
      
      gcc/testsuite/
      
      2008-02-25  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR rtl-optimization/39241
      	* gcc.dg/torture/pr39241.c: New.
      
      From-SVN: r144430
      H.J. Lu committed
    • regmove.c (regmove_optimize): Conform to struct rtl_opt_pass execute function prototype. · 62d049cf
      2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	* regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
      	execute function prototype.  Get f and nregs from max_reg_num
      	and get_insns.  Remove the first backward pass as it's dead,
      	guard the forward pass by flag_expensive_optimizations.
      	(rest_of_handle_regmove): Delete.
      	(pass_regmove): Replace it with regmove_optimize.
      
      From-SVN: r144429
      Paolo Bonzini committed
    • tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and alls_alloca function flags. · f618d33e
      2009-02-25  Martin Jambor  <mjambor@suse.cz>
      
      	* tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
      	alls_alloca function flags.
      	(copy_bb): Set calls_setjmp and alls_alloca function flags if such
      	calls are detected.
      
      From-SVN: r144428
      Martin Jambor committed
    • a-teioed.adb (Expand): Fix Result overflow. · 054efbba
      2009-02-25  Laurent GUERBY  <laurent@guerby.net>
      
              * a-teioed.adb (Expand): Fix Result overflow.
      
      From-SVN: r144427
      Laurent GUERBY committed
    • Makefile.in: Fix multilib handling for sparc64-linux. · 2692d7f5
      2009-02-25  Laurent GUERBY <laurent@guerby.net>
      
              * gcc-interface/Makefile.in: Fix multilib handling for
              sparc64-linux.
      
      From-SVN: r144426
      Laurent GUERBY committed
    • regmove.c (discover_flags_reg, [...]): Delete. · c8a05f7c
      2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	* regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
      	flags_set_1_rtx, flags_set_1_set): Delete.
      	(regmove_optimize): Do not call mark_flags_life_zones.
      
      From-SVN: r144425
      Paolo Bonzini committed