Skip to content
Snippets Groups Projects
  1. May 12, 2009
    • Alexandre Oliva's avatar
      re PR target/37137 (unrecognized command line option "-minterlink-mips16") · 4a4a4e99
      Alexandre Oliva authored
      ChangeLog:
      PR target/37137
      * Makefile.def (flags_to_pass): Remove redundant and incomplete
      STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
      Add FLAGS_FOR_TARGET and BUILD_CONFIG.
      (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
      stage_configureflags, stage_cflags and stage_libcflags into
      explicit Makefile macros.
      * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
      GFORTRAN.
      (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
      CC.  Set CC_FOR_BUILD from CC.
      (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
      NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
      DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
      XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
      and GFORTRAN.
      (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
      (_LIBCFLAGS): Renamed to _TFLAGS.
      (do-compare-debug, do-compare3-debug): Drop.
      (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
      GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
      (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
      DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
      (XGCC_FLAGS_FOR_TARGET): New.
      (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
      (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
      (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
      DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
      LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
      to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
      TFLAGS.
      (BUILD_CONFIG): Include if requested.
      (all): Set TFLAGS on bootstrap.
      (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
      (all-stageid-prefixmodule): Likewise.
      (do-clean, distclean-stageid): Set TFLAGS.
      (restrap): Fix whitespace.
      * Makefile.in: Rebuilt.
      config/ChangeLog:
      * multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
      * mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
      * bootstrap-O1.mk: New.
      * bootstrap-O3.mk: New.
      * bootstrap-debug.mk: New.
      gcc/ChangeLog:
      PR target/37137
      * doc/install.texi (STAGE1_TFLAGS, BUILD_CONFIG): Document.
      gcc/java/ChangeLog:
      * Make-lang.in (GCJ): Renamed to...
      (XGCJ): ... this.
      libjava/ChangeLog:
      * configure.ac: Insert libgcjdir in the GCJ passed in the
      environment, rather than overriding completely.
      * configure: Rebuilt.
      
      From-SVN: r147415
      4a4a4e99
  2. Apr 28, 2009
    • Dave Korn's avatar
      * testsuite/libjava.jvmti/jvmti-interp.exp · f8abe532
      Dave Korn authored
      	(gcj_jni_compile_c_to_so):  Fix so extension to '.dll' on win32.
      	* testsuite/lib/libjava.exp (libjava_init):  Likewise.
      	* testsuite/libjava.jni/jni.exp
      	(gcj_jni_compile_c_to_so):  Likewise.
      	(gcj_jni_test_one):  Likewise.
      
      From-SVN: r146896
      f8abe532
    • Andrew Haley's avatar
      re PR libgcj/39899 (gjdoc in 4.4.0 fails to build the libgcj documentation) · a6524a7c
      Andrew Haley authored
      2009-04-28  Andrew Haley  <aph@redhat.com>
      
              PR libgcj/39899
              * Makefile.am (libgcj_tools_la_LDFLAGS): Add
              -fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS.
              * Makefile.in: Regenerate.
      
      From-SVN: r146878
      a6524a7c
    • Dave Korn's avatar
      interpret.cc (DEBUG): Rename this ... · 903db435
      Dave Korn authored
      	* interpret.cc (DEBUG):  Rename this ...
      	(__GCJ_DEBUG):  ... to this throughout.
      	* configure.ac:  Likewise.
      	* interpret-run.cc:  Likewise.
      	* prims.cc:  Likewise.
      	* gnu/classpath/natConfiguration.cc:  Likewise.
      	* include/java-assert.h:  Likewise.
      	* java/io/natVMObjectInputStream.cc:  Likewise.
      
      	* configure:  Regenerate.
      	* include/config.h.in:  Regenerate.
      
      From-SVN: r146869
      903db435
    • Dave Korn's avatar
      * java/lang/natVMClassLoader.cc · 33cbe421
      Dave Korn authored
      	(java::lang::VMClassLoader::defineClass):  Fix assert.
      
      From-SVN: r146868
      33cbe421
  3. Apr 26, 2009
  4. Apr 25, 2009
  5. Apr 23, 2009
  6. Apr 22, 2009
  7. Apr 09, 2009
  8. Mar 16, 2009
  9. Mar 12, 2009
    • Andrew Haley's avatar
      [multiple changes] · 2e95a6c3
      Andrew Haley authored
      2009-03-11  Andrew Haley  <aph@redhat.com>
      
      	* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
      	INTERPRETED access modifier.
      
      2009-03-11  Tom Tromey  <tromey@redhat.com>
      
      	* link.cc (_Jv_Linker::find_field): Pass the field_type to
      	_Jv_CheckOrCreateLoadingConstraint, not the class that is
      	requesting the field.
      
      From-SVN: r144818
      2e95a6c3
  10. Mar 03, 2009
    • Andrew John Hughes's avatar
      Cleanup new JDK directory support in GCJ. · 6eaf85d0
      Andrew John Hughes authored
      2009-03-03  Andrew John Hughes  <ahughes@redhat.com>
      
      	* Makefile.am:
      	Remove dangling src.zip and javac symlinks.
      	Fix java.security symlink to use toolexeclibdir
      	as classpath/resource/Makefile.am does.
      	* Makefile.in,
      	* configure: Regenerated.
      	* configure.ac: Drop hard-coded prefix,
      	thus removing sdk_dir and making jre_dir="jre".
      	Map x86_64 to amd64 as used by OpenJDK.
      	* gcj/Makefile.in,
      	* include/Makefile.in,
      	* testsuite/Makefile.in: Regenerated.
      
      From-SVN: r144576
      6eaf85d0
  11. Mar 01, 2009
    • Ralf Wildenhues's avatar
      backport: Support GNU/kOpenSolaris. · 7a9d3fe8
      Ralf Wildenhues authored
      	Backport from git Libtool:
      
      	2009-01-19  Robert Millan  <rmh@aybabtu.com>
      	Support GNU/kOpenSolaris.
      	* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
      	(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
      	(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
      	GNU/kOpenSolaris.
      
      libjava/classpath/
      	* configure: Regenerate.
      
      libjava/
      	* configure: Regenerate.
      
      libssp/
      	* configure: Regenerate.
      
      libobjc/
      	* configure: Regenerate.
      
      libstdc++-v3/
      	* configure: Regenerate.
      
      libgfortran/
      	* configure: Regenerate.
      
      boehm-gc/
      	* configure: Regenerate.
      
      gcc/
      	* configure: Regenerate.
      
      libmudflap/
      	* configure: Regenerate.
      
      zlib/
      	* configure: Regenerate.
      
      libffi/
      	* configure: Regenerate.
      
      libgomp/
      	* configure: Regenerate.
      
      From-SVN: r144527
      7a9d3fe8
  12. Feb 25, 2009
    • Andrew John Hughes's avatar
      Add missing class file. · 8570e38d
      Andrew John Hughes authored
      From-SVN: r144437
      8570e38d
    • Andrew John Hughes's avatar
      Sync libgcj with GNU Classpath 0.98. · dc6a0b2d
      Andrew John Hughes authored
      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
      dc6a0b2d
  13. Feb 16, 2009
  14. Feb 10, 2009
  15. Feb 09, 2009
    • Mark Mitchell's avatar
      addr2name.awk: Remove. · 48965b7c
      Mark Mitchell authored
      	* addr2name.awk: Remove.
      	* Makefile.am (bin_SCRIPTS): Remove addr2name.awk.
      	* Makefile.in: Regenerated.
      
      	* configure.ac: Define enable_sjlj_exceptions
      	appropriately under the ARM EH ABI.
      	* configure: Regenerated.
      
      	* Makefile.am (LTLDFLAGS): Define.
      	(GCJLINK): Use it.
      	(LIBLINK): Likewise.
      	* Makefile.in: Regenerated.
      
      From-SVN: r144046
      48965b7c
  16. Feb 03, 2009
    • Jakub Jelinek's avatar
      gcc.c (process_command): Update copyright notice dates. · d4f4bc84
      Jakub Jelinek authored
      	* gcc.c (process_command): Update copyright notice dates.
      	* gcov.c (print_version): Likewise.
      	* gcov-dump.c (print_version): Likewise.
      	* mips-tfile.c (main): Likewise.
      	* mips-tdump.c (main): Likewise.
      
      	* gfortranspec.c (lang_specific_driver): Update copyright notice
      	dates.
      
      	* jcf-dump.c (version): Update copyright notice dates.
      
      	* mf-runtime.c (__mf_usage): Update copyright notice dates.
      
      	* gnu/gcj/convert/Convert.java (version): Update copyright notice
      	dates.
      	* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
      
      	* gnu/java/rmi/registry/RegistryImpl.java (version): Update
      	copyright notice dates.
      	* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
      
      From-SVN: r143907
      d4f4bc84
  17. Jan 27, 2009
  18. Jan 12, 2009
  19. Jan 11, 2009
  20. Jan 06, 2009
    • Andrew John Hughes's avatar
      Merge GNU Classpath libgcj-snapshot-20090102. · c10bf728
      Andrew John Hughes authored
      2009-01-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	Import GNU Classpath (libgcj-snapshot-20090102).
      
      	* libjava/classpath/lib/java/text/RuleBasedCollator$CollationSorter.class,
      	* libjava/classpath/lib/java/text/MessageFormat$MessageFormatElement.class,
      	* libjava/classpath/lib/java/text/MessageFormat.class,
      	* libjava/classpath/lib/java/text/SimpleDateFormat.class,
      	* libjava/classpath/lib/java/text/NumberFormat.class,
      	* libjava/classpath/lib/java/text/RuleBasedCollator$CollationElement.class,
      	* libjava/classpath/lib/java/text/MessageFormat$Field.class,
      	* libjava/classpath/lib/java/text/RuleBasedCollator.class,
      	* libjava/classpath/lib/java/text/NumberFormat$Field.class,
      	* libjava/classpath/lib/gnu/xml/transform/Bindings.class,
      	* libjava/classpath/lib/gnu/java/locale/LocaleData.class,
      	* libjava/classpath/lib/gnu/java/awt/peer/gtk/FreetypeGlyphVector.class,
      	* libjava/classpath/lib/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.class,
      	* libjava/gnu/java/awt/peer/gtk/FreetypeGlyphVector.h,
      	* libjava/java/text/MessageFormat.h,
      	* libjava/java/text/RuleBasedCollator$CollationSorter.h,
      	* libjava/java/text/RuleBasedCollator.h,
      	* libjava/java/text/SimpleDateFormat.h:
      	Regenerated.
      
      2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * ChangeLog-2008: New file.
      
      2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/text/MessageFormat.java:
             (setLocale(Locale)): Integer format should use
             NumberFormat.getIntegerInstance.
      
      libjava/classpath/ChangeLog-2008
      
      2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/text/MessageFormat.java:
             (parse(String,ParsePosition)): Emulate behaviour
             of Vector's setSize() which was being implicitly relied on.
      
      2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/text/SimpleDateFormat.java:
             Remove superfluous empty line introduced
             in last commit.
      
      2008-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/text/MessageFormat.java:
             Convert variables to use generic types, use
             CPStringBuilder in place of StringBuilder.
             (Field()): Suppress warning due to only being used by
             deserialization.
             (scanFormat(String,int,CPStringBuilder,List,Locale)):
             Use ArrayList instead of Vector as no synchronisation needed.
             (parse(String,ParsePosition)): Likewise.
             * java/text/NumberFormat.java:
             (Field()): Suppress warning due to only being used by
             deserialization.
             * java/text/RuleBasedCollator.java:
             Convert variables to use generic types.
             (CollationElement): Make fields final.
             (CollationSorter): Likewise.
             (CollationSorter(int,String,int,boolean)): New constructor.
             * java/text/SimpleDateFormat.java,
             Convert variables to use generic types.
             (applyPattern(String)): Clear list rather than creating a new instance.
      
      2008-12-30  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/text/SimpleDateFormat.java:
             (standardChars): Use standard characters from CLDR.
             (RFC822_TIMEZONE_FIELD): Fixed to match new standard
             characters.
      
      2008-12-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * java/lang/String.java:
             (byte[],int,int,String): Call new Charset method.
             (stringToCharset(String)): Private method added to
             handle exception conversion.
             (byte[],int,int,Charset): Implemented.
             (byte[], Charset): Likewise.
             (getBytes(String)): Call new Charset method.
             (getBytes(Charset)): Implemented.
      
      2008-12-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:
             Include '\0' in the string.
      
      2008-12-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             PR classpath/38473:
             * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c:
             (Java_gnu_java_awt_peer_gtk_FreetypeGlyphVector_getGlyphOutlineNative):
             Check that the glyph is an outline before calling
             FT_Outline_Decompose.
      
      2008-11-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * gnu/xml/transform/Bindings.java:
             Add generics to collections.
      
      2008-11-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.java:
             (init(int,SecureRandom)): Improve exception message.
      
      2008-11-06  Mark Wielaard  <mark@klomp.org>
      
             * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
             (getKerning): Removed unused cls, method, values.
      
      2008-11-05  Andrew Haley  <aph@redhat.com>
      
             * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getKerning):
             Return result in a float[], not a Point2D.
             (performDefaultLayout): Call getKerning with a float[].
             * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
             (getKerning): Return result in a float[], not a Point2D.
      
      2008-11-05  Andrew Haley  <aph@redhat.com>
      
             * tools/Makefile.am (UPDATE_TOOLS_ZIP, CREATE_TOOLS_ZIP): Exclude
             .svn direcories.
      
      2008-10-23  David Edelsohn  <edelsohn@gnu.org>
      
             * native/fdlibm/fdlibm.h: Undef hz.
      
      2008-10-20  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * m4/ac_prog_antlr.m4:
             Remove redundant checks.
             * tools/Makefile.am:
             Use gjdoc_gendir when calling antlr.
      
      2008-10-17  Robert Lougher  <rob.lougher@gmail.com>
      
             * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
             (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
             Release 'fonts'.
      
      2008-10-16  Tom Tromey  <tromey@redhat.com>
      
             * tools/gnu/classpath/tools/jar/WorkSet.java (initSet): Use
             foreach.  Change argument type.
             (WorkSet): Change argument type.
             * tools/gnu/classpath/tools/jar/Indexer.java (indexJarFile): Use
             foreach.
             * tools/gnu/classpath/tools/jar/Creator.java
             (writeCommandLineEntries): Use foreach.
             (getAllEntries): Likewise.
      
      2008-10-15  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
             * configure.ac:
             Remove superfluous AC_PROG_JAVA call.
      
      From-SVN: r143139
      c10bf728
  21. Dec 21, 2008
    • Andrew Pinski's avatar
      Index... · a0e02041
      Andrew Pinski authored
      Index: config/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
      +
      Index: gcc/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      Index: libstdc++-v3/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      +
      Index: libjava/ChangeLog
      +2008-12-21  Andrew Pinski  <pinskia@gmail.com>
      +
      +       PR target/38300
      +       * configure: Regenerate.
      
      From-SVN: r142877
      a0e02041
  22. Dec 19, 2008
    • Jakub Jelinek's avatar
      re PR libgcj/38396 (ecj1 linked against both -lgcj and -lgcj_bc) · fda2cea1
      Jakub Jelinek authored
      	PR libgcj/38396
      	* configure.ac (use_libgcj_bc): Set to no if not enable_shared.
      	(LIBGCJ_SPEC): Use -lgcj instead of -lgcj_bc even for -static
      	or -static-libgcj.
      	* Makefile.am (ecjx_SOURCES): Add ecjx.cc.
      	(ecjx_LDADD): Don't add libgcj.la when
      	NATIVE && USE_LIBBGCJ_BC.
      	* ecjx.cc: New file.
      	* Makefile.in: Regenerated.
      	* configure: Regenerated.
      
      From-SVN: r142834
      fda2cea1
  23. Dec 18, 2008
    • Ralf Wildenhues's avatar
      Backport from upstream Libtool: · baafc534
      Ralf Wildenhues authored
      	* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER)
      	(_LT_LINKER_SHLIBS): Add cache variables to tests that
      	require the linker to work.  For shlibpath_overrides_runpath,
      	this also changes the semantics to let the result from the C
      	compiler take precedence.
      
      boehm-gc/
      
      	* configure: Regenerate.
      
      fixincludes/
      
      	* configure: Regenerate.
      
      gcc/
      
      	* configure: Regenerate.
      
      libffi/
      
      	* configure: Regenerate.
      
      libgfortran/
      
      	* configure: Regenerate.
      
      libgomp/
      
      	* configure: Regenerate.
      
      libjava/classpath/
      
      	* configure: Regenerate.
      
      libjava/
      
      	* configure: Regenerate.
      
      libmudflap/
      
      	* configure: Regenerate.
      
      libobjc/
      
      	* configure: Regenerate.
      
      libssp/
      
      	* configure: Regenerate.
      
      libstdc++-v3/
      
      	* configure: Regenerate.
      
      zlib/
      
      	* configure: Regenerate.
      
      From-SVN: r142817
      baafc534
  24. Dec 11, 2008
  25. Dec 04, 2008
  26. Dec 02, 2008
    • Jack Howarth's avatar
      configure.ac: Expand to darwin10 and later. · ce9c1050
      Jack Howarth authored
      2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
      
      	* configure.ac: Expand to darwin10 and later.
      	* configure: Regenerate.
      	* testsuite/lib/libjava.exp: Expand to darwin10 and later.
      
      From-SVN: r142369
      ce9c1050
  27. Nov 12, 2008
    • Steve Ellcey's avatar
      re PR target/27880 (undefined reference to `_Unwind_GetIPInfo') · bc3f0248
      Steve Ellcey authored
      	PR  target/27880
      	* config/unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
      	link test to target based test.
      	* libstdc++/v3/configure.ac: Move call to GCC_CHECK_UNWIND_GETIPINFO.
      	* libstdc++/v3/configure: Regenerate.
      	* libjava/configure: Regenerate.
      
      From-SVN: r141804
      bc3f0248
    • Jakub Jelinek's avatar
      re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) · 4bf95cef
      Jakub Jelinek authored
      	PR libgcj/33764
      libjava/
      	* configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
      	* Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
      	instead of bin_PROGRAMS for binaries.
      	* configure: Regenerated.
      	* Makefile.in: Regenerated.
      libjava/classpath/
      	* configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
      	* tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
      	instead of bin_PROGRAMS for binaries.
      	* configure: Regenerated.
      	* tools/Makefile.in: Regenerated.
      
      From-SVN: r141801
      4bf95cef
  28. Nov 10, 2008
    • Andrew Haley's avatar
      2008-11-10 Andrew Haley <aph@redhat.com> · 94b5f4db
      Andrew Haley authored
              * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c 
              (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): 
              Remove bogus gdk_threads_leave ();
      
      From-SVN: r141738
      94b5f4db
  29. Nov 05, 2008
  30. Nov 04, 2008
  31. Oct 31, 2008
Loading