2009-11-02 19:52:08 +01:00
|
|
|
2009-11-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
PR bootstrap/38867
|
|
|
|
* configure.ac (expanded_prefix): New variable, set to the
|
|
|
|
default prefix if none was passed on the command line.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-10-22 11:25:51 +02:00
|
|
|
2009-10-22 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* configure.ac: Rename --enable-plugin to --enable-browser-plugin,
|
|
|
|
pass --{en,dis}able-plugin to the classpath configure.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-10-01 00:20:54 +02:00
|
|
|
2009-09-30 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* configure.host (libgcj_sublib_ltflags): New variable.
|
|
|
|
* configure.ac (LIBGCJ_SUBLIB_LTFLAGS): AC_SUBST variable for
|
|
|
|
the above in makefiles.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
* Makefile.am (libgcj_la_LDFLAGS_NOUNDEF): Rename from this ...
|
|
|
|
(LIBJAVA_LDFLAGS_NOUNDEF): ... to this, initialise from
|
|
|
|
LIBGCJ_SUBLIB_LTFLAGS (only when building sublibs), and ...
|
|
|
|
(libgij_la_LDFLAGS, libgcj_tools_la_LDFLAGS, libjvm_la_LDFLAGS,
|
|
|
|
lib_gnu_awt_xlib_la_LDFLAGS, libgcj_bc_la_LDFLAGS): ... use it in
|
|
|
|
all these places to replace hard-coded -no-undefined and -bindir
|
|
|
|
flags, as well as ...
|
|
|
|
(libgcj_la_LDFLAGS): ... updating existing reference here.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* gcj/Makefile.in: Likewise.
|
|
|
|
|
2009-09-27 08:49:33 +02:00
|
|
|
2009-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
PR libgcj/38298
|
|
|
|
* Makefile.am (libgcj_tools_la_LIBADD): Add '-lm'.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
cygming.h (TARGET_USE_JCR_SECTION): Enable.
gcc/ChangeLog
* config/i386/cygming.h (TARGET_USE_JCR_SECTION): Enable.
* config/i386/cygwin.h (LIBGCJ_SONAME): Define.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
libjava/ChangeLog
* configure.host (enable_libgcj_sublibs_default): New variable,
set for Cygwin and MinGW.
* configure.ac (--enable-libgcj-sublibs): New command-line switch.
(BUILD_SUBLIBS): New AM_CONDITIONAL relating to it.
(libgcj_spec_lgcj_override): New variable, define if building sublibs.
(libgcj_spec_lgcj_bc_override): Likewise for when USE_LIBGCJ_BC.
(LIBGCJ_SPEC_LGCJ): New variable to abstract "-lgcj" from specs.
(LIBGCJ_SPEC_LGCJ_BC): Likewise for when USE_LIBGCJ_BC.
(LIBGCJ_SPEC): Use them.
* configure: Regenerate.
* Makefile.am (LOWER_PACKAGE_FILES_LO): New variable.
(ALL_PACKAGE_SOURCE_FILES_LO): Likewise.
(NONCORE_PACKAGE_SOURCE_FILES_LO): Likewise.
(CORE_PACKAGE_SOURCE_FILES_LO): Likewise.
(toolexeclib_LTLIBRARIES): Add libgcj-noncore.la if building sublibs.
(libgcj_noncore_la_LIBADD_SUBOBJECTS): New variable.
(libgcj_la_LIBADD_SUBOBJECTS): Likewise.
(libgcj_la_LDFLAGS_NOUNDEF): Likewise.
(libgij_la_LDFLAGS): Add DLL-related options.
(libgcj_la_LDFLAGS): Use libgcj_la_LDFLAGS_NOUNDEF and
libgcj_la_LIBADD_SUBOBJECTS.
(libgcj_la_DEPENDENCIES): Adjust to match.
(libgcj_noncore_la_SOURCES, libgcj_noncore_la_LDFLAGS,
libgcj_noncore_la_LIBADD, libgcj_noncore_la_DEPENDENCIES,
libgcj_noncore_la_LINK): New automake variables for sublibrary.
(libgcj_tools_la_LDFLAGS): Add DLL-related flags.
(libgcj_tools_la_LIBADD): New variable.
(libjvm_la_LDFLAGS): Add DLL-related flags.
(lib_gnu_awt_xlib_la_LDFLAGS): Likewise.
(libgcj_bc_la_LDFLAGS): Likewise.
(libgij_la_DEPENDENCIES): Add dependency on libgcj-noncore.la when
building sublibs.
(libgcj_tools_la_DEPENDENCIES, libjvm_la_DEPENDENCIES,
lib_gnu_awt_xlib_la_DEPENDENCIES, jv_convert_DEPENDENCIES,
gcj_dbtool_DEPENDENCIES, gc_analyze_DEPENDENCIES, ecjx_DEPENDENCIES):
Likewise.
* Makefile.in: Regenerate.
* sysdep/i386/backtrace.h (MAIN_FUNC): New #define for main function,
set appropriately for Cygwin on that platform or to "main" elsewhere.
(fallback_backtrace): Use it to limit stack unwind.
libjava/libltdl/ChangeLog:
* ltdl.h (LT_SCOPE): Change conditional to avoid breaking
auto-export during libgcj DLL linking.
* Makefile.am (libltdl_la_LDFLAGS): Remove -bindir switch.
* Makefile.in: Regenerate.
From-SVN: r152041
2009-09-22 20:58:13 +02:00
|
|
|
2009-09-22 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* configure.host (enable_libgcj_sublibs_default): New variable,
|
|
|
|
set for Cygwin and MinGW.
|
|
|
|
* configure.ac (--enable-libgcj-sublibs): New command-line switch.
|
|
|
|
(BUILD_SUBLIBS): New AM_CONDITIONAL relating to it.
|
|
|
|
(libgcj_spec_lgcj_override): New variable, define if building sublibs.
|
|
|
|
(libgcj_spec_lgcj_bc_override): Likewise for when USE_LIBGCJ_BC.
|
|
|
|
(LIBGCJ_SPEC_LGCJ): New variable to abstract "-lgcj" from specs.
|
|
|
|
(LIBGCJ_SPEC_LGCJ_BC): Likewise for when USE_LIBGCJ_BC.
|
|
|
|
(LIBGCJ_SPEC): Use them.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.am (LOWER_PACKAGE_FILES_LO): New variable.
|
|
|
|
(ALL_PACKAGE_SOURCE_FILES_LO): Likewise.
|
|
|
|
(NONCORE_PACKAGE_SOURCE_FILES_LO): Likewise.
|
|
|
|
(CORE_PACKAGE_SOURCE_FILES_LO): Likewise.
|
|
|
|
(toolexeclib_LTLIBRARIES): Add libgcj-noncore.la if building sublibs.
|
|
|
|
(libgcj_noncore_la_LIBADD_SUBOBJECTS): New variable.
|
|
|
|
(libgcj_la_LIBADD_SUBOBJECTS): Likewise.
|
|
|
|
(libgcj_la_LDFLAGS_NOUNDEF): Likewise.
|
|
|
|
(libgij_la_LDFLAGS): Add DLL-related options.
|
|
|
|
(libgcj_la_LDFLAGS): Use libgcj_la_LDFLAGS_NOUNDEF and
|
|
|
|
libgcj_la_LIBADD_SUBOBJECTS.
|
|
|
|
(libgcj_la_DEPENDENCIES): Adjust to match.
|
|
|
|
(libgcj_noncore_la_SOURCES, libgcj_noncore_la_LDFLAGS,
|
|
|
|
libgcj_noncore_la_LIBADD, libgcj_noncore_la_DEPENDENCIES,
|
|
|
|
libgcj_noncore_la_LINK): New automake variables for sublibrary.
|
|
|
|
(libgcj_tools_la_LDFLAGS): Add DLL-related flags.
|
|
|
|
(libgcj_tools_la_LIBADD): New variable.
|
|
|
|
(libjvm_la_LDFLAGS): Add DLL-related flags.
|
|
|
|
(lib_gnu_awt_xlib_la_LDFLAGS): Likewise.
|
|
|
|
(libgcj_bc_la_LDFLAGS): Likewise.
|
|
|
|
(libgij_la_DEPENDENCIES): Add dependency on libgcj-noncore.la when
|
|
|
|
building sublibs.
|
|
|
|
(libgcj_tools_la_DEPENDENCIES, libjvm_la_DEPENDENCIES,
|
|
|
|
lib_gnu_awt_xlib_la_DEPENDENCIES, jv_convert_DEPENDENCIES,
|
|
|
|
gcj_dbtool_DEPENDENCIES, gc_analyze_DEPENDENCIES, ecjx_DEPENDENCIES):
|
|
|
|
Likewise.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* sysdep/i386/backtrace.h (MAIN_FUNC): New #define for main function,
|
|
|
|
set appropriately for Cygwin on that platform or to "main" elsewhere.
|
|
|
|
(fallback_backtrace): Use it to limit stack unwind.
|
|
|
|
|
2009-09-16 23:38:46 +02:00
|
|
|
2009-09-16 Jonathan Yong <jon_y@users.sourceforge.net>
|
|
|
|
|
|
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Correct
|
|
|
|
UnsupportedOperationException namespace.
|
|
|
|
|
2009-09-16 12:43:29 +02:00
|
|
|
2009-09-16 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* libgcj_bc.c (__data_start, data_start, _end): Add dummy usage.
|
|
|
|
|
2009-09-11 07:02:20 +02:00
|
|
|
2009-09-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* Makefile.am (libgij_la_LINK, libjvm_la_LINK): New.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2009-09-08 19:43:37 +02:00
|
|
|
2009-09-08 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
* configure: Rebuilt with modified libtool.m4.
|
|
|
|
|
2009-08-24 21:08:51 +02:00
|
|
|
2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure.ac (AC_PREREQ): Bump to 2.64.
|
|
|
|
|
LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11
boehm-gc/:
* Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
and $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libgfortran/:
* Makefile.am (libgfortran_la_LINK): Add $(libgfortran_la_LDFLAGS).
* Makefile.in: Regenerate.
libjava/:
* Makefile.am (libgcj_la_LINK, libgcj_tools_la_LINK)
(lib_gnu_awt_xlib_la_LINK, libgcj_bc_la_LINK, jv_convert_LINK)
(gcj_dbtool_LINK, gc_analyze_LINK, gij_LINK, ecjx_LINK)
(gappletviewer_LINK, gjarsigner_LINK, gkeytool_LINK)
(gjar_LINK, gjavah_LINK, gcjh_LINK, gnative2ascii_LINK)
(gorbd_LINK, grmid_LINK, gserialver_LINK, gtnameserv_LINK)
(grmic_LINK, grmiregistry_LINK, gjdoc_LINK): Add $(gjdoc_LDFLAGS).
(GCJLINK, LIBLINK, CXXLINK): Add $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libstdc++-v3/:
* libsupc++/Makefile.am (LTCOMPILE, LTCXXCOMPILE, CXXLINK): Add
$(LIBTOOLFLAGS).
* libsupc++/Makefile.in: Regenerate.
* src/Makefile.am (LTCXXCOMPILE, CXXLINK): Add $(AM_LIBTOOLFLAGS)
and $(LIBTOOLFLAGS).
* src/Makefile.in: Regenerate.
libgomp/:
* Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libobjc/:
* Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS).
From-SVN: r151013
2009-08-22 14:43:24 +02:00
|
|
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
Cleanups after the update to Autoconf 2.64, Automake 1.11.
/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-pdfdir, --with-htmldir switches.
* configure: Regenerate.
gcc/:
* configure.ac: Remove --with-datarootdir, --with-docdir,
--with-htmldir switches. No need to call AC_SUBST for
datarootdir, docdir, htmldir any more.
* configure: Regenerate.
* doc/install.texi (Configuration): Document --datarootdir,
--docdir, --htmldir, --pdfdir; update documentation for
--infodir, --mandir.
(Prerequisites): Bump Autoconf version to 2.64, Automake to
1.11, M4 to 1.4.6.
libgfortran/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libjava/classpath/:
* doc/cp-hacking.texinfo (Needed Tools and Libraries): Bump
Autoconf version to 2.64, Automake to 1.11, M4 to 1.4.6.
libjava/:
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libstdc++-v3/:
* doc/xml/manual/build_hacking.xml: Use tools from Autoconf
2.64 and Automake 1.11 in examples; update link to Autoconf
manual page about quadrigraphs.
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libssp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
boehm-gc/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libmudflap/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
zlib/:
* Makefile.am (install-html, install-pdf, html): Remove.
* Makefile.in: Regenerate.
libffi/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
libgomp/:
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
From-SVN: r151015
2009-08-22 15:41:50 +02:00
|
|
|
* HACKING: Use aclocal-1.11 and autoconf-2.64 in example.
|
|
|
|
* Makefile.am (install-html, install-pdf): Remove.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* gcj/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* include/config.h.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11
boehm-gc/:
* Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
and $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libgfortran/:
* Makefile.am (libgfortran_la_LINK): Add $(libgfortran_la_LDFLAGS).
* Makefile.in: Regenerate.
libjava/:
* Makefile.am (libgcj_la_LINK, libgcj_tools_la_LINK)
(lib_gnu_awt_xlib_la_LINK, libgcj_bc_la_LINK, jv_convert_LINK)
(gcj_dbtool_LINK, gc_analyze_LINK, gij_LINK, ecjx_LINK)
(gappletviewer_LINK, gjarsigner_LINK, gkeytool_LINK)
(gjar_LINK, gjavah_LINK, gcjh_LINK, gnative2ascii_LINK)
(gorbd_LINK, grmid_LINK, gserialver_LINK, gtnameserv_LINK)
(grmic_LINK, grmiregistry_LINK, gjdoc_LINK): Add $(gjdoc_LDFLAGS).
(GCJLINK, LIBLINK, CXXLINK): Add $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libstdc++-v3/:
* libsupc++/Makefile.am (LTCOMPILE, LTCXXCOMPILE, CXXLINK): Add
$(LIBTOOLFLAGS).
* libsupc++/Makefile.in: Regenerate.
* src/Makefile.am (LTCXXCOMPILE, CXXLINK): Add $(AM_LIBTOOLFLAGS)
and $(LIBTOOLFLAGS).
* src/Makefile.in: Regenerate.
libgomp/:
* Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
* Makefile.in: Regenerate.
libobjc/:
* Makefile.in (LIBTOOL): Add $(LIBTOOLFLAGS).
From-SVN: r151013
2009-08-22 14:43:24 +02:00
|
|
|
* Makefile.am (libgcj_la_LINK, libgcj_tools_la_LINK)
|
|
|
|
(lib_gnu_awt_xlib_la_LINK, libgcj_bc_la_LINK, jv_convert_LINK)
|
|
|
|
(gcj_dbtool_LINK, gc_analyze_LINK, gij_LINK, ecjx_LINK)
|
|
|
|
(gappletviewer_LINK, gjarsigner_LINK, gkeytool_LINK)
|
|
|
|
(gjar_LINK, gjavah_LINK, gcjh_LINK, gnative2ascii_LINK)
|
|
|
|
(gorbd_LINK, grmid_LINK, gserialver_LINK, gtnameserv_LINK)
|
|
|
|
(grmic_LINK, grmiregistry_LINK, gjdoc_LINK): Add $(gjdoc_LDFLAGS).
|
|
|
|
(GCJLINK, LIBLINK, CXXLINK): Add $(LIBTOOLFLAGS).
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2009-08-17 19:30:10 +02:00
|
|
|
2009-08-17 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.am (libgcj_bc_la_LIBADD): Delete.
|
|
|
|
* libgcj.spec.in: (LIBGCJ_BC_SPEC): New spec.
|
|
|
|
* configure.ac (LIBGCJ_BC_SPEC): New spec.
|
|
|
|
|
2009-08-17 12:29:59 +02:00
|
|
|
2009-08-17 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in,
|
|
|
|
include/Makefile.in,
|
|
|
|
testsuite/Makefile.in,
|
|
|
|
gcj/Makefile.in: Regenerate.
|
|
|
|
|
2009-08-14 19:49:21 +02:00
|
|
|
2009-08-14 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Add include of
|
|
|
|
java/lang/UnsupportedOperationException.h file.
|
|
|
|
|
2009-08-12 18:34:00 +02:00
|
|
|
2009-08-12 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* sysdep/arm/locks.h: Use atomic builtins For Linux EABI.
|
|
|
|
* configure.ac: Add ATOMICSPEC.
|
|
|
|
* libgcj.spec.in: Likewise.
|
|
|
|
* configure.host (arm*-linux*): Add -Wno-abi to cxxflags.
|
|
|
|
(testsuite/libjava.jvmti/jvmti-interp.exp): Likewise.
|
|
|
|
(testsuite/libjava.jvmti/jvmti.exp): Likewise.
|
|
|
|
(testsuite/libjava.jni/jni.exp): Likewise.
|
|
|
|
Set ATOMICSPEC.
|
|
|
|
Set LDFLAGS to work around libtool feature.
|
|
|
|
|
2009-07-30 21:41:13 +02:00
|
|
|
2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
|
|
|
|
|
2009-07-28 18:26:13 +02:00
|
|
|
2009-07-28 David Daney <ddaney@caviumnetworks.com>
|
|
|
|
|
|
|
|
* gnu/gcj/util/natGCInfo.cc (nomem_handler): Use oomDumpName as
|
|
|
|
dump file name base.
|
|
|
|
|
2009-07-28 17:08:12 +02:00
|
|
|
2009-07-27 Andrew John Hughes <ahughes@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/40616
|
|
|
|
* java/io/PrintStream.class: Regenerated.
|
|
|
|
* java/io/PrintStream.h: Updated.
|
|
|
|
* java/io/PrintStream.java:
|
|
|
|
(PrintStream(File)): Ported from GNU Classpath
|
|
|
|
version.
|
|
|
|
(PrintStream(File, String)): Likewise.
|
|
|
|
(PrintStream(String)): Likewise.
|
|
|
|
(PrintStream(String, String)): Likewise.
|
|
|
|
|
2009-07-24 13:27:37 +02:00
|
|
|
2009-07-24 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32
|
|
|
|
specific implementation.
|
|
|
|
|
2009-07-23 16:25:33 +02:00
|
|
|
2009-07-23 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* contrib/aotcompile.py.in: Use hashlib instead of md5 if available.
|
|
|
|
|
2009-07-17 17:08:36 +02:00
|
|
|
2009-07-17 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
PR other/40784
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-07-17 01:18:08 +02:00
|
|
|
2009-07-16 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11/SPARC)
gcc/testsuite/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* lib/gcc-defs.exp, lib/target-libpath.exp, lib/objc.exp,
lib/gfortran.exp, lib/g++.exp, lib/obj-c++.exp, lib/c-torture.exp,
lib/gcc-dg.exp, lib/gnat.exp, g++.dg/compat/compat.exp,
g++.dg/compat/struct-layout-1.exp: Revert 2009-06-30 commit.
libstdc++-v3/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* testsuite/lib/libstdc++.exp: Revert 2009-06-30 commit.
libjava/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* testsuite/lib/libjava.exp: Revert 2009-06-30 commit.
libgomp/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
* testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
libffi/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* testsuite/lib/libffi-dg.exp: Revert 2009-07-02, 2009-07-01 and
2009-06-30 commits.
libmudflap/
PR testsuite/40699
PR testsuite/40707
PR testsuite/40709
* testsuite/lib/libmudflap.exp: Revert 2009-06-30 commit.
From-SVN: r149508
2009-07-11 08:10:49 +02:00
|
|
|
2009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
PR testsuite/40699
|
|
|
|
PR testsuite/40707
|
|
|
|
PR testsuite/40709
|
|
|
|
* testsuite/lib/libjava.exp: Revert 2009-06-30 commit.
|
|
|
|
|
2009-06-30 20:37:57 +02:00
|
|
|
2009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
|
|
|
|
|
|
|
|
* testsuite/lib/libjava.exp (libjava_init): Just add
|
|
|
|
find_libgcc_s to libjava_libgcc_s_path, rather than every
|
|
|
|
libgcc multilib directory.
|
|
|
|
(libjava_arguments): Explain why we add "." to ld_library_path.
|
|
|
|
(gcj_invoke, exec_gij, libjava_invoke): Use add_path.
|
|
|
|
|
2009-06-22 11:46:57 +02:00
|
|
|
2009-06-22 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* libtool-version: Bump soversion.
|
|
|
|
|
re PR target/37137 (unrecognized command line option "-minterlink-mips16")
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
2009-05-12 07:49:28 +02:00
|
|
|
2009-05-12 Alexandre Oliva <aoliva@redhat.com>
|
|
|
|
|
|
|
|
* configure.ac: Insert libgcjdir in the GCJ passed in the
|
|
|
|
environment, rather than overriding completely.
|
|
|
|
* configure: Rebuilt.
|
|
|
|
|
2009-04-28 17:05:56 +02:00
|
|
|
2009-04-28 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* testsuite/libjava.jvmti/jvmti-interp.exp
|
|
|
|
(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.
|
|
|
|
|
2009-04-28 11:35:22 +02:00
|
|
|
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.
|
|
|
|
|
2009-04-28 06:02:30 +02:00
|
|
|
2009-04-28 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2009-04-28 05:49:13 +02:00
|
|
|
2009-04-28 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* java/lang/natVMClassLoader.cc
|
|
|
|
(java::lang::VMClassLoader::defineClass): Fix assert.
|
|
|
|
|
2009-04-26 16:11:58 +02:00
|
|
|
2009-04-26 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* contrib/aot-compile.in: Print diagnostics for malformed or invalid
|
|
|
|
class files.
|
|
|
|
* contrib/generate-cacerts.pl.in: New.
|
|
|
|
* configure.ac (AC_CONFIG_FILES): Add generate-cacerts.pl.
|
|
|
|
|
2009-04-25 10:04:38 +02:00
|
|
|
2009-04-24 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* configure.ac: Create missing directory gnu/java/security/jce/prng.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-04-23 12:37:50 +02:00
|
|
|
2009-04-23 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* Makefile.am (install-data-local): Fix symlinks to header files.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2009-04-23 00:58:37 +02:00
|
|
|
2009-04-23 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* gnu/classpath/jdwp/natVMVirtualMachine.cc (handle_single_step): Use
|
|
|
|
casted pointer in debugging assert.
|
|
|
|
(jdwpBreakpointCB): Likewise.
|
|
|
|
|
2009-04-09 23:51:57 +02:00
|
|
|
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
|
|
|
|
* configure.host: Restore match for darwin9 or later.
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-03-12 17:13:19 +01:00
|
|
|
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.
|
|
|
|
|
2009-03-03 18:03:51 +01:00
|
|
|
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.
|
|
|
|
|
2009-03-01 18:49:31 +01:00
|
|
|
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
Sync libgcj with GNU Classpath 0.98.
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
2009-02-25 22:40:28 +01:00
|
|
|
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.
|
|
|
|
|
2009-02-10 22:39:15 +01:00
|
|
|
2009-02-10 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Pass down datadir.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
2009-02-09 23:52:08 +01:00
|
|
|
2009-02-09 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2009-02-03 21:48:23 +01:00
|
|
|
2009-02-03 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
|
|
|
dates.
|
|
|
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
|
|
|
|
|
2009-01-27 11:09:23 +01:00
|
|
|
2009-01-26 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/38872
|
|
|
|
* gcj/javaprims.h (_Jv_CreateJavaVM): Change to extern "C" symbol.
|
|
|
|
* libjgc_bc.c (_Jv_GetStringChars): Remove.
|
|
|
|
|
2009-01-12 18:39:10 +01:00
|
|
|
2009-01-12 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
* sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield().
|
|
|
|
|
2009-01-12 17:45:32 +01:00
|
|
|
2009-01-11 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* Makefile.am (ecjx_LDADD): Add $(extra_ldflags).
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|