d9f069ab4f
libstdc++-v3: * configure.host: Remove solaris2.9 handling. Change os_include_dir to os/solaris/solaris2.10. * acinclude.m4 (ac_has_gthreads): Remove solaris2.9* handling. * crossconfig.m4: Remove *-solaris2.9 handling, simplify. * configure: Regenerate. * config/abi/post/solaris2.9: Remove. * config/os/solaris/solaris2.9: Rename to ... * config/os/solaris/solaris2.10: ... this. * config/os/solaris/solaris2.10/os_defines.h (CLOCK_MONOTONIC): Remove. * doc/xml/manual/configure.xml (--enable-libstdcxx-threads): Remove Solaris 9 reference. * doc/html/manual/configure.html: Regenerate. * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: Remove *-*-solaris2.9 xfail. * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: Likewise. * testsuite/ext/enc_filebuf/char/13598.cc: Remove *-*-solaris2.9 xfail. libjava: * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9 handling. * configure: Regenerate. libgfortran: * config/fpu-387.h [__sun__ && __svr4__]: Remove SSE execution check. libgcc: * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution check. * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove Solaris 9 single-threaded support. * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove Solaris 9 single-threaded support. Add call_user_handler code sequences. (sparc_is_sighandler): Likewise. libcpp: * lex.c: Remove Solaris 9 reference. gcc/testsuite: * gcc.c-torture/compile/pr28865.c: Remove dg-xfail-if. * gcc.dg/c99-stdint-6.c: Remove dg-options for *-*-solaris2.9. * gcc.dg/lto/20090210_0.c: Remove dg-extra-ld-options for *-*-solaris2.9. * gcc.dg/torture/pr47917.c: Remove dg-options for *-*-solaris2.9. * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.9 handling from dg-options. * gcc.target/i386/pr22152.c: Remove i?86-*-solaris2.9 handling from dg-additional-options. * gcc.target/i386/vect8-ret.c: Remove i?86-*-solaris2.9 handling from dg-options. * gcc.dg/vect/tree-vect.h (check_vect): Remove Solaris 9 SSE2 execution check. * gcc.target/i386/sse-os-support.h [__sun__ && __svr4__] (sigill_hdlr): Remove. (sse_os_support) [__sun__ && __svr4__]: Remove SSE execution check. * gfortran.dg/erf_3.F90: Remove sparc*-*-solaris2.9* handling. * gfortran.dg/fmt_en.f90: Remove i?86-*-solaris2.9* handling. * gfortran.dg/round_4.f90: Remove *-*-solaris2.9* handling. * lib/target-supports.exp (add_options_for_tls): Remove *-*-solaris2.9* handling. gcc: * config.gcc (enable_obsolete): Remove *-*-solaris2.9*. (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported. (*-*-solaris2*): Simplify. (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise. (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove *-*-solaris2.9* handling. * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86 as bug. (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling. (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9 handling, simplify. (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug. * configure: Regenerate. * config/i386/sol2-9.h: Remove. * doc/install.texi (Specific, i?86-*-solaris2.9): Remove. (Specific, *-*-solaris2*): Mention Solaris 9 support removal. Remove Solaris 9 references. fixincludes: * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*. (solaris_int_types): Remove. (solaris_longjmp_noreturn): Remove. (solaris_mutex_init_2): Remove. (solaris_once_init_2): Remove. (solaris_sys_va_list): Remove. * fixincl.x: Regenerate. * tests/base/iso/setjmp_iso.h: Remove. * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove. [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by solaris_once_init_2. [SOLARIS_ONCE_INIT_2_CHECK]: Remove. * tests/base/sys/int_types.h: Remove. * tests/base/sys/va_list.h: Remove. contrib: * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9. From-SVN: r209621
107 lines
3.1 KiB
Plaintext
107 lines
3.1 KiB
Plaintext
2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||
|
||
* configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9
|
||
handling.
|
||
* configure: Regenerate.
|
||
|
||
2014-03-12 Uros Bizjak <ubizjak@gmail.com>
|
||
|
||
* include/dwarf2-signal.h: Update copyright year.
|
||
(SIGNAL_HANDLER): Remove _sip argument. Mark _p argument with
|
||
__attribute__ ((__unused__)).
|
||
(class java::lang::Throwable): Remove declaration.
|
||
(MAKE_THROW_FRAME) [!__ia64__]: Define as empty definition.
|
||
|
||
2014-03-11 Uros Bizjak <ubizjak@gmail.com>
|
||
|
||
* java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
|
||
around comparison with (address | LOCKED) in JvAssert.
|
||
|
||
2014-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||
|
||
PR libgcj/55637
|
||
* testsuite/libjava.lang/sourcelocation.xfail: New file.
|
||
|
||
2014-02-18 Richard Biener <rguenther@suse.de>
|
||
|
||
PR libjava/60261
|
||
* configure.ac (dbexecdir): Remove redundant multilib addition.
|
||
* Makefile.am (gcc_version): Export.
|
||
* configure: Regenerate.
|
||
* Makefile.in: Likewise.
|
||
|
||
2014-01-02 Tobias Burnus <burnus@net-b.de>
|
||
|
||
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
||
dates.
|
||
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
|
||
|
||
2013-12-09 Andreas Schwab <schwab@suse.de>
|
||
|
||
* Makefile.am (toolexeclib_LTLIBRARIES) [USE_LIBGCJ_BC]: Use
|
||
install/libgcj_bc.la instead of libgcj_bc.la.
|
||
(noinst_LTLIBRARIES) [USE_LIBGCJ_BC]: Define.
|
||
(install_libgcj_bc_la_SOURCES): Define.
|
||
(install/libgcj_bc.la): New rule.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2013-09-20 Alan Modra <amodra@gmail.com>
|
||
|
||
* configure: Regenerate.
|
||
|
||
2013-06-20 Roland Lutz <rlutz@hedmen.org>
|
||
|
||
* contrib/aot-compile.in: Fix typo in option list.
|
||
|
||
2013-06-20 Matthias Klose <doko@ubuntu.com>
|
||
|
||
* pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
|
||
* classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise.
|
||
* configure: Regenerate.
|
||
* classpath/configure: Regenerate.
|
||
|
||
2013-06-20 Matthias Klose <doko@ubuntu.com>
|
||
|
||
* libtool-version: Bump soversion.
|
||
|
||
2013-05-22 Mark Mitchell <mark@codesourcery.com>
|
||
Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* configure.ac (dbexecdir): Base on $(toolexeclibdir), not
|
||
$(libdir).
|
||
* Makefile.am (pkgconfigdir): Likewise.
|
||
* configure: Regenerated.
|
||
* Makefile.in: Regenerated.
|
||
* gcj/Makefile.in: Regenerated.
|
||
* include/Makefile.in: Regenerated.
|
||
* testsuite/Makefile.in: Regenerated.
|
||
|
||
2013-04-16 Andreas Schwab <schwab@suse.de>
|
||
|
||
* configure.host: Add support for aarch64.
|
||
* sysdep/aarch64/locks.h: New file.
|
||
|
||
2013-03-12 Andrew John Hughes <gnu.andrew@redhat.com>
|
||
|
||
* include/posix-threads.h:
|
||
(_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use
|
||
pthread_equal rather than !=.
|
||
|
||
2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace
|
||
LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS.
|
||
* Makefile.in: Regenerated.
|
||
|
||
2013-01-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.
|
||
|
||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|