1. 29 Jun, 2009 1 commit
    • aph's avatar
      2009-06-29 Andrew Haley <aph@redhat.com> · fce8df10
      aph authored
      	PR java/40590	
      	* tools/gnu/classpath/tools/javah/FieldHelper.java (print):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/CniStubPrinter.java (printDecl):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/Keywords.java (words): Replace
      	with keywords list from  gcc/java/mangle.c.
      	* tools/gnu/classpath/tools/javah/ClassWrapper.java (printMethods):
      	Don't pre-convert a C++ keyword.
      	(print(CniPrintStream)): Call CniPrintStream.printName().
      	(printContents): Likewise.
      	* tools/gnu/classpath/tools/javah/CniPrintStream.java
      	(getClassName): Don't call replaceAll("/", "::").
      	(print(Type)): Add ""::" befor name, " *" after.  Use printName(), not
      	print.
      	(printName(PrintStream, String), printName(String), printlnName):
      	New methods.
      	(moveToPackage): Use printName().
      
      2009-06-29  Andrew Haley  <aph@redhat.com>
      
      	PR java/40590
      	* java-tree.h (cxx_keyword_p): New declaration.
      	* mangle_name.c (utf8_cmp): Move here from mangle.c.
      	(cxx_keywords): Likewise.
      	(cxx_keyword_p): Likewise.
      	(MANGLE_CXX_KEYWORDS): New macro.
      	(append_gpp_mangled_name): Use MANGLE_CXX_KEYWORDS.
      	(append_gpp_mangled_name): Likewise.
      	* mangle.c: Move code to mangle_name.c.
      	(mangle_member_name): Don't call cxx_keyword_p.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149059 138bc75d-0d04-0410-961f-82ee72b054a4
      fce8df10
  2. 22 Jun, 2009 1 commit
  3. 16 Jun, 2009 2 commits
  4. 12 May, 2009 1 commit
    • aoliva's avatar
      ChangeLog: · bd1f9655
      aoliva authored
      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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147415 138bc75d-0d04-0410-961f-82ee72b054a4
      bd1f9655
  5. 28 Apr, 2009 4 commits
  6. 26 Apr, 2009 1 commit
  7. 25 Apr, 2009 1 commit
  8. 23 Apr, 2009 1 commit
  9. 22 Apr, 2009 1 commit
    • davek's avatar
      · 21bfe770
      davek authored
      	* gnu/classpath/jdwp/natVMVirtualMachine.cc (handle_single_step):  Use
      	casted pointer in debugging assert.
      	(jdwpBreakpointCB):  Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146627 138bc75d-0d04-0410-961f-82ee72b054a4
      21bfe770
  10. 09 Apr, 2009 1 commit
  11. 16 Mar, 2009 1 commit
  12. 12 Mar, 2009 1 commit
    • aph's avatar
      2009-03-11 Andrew Haley <aph@redhat.com> · 266321f1
      aph authored
      	* 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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144818 138bc75d-0d04-0410-961f-82ee72b054a4
      266321f1
  13. 03 Mar, 2009 1 commit
    • gandalf's avatar
      Cleanup new JDK directory support in GCJ. · 2e9edbc9
      gandalf 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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144576 138bc75d-0d04-0410-961f-82ee72b054a4
      2e9edbc9
  14. 01 Mar, 2009 1 commit
    • rwild's avatar
      Backport from git Libtool: · 9af964d4
      rwild authored
      	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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144527 138bc75d-0d04-0410-961f-82ee72b054a4
      9af964d4
  15. 25 Feb, 2009 2 commits
    • gandalf's avatar
      Add missing class file. · bd12fa73
      gandalf authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144437 138bc75d-0d04-0410-961f-82ee72b054a4
      bd12fa73
    • gandalf's avatar
      Sync libgcj with GNU Classpath 0.98. · 1d2454e0
      gandalf 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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144434 138bc75d-0d04-0410-961f-82ee72b054a4
      1d2454e0
  16. 16 Feb, 2009 1 commit
  17. 10 Feb, 2009 1 commit
  18. 09 Feb, 2009 1 commit
    • mmitchel's avatar
      * addr2name.awk: Remove. · 3ce8cd5b
      mmitchel authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144046 138bc75d-0d04-0410-961f-82ee72b054a4
      3ce8cd5b
  19. 03 Feb, 2009 1 commit
    • jakub's avatar
      * gcc.c (process_command): Update copyright notice dates. · 5a371c77
      jakub authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143907 138bc75d-0d04-0410-961f-82ee72b054a4
      5a371c77
  20. 27 Jan, 2009 1 commit
  21. 12 Jan, 2009 3 commits
  22. 11 Jan, 2009 1 commit
  23. 06 Jan, 2009 1 commit
    • gandalf's avatar
      Merge GNU Classpath libgcj-snapshot-20090102. · 343e78c6
      gandalf 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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143139 138bc75d-0d04-0410-961f-82ee72b054a4
      343e78c6
  24. 21 Dec, 2008 1 commit
    • pinskia's avatar
      Index: config/ChangeLog · 0ccdd95a
      pinskia authored
      +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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142877 138bc75d-0d04-0410-961f-82ee72b054a4
      0ccdd95a
  25. 19 Dec, 2008 1 commit
    • jakub's avatar
      PR libgcj/38396 · 1c10b9d7
      jakub authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142834 138bc75d-0d04-0410-961f-82ee72b054a4
      1c10b9d7
  26. 18 Dec, 2008 1 commit
    • rwild's avatar
      Backport from upstream Libtool: · 9e6fd619
      rwild 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142817 138bc75d-0d04-0410-961f-82ee72b054a4
      9e6fd619
  27. 11 Dec, 2008 1 commit
  28. 04 Dec, 2008 1 commit
  29. 02 Dec, 2008 1 commit
  30. 12 Nov, 2008 2 commits
    • sje's avatar
      PR target/27880 · 7e5cb4d6
      sje authored
      	* 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.
      	
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141804 138bc75d-0d04-0410-961f-82ee72b054a4
      7e5cb4d6
    • jakub's avatar
      PR libgcj/33764 · 3cc72d26
      jakub authored
      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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141801 138bc75d-0d04-0410-961f-82ee72b054a4
      3cc72d26
  31. 10 Nov, 2008 1 commit
  32. 05 Nov, 2008 1 commit
    • aph's avatar
      2008-11-05 Andrew Haley <aph@redhat.com> · b416fda4
      aph authored
              * 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.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141610 138bc75d-0d04-0410-961f-82ee72b054a4
      b416fda4