1. 18 Dec, 2014 1 commit
  2. 21 Nov, 2014 1 commit
    • Always use PIC option with -shared in libtool · a699d672
      Libtool needs to pass PIC option -shared when creating shared object to
      link regular object files with slim-lto archive.
      
      	PR bootstrap/63784
      	* libtool.m4: Add $pic_flag with -shared.
      
      boehm-gc/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      gcc/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libatomic/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libbacktrace/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libcc1/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libcilkrts/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libffi/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libgfortran/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libgomp/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libitm/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libjava/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libjava/classpath/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libobjc/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libquadmath/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libsanitizer/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libssp/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libstdc++-v3/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      libvtv/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      lto-plugin/
      
      	PR bootstrap/63784
      	* configure: Regenerated.
      
      From-SVN: r217937
      H.J. Lu committed
  3. 11 Nov, 2014 1 commit
    • re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14)) · ebf6d33b
      toplevel:
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* libtool.m4: Fix globbing of darwin versions.
      
      boehm-gc/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      gcc/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libatomic/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libbacktrace/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libcc1/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libcilkrts/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libffi/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libgfortran/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libgomp/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libitm/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libobjc/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libquadmath/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libsanitizer/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libssp/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libstdc++-v3/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libvtv/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      lto-plugin/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libjava/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      libjava/classpath/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      zlib/
      2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR target/63610
      	* configure: Regenerate.
      
      From-SVN: r217366
      Francois-Xavier Coudert committed
  4. 23 Oct, 2014 1 commit
  5. 06 Oct, 2014 1 commit
    • gctest.c: Fix defaulting to int. · 63b9f71b
      boehm-gc/
      	* testsuite/boehm-gc.c/gctest.c: Fix defaulting to int.
      gcc/testsuite/
      	* c-c++-common/raw-string-3.c: Use -std=gnu89 for C.
      	* g++.dg/lto/pr54625-1_0.c: Fix defaulting to int.
      	* g++.dg/lto/pr54625-2_0.c: Likewise.
      	* gcc.misc-tests/gcov-14.c: Use -fgnu89-inline.
      
      From-SVN: r215943
      Marek Polacek committed
  6. 13 May, 2014 1 commit
    • Enable Java on Cygwin-64 · 54fde020
      Currently it is not possible to build GCC's libjava support on Cygwin-64.
      
      This patch fixes the current build-problems on Cygwin-64 and the most
      fundamental bugs on that platform.
      
      Note you must still add --enable-threads=posix to successfully build the
      java language support.
      
      
      boehm-gc/ChangeLog:
      
      2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              Fix current cygwin-64 build problems.
              * include/gc_config_macros.h (GC_PTHREADS): Use __CYGWIN__ instead
              of __CYGWIN32__ here.
              * win32_threads.c (GC_push_all_stacks): Push all X86_64 registers.
              (GC_get_thread_stack_base): Get the stack base for X86_64.
      
      libffi/ChangeLog:
      
      2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              Fix current cygwin-64 build problems.
              * src/java_raw_api.c: Remove if !defined(FFI_NO_RAW_API).
              * src/x86/ffi.c: Add if defined(__CYGWIN__).
              * src/x86/win64.S (ffi_closure_win64, ffi_call_win64): Added
              handling for FFI_TYPE_UINT64, FFI_TYPE_POINTER and FFI_TYPE_INT.
              Added SEH information.  Fixed formatting.
      
      libgcc/ChangeLog:
      
      2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
              implementation.
      
      libjava/ChangeLog:
      
      2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              Fix current cygwin-64 build problems.
              * configure.host: Added handling for x86_64-*-cygwin/mingw.
              * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if
              GC_WIN32_THREADS is defined.
              * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface
              to source_interface.
      
      libjava/classpath/ChangeLog:
      
      2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              Fix current cygwin-64 build problems.
              * native/fdlibm/mprec.c (_REENT_CHECK_MP, _REENT_MP_FREELIST,
              _REENT_MP_P5S, __ULong, __Long): Undefine previous definitions.
      
      From-SVN: r210386
      Bernd Edlinger committed
  7. 24 Apr, 2014 1 commit
    • tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define. · f7468577
      	* tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
      	* gimplify.c (omp_is_private): Change last argument's type to int.
      	Only diagnose lastprivate if the simd argument is 1, only diagnose
      	linear if the simd argument is 2.
      	(gimplify_omp_for): Adjust omp_is_private callers.  When adding
      	lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
      	GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
      	create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
      	If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
      	increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
      	* omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
      	OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
      	* tree-nested.c (convert_nonlocal_omp_clauses,
      	convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
      
      	* testsuite/libgomp.c/simd-7.c: New test.
      	* testsuite/libgomp.c/simd-8.c: New test.
      	* testsuite/libgomp.c/simd-9.c: New test.
      	* testsuite/libgomp.c/loop-16.c: New test.
      
      From-SVN: r209760
      Jakub Jelinek committed
  8. 21 Dec, 2013 1 commit
  9. 20 Sep, 2013 1 commit
  10. 04 Sep, 2013 2 commits
  11. 02 May, 2013 1 commit
  12. 11 Apr, 2013 1 commit
    • gcconfig.h (AARCH64): New macro (defined only if __aarch64__). · dff5c591
      2013-03-16  Yvan Roux <yvan.roux@linaro.org>
      
              * include/private/gcconfig.h (AARCH64): New macro (defined only if
      	__aarch64__).
      	* include/private/gcconfig.h (mach_type_known):
      	Update comment adding ARM AArch64 target.
      	* include/private/gcconfig.h (NOSYS, mach_type_known,CPP_WORDSZ,
      	MACH_TYPE, ALIGNMENT, HBLKSIZE, OS_TYPE, LINUX_STACKBOTTOM,
      	USE_GENERIC_PUSH_REGS, DYNAMIC_LOADING, DATASTART, DATAEND,
      	STACKBOTTOM): Define for AArch64.
      
      From-SVN: r197770
      Yvan Roux committed
  13. 06 Mar, 2013 1 commit
    • Use thr_stksegment to determine Solaris stack base · 6632162b
      	* os_dep.c [SOLARIS_STACKBOTTOM] (GC_solaris_stack_base): New
      	function.
      	[!BEOS && !AMIGA && !MSWIN32 && !MSWINCE && !OS2 && !NOSYS &&
      	!ECOS] (GC_get_stack_base): Use it.
      	* include/private/gcconfig.h [SPARC && SUNOS5]
      	(SOLARIS_STACKBOTTOM): Define.
      	(STACKBOTTOM, HEURISTIC2): Remove.
      	[I386 && SUNOS5]
      	(SOLARIS_STACKBOTTOM): Define.
      	(STACKBOTTOM): Remove.
      
      From-SVN: r196490
      Rainer Orth committed
  14. 04 Nov, 2012 1 commit
    • configure.ac: Add stanza for *-*-gnu* threads configuration. · b260c71f
      boehm-gc/
      	* configure.ac: Add stanza for *-*-gnu* threads configuration.
      	* configure: Regenerate.
      	* include/gc_config.h.in: Likewise.
      	* dyn_load.c (_GNU_SOURCE): Define for __GNU__.
      	* include/gc_config_macros.h (_REENTRANT, GC_PTHREADS): Define for
      	GC_GNU_THREADS.
      	* include/private/gcconfig.h (DATASTART): Don't define for I386 &&
      	HURD.
      	(SIG_SUSPEND, SIG_THR_RESTART, SEARCH_FOR_DATA_START): Define for
      	I386 && HURD.
      	(UNIX_LIKE, REGISTER_LIBRARIES_EARLY): Define for HURD.
      	* os_dep.c (GC_init_linux_data_start): Handle for HURD.
      	* pthread_support.c (GC_thr_init): Add case for GC_GNU_THREADS.
      	* specific.c: Use for GC_GNU_THREADS.
      	* threadlibs.c: Add case for GC_GNU_THREADS.
      
      From-SVN: r193142
      Samuel Thibault committed
  15. 14 Sep, 2012 1 commit
  16. 16 May, 2012 1 commit
    • Regenerate configure files for libtool.m4 change · e6d5f8c9
      boehm-gc/
      
      	* configure: Regenerated.
      
      gcc/
      
      	* configure: Regenerated.
      
      libatomic/
      
      	* configure: Regenerated.
      
      libffi/
      
      	* configure: Regenerated.
      
      libgfortran/
      
      	* configure: Regenerated.
      
      libgomp/
      
      	* configure: Regenerated.
      
      libitm/
      
      	* configure: Regenerated.
      
      libjava/classpath/
      
      	* configure: Regenerated.
      
      libjava/
      
      	* configure: Regenerated.
      
      libmudflap/
      
      	* configure: Regenerated.
      
      libobjc/
      
      	* configure: Regenerated.
      
      libquadmath/
      
      	* configure: Regenerated.
      
      libssp/
      
      	* configure: Regenerated.
      
      libstdc++-v3/
      
      	* configure: Regenerated.
      
      lto-plugin/
      
      	* configure: Regenerated.
      
      zlib/
      
      	* configure: Regenerated.
      
      From-SVN: r187616
      H.J. Lu committed
  17. 11 May, 2012 1 commit
  18. 28 Feb, 2012 2 commits
  19. 24 Feb, 2012 1 commit
    • re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11) · e00db511
      2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
      	    Jack Howarth  <howarth@bromo.med.uc.edu>
      
      boehm-gc/
      
      	PR boehm-gc/52179
      	* include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
      	* include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
      	pthread_get_stackaddr_np when available.
      	* configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
      	* configure: Regenerate.
      
      libjava/
      
      	PR target/49461
      	* configure.ac (SYSTEMSPEC): No longer pass -no_pie for darwin11.
      	* configure: Regenerate.
      
      
      Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu>
      
      From-SVN: r184555
      Patrick Marlier committed
  20. 10 Feb, 2012 1 commit
  21. 21 Nov, 2011 1 commit
    • Additional fixes for FreeBSD-10 build: · c6084f68
      /:			* libtool.m4: Additional FreeBSD 10 fixes.
      
      boehm-gc/:		* configure: Regenerate.
      gcc/:			* configure: Regenerate.
      libffi/:		* configure: Regenerate.
      libgfortran/:		* configure: Regenerate.
      libgomp/:		* configure: Regenerate.
      libitm/:		* configure: Regenerate.
      libjava/:		* configure.ac: Fix some more FreeBSD 10 issues..
      			* configure: Regenerate.
      libjava/libltdl/:	* acinclude.m4: Additional FreeBSD 10 fixes.
      			* configure: Regenerate.
      libmudflap/:		* configure: Regenerate.
      libobjc/:		* configure: Regenerate.
      libquadmath/:		* configure: Regenerate.
      libssp/:		* configure: Regenerate.
      libstdc++-v3/:		* configure: Regenerate.
      lto-plugin/:		* configure: Regenerate.
      zlib/:			* configure: Regenerate.
      
      From-SVN: r181593
      Andreas Tobler committed
  22. 08 Aug, 2011 1 commit
    • configure.ac (THREADS): Remove posix95. · ddaad3c8
      	boehm-gc:
      	* configure.ac (THREADS): Remove posix95.
      	* configure: Regenerate.
      
      	gcc:
      	* gthr-posix95.h: Remove.
      	* gthr.h [_PTHREADS95]: Remove.
      	* configure.ac (enable_threads): Remove posix95.
      	* configure: Regenerate.
      	* doc/install.texi (Configuration, --enable-threads): Remove
      	posix95.
      
      	libgomp:
      	* config/posix95/lock.c, posix95/omp-lock.h: Remove.
      
      	libjava:
      	* configure.ac (THREADS): Remove posix95.
      	* configure: Regenerate.
      
      From-SVN: r177568
      Rainer Orth committed
  23. 07 Jul, 2011 1 commit
    • re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only i386-solaris*).) · fbdd5d87
      	gcc:
      	PR target/39150
      	* configure.ac (gcc_cv_as_hidden): Also accept
      	x86_64-*-solaris2.1[0-9]*.
      	(gcc_cv_as_cfi_directive): Likewise.
      	(gcc_cv_as_comdat_group_group): Likewise.
      	(set_have_as_tls): Likewise.
      	* configure: Regenerate.
      	* config.gcc (i[34567]86-*-solaris2*): Also handle
      	x86_64-*-solaris2.1[0-9]*.
      	* config.host (i[34567]86-*-solaris2*): Likewise.
      	* config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
      	* config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
      	[USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
      	(TARGET_LD_EMULATION): Use it.
      	* config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
      	(SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
      	* config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
      	(ASM_CPU64_DEFAULT_SPEC): Define.
      	(ASM_CPU_SPEC): Use %(asm_cpu_default).
      	(ASM_SPEC): Redefine.
      	(DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
      	* config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
      	* doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*):
      	Document.
      	(Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
      	configuration.
      	(Specific, x86_64-*-solaris2.1[0-9]*): Document.
      
      	gcc/ada:
      	PR target/39150
      	* gcc-interface/Makefile.in: Handle x86_64-solaris2.
      
      	libgcc:
      	PR target/39150
      	* config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
      	like i?86-*-solaris2.1[0-9]*.
      	(i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
      	* configure.ac (i?86-*-solaris2*): Likewise.
      	* configure: Regenerate.
      
      	gcc/testsuite:
      	PR target/39150
      	* gcc.misc-tests/linkage.exp: Handle x86_64-*-solaris2.1[0-9]*.
      
      	toplevel:
      	PR target/39150
      	* configure.ac (i[3456789]86-*-solaris2*): Also accept
      	x86_64-*-solaris2.1[0-9]*.
      	* configure: Regenerate.
      
      	boehm-gc:
      	PR target/39150
      	* configure.ac (i?86-*-solaris2.[89]): Also accept
      	x86_64-*-solaris2.1?.
      	* configure: Regenerate.
      
      	gnattools:
      	PR target/39150
      	* configure.ac (*86-*-solaris2*): Also accept
      	x86_64-*-solaris2.1[0-9]*.
      	* configure: Regenerate.
      
      	libcpp:
      	PR target/39150
      	* configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9]
      	like i[34567]86-*-solaris2.1[0-9]*.
      	* configure: Regenerate.
      
      	libgo:
      	PR target/39150
      	* config/libtool.m4: Handle x86_64-*-solaris2.1[0-9]* like
      	i?86-*-solaris*.
      	* configure: Regenerate.
      
      	libjava:
      	PR target/39150
      	* configure.host (x86_64-*): Add -Usun to libgcj_flags.
      	(x86_64-*-solaris2.1[0-9]*): New case.
      	(i?86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*.
      
      From-SVN: r175958
      Rainer Orth committed
  24. 29 Jun, 2011 1 commit
    • re PR libgcj/49451 (FileHandleGcTest FAILS on IRIX) · bdd98b6e
      	PR libgcj/49451
      	* include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64]
      	(ELF_CLASS): Define.
      	* dyn_load.c [IRIX5]: Include <elf.h>.
      	Include <obj.h> for O32, <objlist.h> for N32, N64.
      	[SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
      	[SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
      	[IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define.
      	(__rld_obj_head): Declare.
      	(l_next, l_addr, obj_offset): Define.
      	(GC_FirstDLOpenedLinkMap): New function.
      	[SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on
      	IRIX5.
      	Use obj_offset.
      	[IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX]
      	(GC_register_dynamic_libraries): Don't use /proc version on IRIX5.
      
      From-SVN: r175623
      Rainer Orth committed
  25. 19 Apr, 2011 1 commit
    • install.texi (Configuration, [...]): Remove mach. · 60bea929
      	gcc:
      	* doc/install.texi (Configuration, --enable-threads): Remove mach.
      	Add lynx, mipssde.
      	Sort table.
      
      	boehm-gc:
      	* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
      	* configure: Regenerate
      
      	libjava:
      	* configure.ac (THREADS): Remove decosf1, irix, mach, os2.
      	* configure: Regenerate
      
      From-SVN: r172726
      Rainer Orth committed
  26. 06 Apr, 2011 1 commit
  27. 25 Mar, 2011 2 commits
    • ChangeLog for last change. · de5ca9cf
      From-SVN: r171516
      Rainer Orth committed
    • re PR boehm-gc/11412 (boehm-gc testing problems) · 94ea609a
      	PR boehm-gc/11412
      	* configure.ac (THREADCFLAGS): New variable.
      	Use it instead of INCLUDES, AM_CPPFLAGS.
      	<*-*-kfreebsd*-gnu> (THREADDLLIBS): Rename to THREADLIBS.
      	Remove DG/UX support.
      	(AC_CONFIG_FILES): Add testsuite/Makefile.
      	* Makefile.am (AUTOMAKE_OPTIONS): Use foreign instead of cygnus.
      	(SUBDIRS): Add testsuite.
      	(libgcjgc_la_LIBADD): Remove $(UNWINDLIBS).
      	(AM_CXXFLAGS): Add $(THREADCFLAGS).
      	(AM_CFLAGS): Likewise.
      	Remove TESTS related variables.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.am: New file.
      	* testsuite/Makefile.in: New file.
      	* testsuite/lib/boehm-gc.exp: New file.
      	* testsuite/config/default.exp: New file.
      	* testsuite/boehm-gc.c/c.exp: New file.
      	* testsuite/boehm-gc.lib/lib.exp: New file.
      	* tests/test.c: Move ...
      	* testsuite/boehm-gc.c/gctest.c: ... here.
      	* tests/leak_test.c, tests/middle.c, tests/thread_leak_test.c,
      	tests/trace_test.c: Move ...
      	* testsuite/boehm-gc.c: ... here.
      	* testsuite/boehm-gc.c/trace_test.c: Skip everywhere.
      	* tests/staticrootslib.c, tests/staticrootstest.c: Move ...
      	* testsuite/boehm-gc.lib: ... here.
      	* testsuite/boehm-gc.lib/staticrootstest.c: Use dg-add-shlib
      	staticrootslib.c.
      	* tests/test_cpp.cc: Move ...
      	* testsuite/boehm-gc.c++: ... here.
      
      From-SVN: r171514
      Rainer Orth committed
  28. 21 Mar, 2011 1 commit
    • gthr-solaris.h: Remove. · a2268084
      	gcc:
      	* gthr-solaris.h: Remove.
      	* gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
      	* config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
      	(LIB_SPEC): Likewise.
      	* config/sol2.opt (threads): Remove.
      	* config.gcc (i[34567]86-*-solaris2*): Remove solaris threads
      	support.
      	(sparc*-*-solaris2*): Likewise.
      	* configure.ac (enable_threads): Enable solaris support.
      	* configure: Regenerate.
      	* doc/invoke.texi (Option Summary, Solaris 2 Options): Remove
      	-threads.
      	* doc/install.texi (Configuration, --enable-threads=lib): Remove
      	solaris.
      
      	boehm-gc:
      	* configure.ac (THREADS): Remove solaris.
      	* configure: Regenerate.
      
      	libjava:
      	* configure.ac (THREADS): Remove solaris.
      	* configure: Regenerate.
      
      From-SVN: r171229
      Rainer Orth committed
  29. 13 Feb, 2011 1 commit
    • Remove freebsd1 from libtool.m4 macros and config.rpath. · 029c8f3e
      /:
      	Import from Libtool and gnulib:
      
      	2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
      
      	Prepare for supporting FreeBSD 10.
      	* config.rpath: Remove handling of freebsd1* which soon would
      	match FreeBSD 10.0.
      
      	2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
      
      	Remove support for FreeBSD 1.x.
      	* libtool.m4 (_LT_LINKER_SHLIBS)
      	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
      	soon would incorrectly match FreeBSD 10.0.
      
      boehm-gc/:
      	* configure: Regenerate.
      
      gcc/:
      	* configure: Regenerate.
      
      libffi/:
      	* configure: Regenerate.
      
      libgfortran/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libgo/:
      	* config/libtool.m4: (_LT_LINKER_SHLIBS)
      	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
      	soon would incorrectly match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libgomp/:
      	* configure: Regenerate.
      
      libjava/:
      	* configure: Regenerate.
      	* shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
      	of freebsd1* which soon would incorrectly match FreeBSD 10.0.
      
      libjava/classpath/:
      	* config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove
      	handling of freebsd1* which soon would match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libjava/libltdl/:
      	* acinclude.m4 (AC_LIBTOOL_PROG_LD_SHLIBS)
      	(AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling
      	of freebsd1* which soon would incorrectly match FreeBSD 10.0.
      	* configure: Regenerate.
      
      libmudflap/:
      	* configure: Regenerate.
      
      libobjc/:
      	* configure: Regenerate.
      
      libquadmath/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libssp/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      
      libstdc++-v3/:
      	* configure: Regenerate.
      
      lto-plugin/:
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      zlib/:
      	* configure: Regenerate.
      
      From-SVN: r170106
      Ralf Wildenhues committed
  30. 02 Feb, 2011 1 commit
  31. 31 Jan, 2011 1 commit
  32. 10 Dec, 2010 1 commit
    • update boehm-gc for powerpc m64 darwin. · 48f854c7
      boehm-gc:
      
      	* powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
      	Do not build or use the picsymbol stub for Darwin >= 9.
      	* tests/test.c (reverse_test):  Modify count for ppc64-darwin.
      	* pthread_support.c (GC_get_thread_stack_base): Correct a debug
      	statement.
      
      From-SVN: r167681
      Iain Sandoe committed
  33. 29 Nov, 2010 1 commit
    • re PR target/26427 (with -fsection-anchors with zero sized structs) · 46a99b06
      	PR target/26427
      	PR target/33120
      	PR testsuite/35710
      
      gcc:
      	* config/i386/darwin.h (ASM_OUTPUT_COMMON): Remove
      	(ASM_OUTPUT_LOCAL): Likewise.
      	* config/darwin-protos.h (darwin_asm_declare_object_name): New.
      	(darwin_output_aligned_bss): Likewise.
      	(darwin_asm_output_aligned_decl_local): Likewise.
      	(darwin_asm_output_aligned_decl_common): Likewise.
      	(darwin_use_anchors_for_symbol_p): Likewise.
      	* config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Remove.
      	(TARGET_ASM_OUTPUT_ANCHOR): Define.
      	(TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
      	(DARWIN_SECTION_ANCHORS): Set to 1.
      	* config/darwin.c (emit_aligned_common): New var.
      	(darwin_init_sections): Check that the Darwin private zero-size section
      	marker is in range.
      	(darwin_text_section): Check for zero-sized objects.
      	(darwin_mergeable_string_section): Likewise.
      	(darwin_mergeable_constant_section): Likewise.
      	(machopic_select_section): Adjust to check for zero-sized objects.
      	Assert that OBJC meta data are non-zero sized.
      	(darwin_asm_declare_object_name): New.
      	(darwin_asm_declare_constant_name): Adjust for zero-sized
      	object sections.
      	(BYTES_ZFILL): Define.
      	(darwin_emit_weak_or_comdat): New.
      	(darwin_emit_local_bss): New.
      	(darwin_emit_common): New.
      	(darwin_output_aligned_bss): New.
      	(darwin_asm_output_aligned_decl_common): New.
      	(darwin_asm_output_aligned_decl_local): New.
      	(darwin_file_end): Disable subsections_via_symbols when section
      	anchoring is active.
      	(darwin_asm_output_anchor): Re-enable.
      	(darwin_use_anchors_for_symbol_p): New.
      	(darwin_override_options): Check for versions that can emit
      	aligned common.  Update usage of flags to current.
      	* config/darwin-sections.def: Update comments and flags for
      	non-anchor sections.  zobj_const_section, zobj_data_section,
      	zobj_bss_section, zobj_const_data_section: New.
      	* config/darwin.h (ASM_DECLARE_OBJECT_NAME): Redefine.
      	(ASM_OUTPUT_ALIGN): Make whitespace output consistent.
      	(L2_MAX_OFILE_ALIGNMENT): Define.
      	(ASM_OUTPUT_ALIGNED_BSS): Define.
      	(ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
      	(ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
      	(SECTION_NO_ANCHOR): Define.
      	(TARGET_ASM_OUTPUT_ANCHOR) Define with a default of NULL.
      	(DARWIN_SECTION_ANCHORS): Define with a default of 0.
      
      boehm-gc:
      	* dyn_load.c (GC_register_dynamic_libraries/DARWIN):  Add new writable
      	data section names.
      	(GC_dyld_name_for_hdr): Adjust layout.
      	(GC_dyld_image_add): Adjust layout, add new Darwin sections, adjust
      	debug to name the sections.
      	(GC_dyld_image_remove): Adjust layout, remove new Darwin sections,
      	adjust debug to name the sections.
      	(GC_register_dynamic_libraries): Adjust layout.
      	(GC_init_dyld): Likewise.
      	(GC_register_main_static_data): Likewise.
      
      gcc/testsuite:
      	* gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators.
      	* gcc.dg/pr26427.c: Remove redundant warning for powerpc.
      	* gcc.dg/darwin-comm.c: Adjust for new allocators.
      	* gcc.dg/darwin-sections.c: New test.
      	* g++.dg/ext/instantiate2.C: Adjust for new allocators.
      
      
      Co-Authored-By: Mike Stump <mrs@gcc.gnu.org>
      
      From-SVN: r167242
      Iain Sandoe committed
  34. 28 Oct, 2010 2 commits
  35. 11 Oct, 2010 1 commit
  36. 15 Jun, 2010 1 commit