]> granicus.if.org Git - gc/log
gc
13 years ago * include/gc.h (GC_is_thread_suspended): Declare.
kseitz [Mon, 23 Apr 2007 21:10:09 +0000 (21:10 +0000)]
    * include/gc.h (GC_is_thread_suspended): Declare.
        * pthread_stop_world.c (GC_is_thread_suspended): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124081 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * src/closures.c: Include sys/statfs.h.
jakub [Tue, 3 Apr 2007 09:12:40 +0000 (09:12 +0000)]
* src/closures.c: Include sys/statfs.h.
(_GNU_SOURCE): Define on Linux.
(FFI_MMAP_EXEC_SELINUX): Define.
(selinux_enabled): New variable.
(selinux_enabled_check): New function.
(is_selinux_enabled): Define.
(dlmmap): Use it.

* configure.ac (NO_EXECUTE_PERMISSION): Set by default.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123457 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibffi/ChangeLog:
aoliva [Wed, 7 Mar 2007 07:27:25 +0000 (07:27 +0000)]
libffi/ChangeLog:
* include/ffi.h.in (ffi_closure_alloc, ffi_closure_free): New.
(ffi_prep_closure_loc): New.
(ffi_prep_raw_closure_loc): New.
(ffi_prep_java_raw_closure_loc): New.
* src/closures.c: New file.
* src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
Replace sflags with exec_offset.
[FFI_MMAP_EXEC_WRIT] (mmap_exec_offset, add_segment_exec_offset,
sub_segment_exec_offset): New macros.
(get_segment_flags, set_segment_flags, check_segment_merge): New
macros.
(is_mmapped_segment, is_extern_segment): Use get_segment_flags.
(add_segment, sys_alloc, create_mspace, create_mspace_with_base,
destroy_mspace): Use new macros.
(sys_alloc): Silence warning.
* Makefile.am (libffi_la_SOURCES): Add src/closures.c.
* Makefile.in: Rebuilt.
* src/prep_cif [FFI_CLOSURES] (ffi_prep_closure): Implement in
terms of ffi_prep_closure_loc.
* src/raw_api.c (ffi_prep_raw_closure_loc): Renamed and adjusted
from...
(ffi_prep_raw_closure): ... this.  Re-implement in terms of the
renamed version.
* src/java_raw_api (ffi_prep_java_raw_closure_loc): Renamed and
adjusted from...
(ffi_prep_java_raw_closure): ... this.  Re-implement in terms of
the renamed version.
* src/alpha/ffi.c (ffi_prep_closure_loc): Renamed from
(ffi_prep_closure): ... this.
* src/pa/ffi.c: Likewise.
* src/cris/ffi.c: Likewise.  Adjust.
* src/frv/ffi.c: Likewise.
* src/ia64/ffi.c: Likewise.
* src/mips/ffi.c: Likewise.
* src/powerpc/ffi_darwin.c: Likewise.
* src/s390/ffi.c: Likewise.
* src/sh/ffi.c: Likewise.
* src/sh64/ffi.c: Likewise.
* src/sparc/ffi.c: Likewise.
* src/x86/ffi64.c: Likewise.
* src/x86/ffi.c: Likewise.
(FFI_INIT_TRAMPOLINE): Adjust.
(ffi_prep_raw_closure_loc): Renamed and adjusted from...
(ffi_prep_raw_closure): ... this.
* src/powerpc/ffi.c (ffi_prep_closure_loc): Renamed from
(ffi_prep_closure): ... this.
(flush_icache): Adjust.
boehm-gc/ChangeLog:
* include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
(GC_register_finalizer_unreachable): Declare.
(GC_debug_register_finalizer_unreachable): Declare.
* finalize.c (GC_unreachable_finalize_mark_proc): New.
(GC_register_finalizer_unreachable): New.
(GC_finalize): Handle it.
* dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
(GC_debug_register_finalizer_no_order): Fix whitespace.
libjava/ChangeLog:
* include/jvm.h (_Jv_ClosureListFinalizer): New.
(_Jv_Linker::create_error_method): Adjust.
* boehm.cc (_Jv_ClosureListFinalizer): New.
* nogc.cc (_Jv_ClosureListFinalizer): New.
* java/lang/Class.h (class _Jv_ClosureList): New.
(class java::lang::Class): Declare it as friend.
* java/lang/natClass.cc (_Jv_ClosureList::releaseClosures): New.
(_Jv_ClosureList::registerClousure): New.
* include/execution.h (_Jv_ExecutionEngine): Add get_closure_list.
(_Jv_CompiledEngine::do_get_closure_list): New.
(_Jv_CompiledEngine::_Jv_CompiledEngine): Use it.
(_Jv_IndirectCompiledClass): Add closures.
(_Jv_IndirectCompiledEngine::get_aux_info): New.
(_Jv_IndirectCompiledEngine::do_allocate_field_initializers): Use
it.
(_Jv_IndirectCompiledEngine::do_get_closure_list): New.
(_Jv_IndirectCompiledEngine::_Jv_IndirectCompiledEngine): Use it.
(_Jv_InterpreterEngine::do_get_closure_list): Declare.
(_Jv_InterpreterEngine::_Jv_InterpreterEngine): Use it.
* interpret.cc (FFI_PREP_RAW_CLOSURE): Use _loc variants.
(node_closure): Add closure list.
(_Jv_InterpMethod::ncode): Add jclass argument.  Use
ffi_closure_alloc and the separate code pointer.  Register the
closure for finalization.
(_Jv_JNIMethod::ncode): Likewise.
(_Jv_InterpreterEngine::do_create_ncode): Pass klass to ncode.
(_Jv_InterpreterEngine::do_get_closure_list): New.
* include/java-interp.h (_Jv_InterpMethod::ncode): Adjust.
(_Jv_InterpClass): Add closures field.
(_Jv_JNIMethod::ncode): Adjust.
* defineclass.cc (_Jv_ClassReader::handleCodeAttribute): Adjust.
(_Jv_ClassReader::handleMethodsEnd): Likewise.
* link.cc (struct method_closure): Add closure list.
(_Jv_Linker::create_error_method): Add jclass argument.  Use
ffi_closure_alloc and the separate code pointer.  Register the
closure for finalization.
(_Jv_Linker::link_symbol_table): Remove outdated comment about
sharing of otable and atable.  Adjust.
* java/lang/reflect/natVMProxy.cc (ncode_closure): Add closure
list.
(ncode): Add jclass argument.  Use ffi_closure_alloc and the
separate code pointer.  Register the closure for finalization.
(java::lang::reflect::VMProxy::generateProxyClass): Adjust.
* testsuite/libjava.jar/TestClosureGC.java: New.
* testsuite/libjava.jar/TestClosureGC.out: New.
* testsuite/libjava.jar/TestClosureGC.xfail: New.
* testsuite/libjava.jar/TestClosureGC.jar: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122652 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago* Makefile.am: Add dummy install-pdf target.
brooks [Thu, 1 Mar 2007 23:52:38 +0000 (23:52 +0000)]
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122441 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-02-05 Roman Zippel <zippel@linux-m68k.org>
tromey [Mon, 5 Feb 2007 18:18:11 +0000 (18:18 +0000)]
2007-02-05  Roman Zippel <zippel@linux-m68k.org>

* boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
it works with Linux 2.6, reactivate MPROTECT_VDB
* boehm-gc/pthread_stop_world.c: save all register
on signal entry

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121606 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-24 Andreas Tobler <a.tobler@schweiz.org>
andreast [Wed, 24 Jan 2007 19:36:42 +0000 (19:36 +0000)]
2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>

ChangeLog: Fix Typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121127 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-19 Andreas Tobler <a.tobler@schweiz.org>
andreast [Fri, 19 Jan 2007 19:19:35 +0000 (19:19 +0000)]
2007-01-19  Andreas Tobler  <a.tobler@schweiz.org>

* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
added defines to include/private/gc_priv.h
* darwin_stop_world.c: Removed the above defines.
(catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
* include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
and os_dep.c to here. Fixed THREAD definition fixes for ppc64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120977 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
daney [Wed, 17 Jan 2007 23:03:22 +0000 (23:03 +0000)]
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
cross-compiling.
* configure: Regenerated.
* include/gc_config.h.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120883 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * os_dep.c: Fix i686-apple-darwin9 builds.
mrs [Wed, 17 Jan 2007 20:12:51 +0000 (20:12 +0000)]
* os_dep.c: Fix i686-apple-darwin9 builds.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120874 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-17 Jack Howarth <howarth@bromo.med.uc.edu>
tromey [Wed, 17 Jan 2007 19:48:52 +0000 (19:48 +0000)]
2007-01-17  Jack Howarth  <howarth@bromo.med.uc.edu>
boehm-gc/
* aclocal.m4: Regenerate to use multi.m4.
* configure: Regenerate.
* Makefile.in: Regenerate.
zlib/
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
libffi/
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
libjava/
* configure.ac: Use multi.m4 from aclocal rather than custom
code.  Use multi_basedir instead libgcj_basedir.  Test for
/proc/self/exe when not cross-compiling.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
libjava/classpath/
* configure.ac: Use multi.m4 from aclocal rather than
custom code.  Use multi_basedir instead libgcj_basedir.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
libjava/libltdl/
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
* configure.ac: Use multi.m4 from aclocal rather than
custom code.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120870 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-17 Andreas Tobler <a.tobler@schweiz.org>
andreast [Wed, 17 Jan 2007 12:01:45 +0000 (12:01 +0000)]
2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>

* include/gc_config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120853 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-16 Petr Salinger <Petr.Salinger@seznam.cz>
tromey [Tue, 16 Jan 2007 19:38:59 +0000 (19:38 +0000)]
2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>

* include/private/gcconfig.h: Handle amd64/x86-64 cpu under
 GNU/kFreeBSD.
* os_dep.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120831 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-15 Andreas Tobler <a.tobler@schweiz.org>
andreast [Mon, 15 Jan 2007 21:24:42 +0000 (21:24 +0000)]
2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>

* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
reference.
(catch_exception_raise): Fix typo in the I386 exc_state.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120801 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2007-01-11 Andreas Tobler <a.tobler@schweiz.org>
andreast [Thu, 11 Jan 2007 20:06:45 +0000 (20:06 +0000)]
2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>

* configure.ac: Replaced HAS_I386_THREAD_STATE_* with
HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
* configure: Regenerated.
* include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
Added base definitions for the X86_64 Darwin port.
* include/private/gc_priv.h: Added definitions for Darwin MACH thread
operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
* darwin_stop_world.c: Removed THREAD_STATE info. Added
HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
with HAS_X86_THREAD_STATE32___EAX.
(GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
X86_64 Darwin.
* dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
(GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
Distinguish between getsectbynamefromheader_64 and
getsectbynamefromheader.
(GC_dyld_image_remove): Likewise.
* os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
(catch_exception_raise): Introduce exception information for I386 and
X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120684 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.ac: Fix x86 darwin builds.
mrs [Fri, 8 Dec 2006 23:54:21 +0000 (23:54 +0000)]
* configure.ac: Fix x86 darwin builds.
* darwin_stop_world.c: Likewise.
* include/private/gcconfig.h: Likewise.
* connfigure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119670 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-09-26 Jack Howarth <howarth@bromo.med.uc.edu>
tromey [Tue, 26 Sep 2006 17:21:32 +0000 (17:21 +0000)]
2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>

PR target/29180
* darwin_stop_world.c: Make stack_start unsigned long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117232 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-09-21 Sandro Tolaini <tolaini@libero.it>
tromey [Thu, 21 Sep 2006 23:47:30 +0000 (23:47 +0000)]
2006-09-21  Sandro Tolaini  <tolaini@libero.it>

* os_dep.c: Port to Darwin/i386
* darwin_stop_world.c: Likewise
* include/private/gcconfig.h: Likewise

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117126 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-06-07 Petr Salinger <Petr.Salinger@seznam.cz>
tromey [Mon, 18 Sep 2006 18:45:08 +0000 (18:45 +0000)]
2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>

* configure.ac: add support for GNU/kFreeBSD, accepted by upstream
for gc 6.8.
* dyn_load.c: Likewise.
* include/gc.h: Likewise.
* private/gcconfig.h: Likewise.
* configure: Regenerate.
* include/gc_config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117033 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibjava
tromey [Thu, 14 Sep 2006 18:06:04 +0000 (18:06 +0000)]
libjava
PR boehm-gc/29068:
* boehm.cc (_Jv_GCAttachThread): Disable on Solaris.
(_Jv_GCDetachThread): Likewise.
boehm-gc
PR boehm-gc/29068.
* misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
Solaris.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116948 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoboehm-gc
tromey [Mon, 21 Aug 2006 22:07:30 +0000 (22:07 +0000)]
boehm-gc
PR libgcj/13212:
* configure.ac: Check for pthread_getattr_np(). Remove
GC_PTHREAD_SYM_VERSION detection.
* include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
GC_get_thread_stack_base): New declarations.
* pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
GC_get_thread_stack_base): New functions.
(GC_delete_thread): Don't try to free the first_thread.
* misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
(pthread_create_, constr): Removed.
(pthread_create): Don't rename.
* include/gc_ext_config.h.in: Rebuilt.
* include/gc_pthread_redirects.h (pthread_create): Define
unconditionally.
* include/gc_config.h.in: Rebuilt.
* configure: Rebuilt.
libjava
* java/lang/natThread.cc (_Jv_AttachCurrentThread): Attach thread
to GC.
(_Jv_DetachCurrentThread): Detach thread from GC.
* include/boehm-gc.h (_Jv_GCAttachThread, _Jv_GCDetachThread):
Declare.
* boehm.cc (_Jv_GCAttachThread): New function.
(_Jv_GCDetachThread): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116313 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
kseitz [Wed, 21 Jun 2006 20:56:37 +0000 (20:56 +0000)]
    * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
        routine if signal is received and thread is flagged SUSPENDED.
        (suspend_self): New function.
        (GC_suspend_thread): New function.
        (GC_resume_thread): New function.
        * include/gc.h (GC_suspend_thread): Declare.
        (GC_resumet_thread): Declare.
        * include/private/pthread_support.h (SUSPENDED): New GC_thread
        flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114869 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
rmathew [Tue, 20 Jun 2006 17:10:19 +0000 (17:10 +0000)]
Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
* os_dep.c (GC_wnt): Define.
(GC_init_win32): Set GC_wnt.
* dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
sections also on Windows 9x/ME.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114818 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIndex: gcc/ChangeLog
geoffk [Sat, 3 Jun 2006 02:07:36 +0000 (02:07 +0000)]
Index: gcc/ChangeLog
2006-06-02  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/host-darwin.c (sigaltstack): Protect prototype with
HAVE_DECL_SIGALTSTACK.
(MC_FLD): New.
(segv_handler): Use MC_FLD.
* configure.ac: Check for a sigaltstack declaration.
Compute HAS_MCONTEXT_T_UNDERSCORES on Darwin.
* configure: Regenerate.
* config.in: Regenerate.

Index: boehm-gc/ChangeLog
2006-06-02  Geoffrey Keating  <geoffk@apple.com>

* configure.ac: Define HAS_PPC_THREAD_STATE_R0,
HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
HAS_I386_THREAD_STATE___EAX.
* configure: Regenerate.
* include/gc_config.h.in: Regenerate.
* darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
macro names to determine value.
(THREAD_STATE): New.
(THREAD_FLD): New.
(GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114339 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
carlos [Wed, 24 May 2006 21:33:42 +0000 (21:33 +0000)]
2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114055 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-03-07 Andrew Haley <aph@redhat.com>
aph [Mon, 24 Apr 2006 13:40:21 +0000 (13:40 +0000)]
2006-03-07  Andrew Haley  <aph@redhat.com>

        * dyn_load.c (GC_has_static_roots): Declare.
        (GC_register_dynlib_callback): Call GC_has_static_roots.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113223 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
bryce [Tue, 11 Apr 2006 21:56:27 +0000 (21:56 +0000)]
    * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
        GC_start_world): Call vm_deallocate to free act_list. Fix from
        Bruce Mitchener.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112867 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-03-24 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Fri, 24 Mar 2006 17:59:29 +0000 (17:59 +0000)]
2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

* configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
Warn about POSIX threads not being supported for *-*-hpux10*.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112355 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * pthread_support.c: Conditionally include dlfcn.h.
tromey [Fri, 10 Feb 2006 01:58:30 +0000 (01:58 +0000)]
* pthread_support.c: Conditionally include dlfcn.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110832 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-02-06 Jakub Jelinek <jakub@redhat.com>
tromey [Tue, 7 Feb 2006 01:02:31 +0000 (01:02 +0000)]
2006-02-06  Jakub Jelinek  <jakub@redhat.com>
    Anthony Green  <green@redhat.com>
    Tom Tromey  <tromey@redhat.com>

* include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
* include/gc_config.h.in: Rebuilt.
* include/gc_pthread_redirects.h (pthread_create): Conditionally
define.
* pthread_support.c (pthread_create_): New global.
(constr): New function.
(pthread_create): Conditionally renamed.
* configure: Rebuilt.
* configure.ac (GC_PTHREAD_SYM_VERSION): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110682 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
amodra [Sat, 4 Feb 2006 00:15:08 +0000 (00:15 +0000)]
* include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
use broken 64-bit version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110571 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 25 Jan 2006 20:28:47 +0000 (20:28 +0000)]
2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>

* darwin_stop_world.c: Change inline asm instruction to ld as ldz
is wrong.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110224 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
bryce [Wed, 25 Jan 2006 19:37:26 +0000 (19:37 +0000)]
2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>

        * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
        * Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110223 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gcconfig.h: Revert to GC 6.6 version, removing
bryce [Wed, 25 Jan 2006 19:33:37 +0000 (19:33 +0000)]
* include/private/gcconfig.h: Revert to GC 6.6 version, removing
all local changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110222 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRemove svn:executable property.
bryce [Wed, 25 Jan 2006 03:13:18 +0000 (03:13 +0000)]
Remove svn:executable property.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110205 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago Import Boehm GC version 6.6.
bryce [Wed, 25 Jan 2006 03:03:14 +0000 (03:03 +0000)]
    Import Boehm GC version 6.6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110204 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2006-01-24 David Ayers <d.ayers@inode.at>
ayers [Tue, 24 Jan 2006 22:00:26 +0000 (22:00 +0000)]
2006-01-24  David Ayers  <d.ayers@inode.at>

PR libobjc/13946
* include/gc.h: Fix prototype declarations for bootstrap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110183 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
bryce [Wed, 2 Nov 2005 00:06:30 +0000 (00:06 +0000)]
2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>

        * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106362 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago.cvsignore are not needed for subversion, remove them.
aj@138bc75d-0d04-0410-961f-82ee72b054a4 [Mon, 31 Oct 2005 17:20:58 +0000 (17:20 +0000)]
.cvsignore are not needed for subversion, remove them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106279 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gc_locks.h (GC_test_and_set): Change the
kazu [Thu, 15 Sep 2005 22:35:52 +0000 (22:35 +0000)]
* include/private/gc_locks.h (GC_test_and_set): Change the
constraint of the first operand to '0'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104329 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR libgcj/23662:
tromey [Tue, 6 Sep 2005 14:22:01 +0000 (14:22 +0000)]
PR libgcj/23662:
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
HEURISTIC1 on ARM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103946 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
kkojima [Sun, 17 Jul 2005 07:33:58 +0000 (07:33 +0000)]
* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102110 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 15 Jun 2005 21:25:54 +0000 (21:25 +0000)]
2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>

* os_dep.c: Add FreeBSD/PowerPC bits.
(GC_SysVGetDataStart): Likewise.
* include/private/gcconfig.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100997 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-05-25 Andrew Haley <aph@redhat.com>
jakub [Wed, 25 May 2005 13:10:00 +0000 (13:10 +0000)]
2005-05-25  Andrew Haley  <aph@redhat.com>

* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
powerpc64-linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100145 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure: Regenerate.
mrs [Tue, 10 May 2005 01:43:00 +0000 (01:43 +0000)]
    * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99498 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * os_dep.c, include/private/gc_locks.h: Import CRIS port by
hp@138bc75d-0d04-0410-961f-82ee72b054a4 [Tue, 19 Apr 2005 16:01:38 +0000 (16:01 +0000)]
* os_dep.c, include/private/gc_locks.h: Import CRIS port by
Simon Posnjak from gc6.4.
* include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98414 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-04-17 David S. Miller <davem@davemloft.net>
davem [Sun, 17 Apr 2005 22:01:21 +0000 (22:01 +0000)]
2005-04-17  David S. Miller  <davem@davemloft.net>

* include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
* os_dep.c (GC_linux_stack_base): Check for bug present in some
Sparc glibc variants where __libc_stack_end is erroneously set
to "1".  Fallback to procfs code in that case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98303 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure: Regenerate.
mrs [Wed, 13 Apr 2005 01:41:26 +0000 (01:41 +0000)]
    * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98065 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
rth [Tue, 12 Apr 2005 19:48:18 +0000 (19:48 +0000)]
    * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98032 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * darwin_stop_world.c: Update for -m64 multilib.
mrs [Thu, 24 Mar 2005 00:48:39 +0000 (00:48 +0000)]
    * darwin_stop_world.c: Update for -m64 multilib.
        * include/private/gcconfig.h: Likewise.
        * powerpc_darwin_mach_dep.s: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96968 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
kcook [Tue, 1 Mar 2005 23:25:50 +0000 (23:25 +0000)]
2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in, include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95762 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
rearnsha [Sat, 26 Feb 2005 15:40:07 +0000 (15:40 +0000)]
* dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95582 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
bryce [Wed, 16 Feb 2005 04:10:42 +0000 (04:10 +0000)]
2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>

PR libgcj/19823
* configure.host: Set gc_use_mmap on *-linux*.
* configure.ac: Define USE_MMAP if gc_use_mmap is set.
* include/private/gc_priv.h: Include gc_config.h.
* configure, include/gc_config.h.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95094 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * allchblk.c (GC_allochblk_nth): Dont overlook available space if
hboehm [Wed, 9 Feb 2005 21:33:02 +0000 (21:33 +0000)]
* allchblk.c (GC_allochblk_nth): Dont overlook available space if
  GC disabled, correctly convert GC_finalizer_mem_freed to byte,
     total_size to words.
   * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
  MEM_IMAGE regions.
   * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
  and indent appropriately.
   * mark_rts.c (GC_approx_sp): Access stack.
* pthread_stop_world.c: (GC_suspend_handler): Explicitly push
  callee-saves registers when appropriate.
     (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94776 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sun, 2 Jan 2005 03:35:57 +0000 (03:35 +0000)]
2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>

* include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h.

2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>

* configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
and include/gc_ext_config.h.
* include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
* include/gc.h: Undef PACKAGE_* before including gc_config.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92801 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 13 Dec 2004 13:18:22 +0000 (13:18 +0000)]
2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>

* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92087 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
bryce [Tue, 30 Nov 2004 00:38:57 +0000 (00:38 +0000)]
2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>

        PR libgcj/18699
        Revert patches of 2004-11-26 and 2004-11-27.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91505 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 29 Nov 2004 23:45:23 +0000 (23:45 +0000)]
2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>

* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
from CVS libtool to always pass_all.

* libjava/configure, libffi/configure, libjava/configure,
libobjc/configure, boehm-gc/configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91495 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 27 Nov 2004 17:44:31 +0000 (17:44 +0000)]
2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>

        * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91387 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 26 Nov 2004 05:31:48 +0000 (05:31 +0000)]
2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>

Fix "PACKAGE_NAME redefined" errors.
* configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
and include/gc_config.h.
* configure: Regenerated.
* include/gc_config.h.in: No longer auto-generated. Define only the
macros needed by libjava.
* include/config.h.in: Generated by autoheader.
* include/gc.h: Include config.h, not gc_config.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91330 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 25 Nov 2004 13:43:43 +0000 (13:43 +0000)]
2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>

* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
* boehm-gc/configure: Regenerate.
* libffi/configure: Regenerate.
* libgfortran/configure: Regenerate.
* libjava/configure: Regenerate.
* libobjc/configure: Regenerate.
* libstdc++-v3/configure: Regenerate.
* zlib/configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91293 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 24 Nov 2004 22:04:38 +0000 (22:04 +0000)]
2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>

* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
from CVS libtool to always pass_all.
* boehm-gc/configure: Regenerate.
* libffi/configure: Regenerate.
* libgfortran/configure: Regenerate.
* libjava/configure: Regenerate.
* libobjc/configure: Regenerate.
* libstdc++-v3/configure: Regenerate.
* zlib/configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91200 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.ac (machdep): Use sparc_mach_dep.lo on
ebotcazou [Mon, 22 Nov 2004 23:32:13 +0000 (23:32 +0000)]
* configure.ac (machdep): Use sparc_mach_dep.lo on
sparc64-sun-solaris2.* too.
(Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91047 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/18444
ebotcazou [Mon, 22 Nov 2004 22:30:14 +0000 (22:30 +0000)]
PR target/18444
* configure.ac (threading): Accept 'posix95'.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91042 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
kcook [Fri, 5 Nov 2004 01:51:50 +0000 (01:51 +0000)]
2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am: Define ACLOCAL_AMFLAGS.
* configure.ac: Remove redundant sinclude.
* acinclude.m4: Delete file.
* aclocal.m4: Regenerate.
* Makefile.in, include/Makefile.in: Regenerate.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90103 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
uweigand [Tue, 19 Oct 2004 17:47:54 +0000 (17:47 +0000)]
* include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
Add prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89283 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd support for M32R
nickc [Wed, 13 Oct 2004 10:34:21 +0000 (10:34 +0000)]
Add support for M32R

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88976 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 27 Sep 2004 22:58:02 +0000 (22:58 +0000)]
2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Update all AC_DEFINEs to newer style.
* configure: Regenerate.
* include/gc_config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88206 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * backgraph.c, gc_priv.h (GC_traverse_back_graph,
hboehm [Sat, 28 Aug 2004 00:41:41 +0000 (00:41 +0000)]
* backgraph.c, gc_priv.h (GC_traverse_back_graph,
GC_print_back_graph_stats): split GC_traverse_back_graph.
* backgraph.c: Dynamically grow in_progress_space.
* finalize.c (GC_notify_or_invoke_finalizers): also call
GC_print_back_graph_stats.
* alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
GC_print_back_height): Move delarations to header file.
* configure.ac: rename --enable-full-debug to --enable-gc-debug.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86685 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
hboehm [Mon, 23 Aug 2004 21:40:17 +0000 (21:40 +0000)]
* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
* backgraph.c, include/private/gc_pmark.h: Always include gc.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86442 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
bryce [Mon, 23 Aug 2004 15:07:00 +0000 (15:07 +0000)]
2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>

* win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h
include. Reported by Danny Smith.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86427 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago misc.c (GC_init): Replace lhs cast with rhs cast.
dannysmith [Sat, 21 Aug 2004 07:49:17 +0000 (07:49 +0000)]
misc.c (GC_init): Replace lhs cast with rhs cast.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86356 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
bryce [Mon, 16 Aug 2004 23:06:46 +0000 (23:06 +0000)]
2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>

* specific.c: Check GC_LINUX_THREADS before including
private/specific.h. From Richard Earnshaw.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86084 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
neroden [Mon, 16 Aug 2004 18:58:05 +0000 (18:58 +0000)]
2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>

* aclocal.m4: Remove obsolete construct for old automake.
* acinclude.m4: Regenerate with aclocal 1.9.1.
* configure.ac:  Remove duplicate AC_WITH calls.  Replace
AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
Remove now-redundant subst of target_noncanonical.  Remove
now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
Use slightly more modern form of AC_INIT.
* configure: Rebuild with autoconf 2.59.
* Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86071 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Mon, 16 Aug 2004 16:32:26 +0000 (16:32 +0000)]
2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>

* solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
since they're not known at this time.
* solaris_pthreads.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86062 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sun, 15 Aug 2004 21:32:11 +0000 (21:32 +0000)]
2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>

PR target/14931
* powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86029 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibjava:
bryce [Fri, 13 Aug 2004 23:05:36 +0000 (23:05 +0000)]
libjava:
2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

* configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I
boehm-gc's include dirs.
* configure: Rebuilt.
* include/boehm-gc.h: Include gc_config.h.

boehm-gc:
2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

* configure.ac (gc_cflags): Add -Iinclude.
(AC_CONFIG_HEADERS): New. Configure gc_config.h header.
Don't write DEFS to boehm-cflags file.
* configure: Rebuilt.
* gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
* specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
* include/gc_config_macros.h: Remove backward-compatibility
redefinitions of GC_ names.
* include/gc.h: Include <gc_config.h>.

2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

Import Boehm GC version 6.3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85972 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoThis commit was generated by cvs2svn to compensate for changes in r85899,
bryce [Thu, 12 Aug 2004 21:14:30 +0000 (21:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r85899,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85900 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoInitial revision
bryce [Thu, 12 Aug 2004 21:14:23 +0000 (21:14 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85897 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 12 Aug 2004 12:13:14 +0000 (12:13 +0000)]
2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>

* include/Makefile.in: Regenerate

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85870 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-07-06 Andrew Pinski <apinski@apple.com>
pinskia [Wed, 7 Jul 2004 03:08:14 +0000 (03:08 +0000)]
2004-07-06  Andrew Pinski  <apinski@apple.com>

        * os-dep.c (GC_task_self): Declare as static
        and remove the second declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84188 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sun, 20 Jun 2004 09:14:17 +0000 (09:14 +0000)]
2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>

* Makefile.am: Add rule for .S files to fix bootstrap on
solaris and alpha.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83406 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix incorrect year for some ChangeLog entries.
kcook [Fri, 18 Jun 2004 02:24:43 +0000 (02:24 +0000)]
Fix incorrect year for some ChangeLog entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83335 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoboehm-gc/ChangeLog:
bonzini [Wed, 16 Jun 2004 07:35:00 +0000 (07:35 +0000)]
boehm-gc/ChangeLog:
2005-06-16  Paolo Bonzini  <bonzini@gnu.org>

* boehm-gc/configure.ac: New name of configure.in.
Remove useless multilib stuff.  Change uses of
INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
* boehm-gc/configure.in: New name of configure.in.
* boehm-gc/Makefile.am: Update for automake 1.8.5.
* boehm-gc/acinclude.m4: Include ../config/acx.m4.
* boehm-gc/aclocal.m4: Regenerate.
* boehm-gc/configure: Regenerate.

contrib/ChangeLog:
2004-06-16  Paolo Bonzini  <bonzini@gnu.org>

* gcc_update (boehm-gc/configure): Depend on
boehm-gc/configure.ac instead of boehm-gc/configure.in

gcc/ChangeLog:
2004-06-16  Paolo Bonzini  <bonzini@gnu.org>

* doc/install.texi: boehm-gc now uses automake 1.8.5.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83227 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdded .cvsignore entry for autom4te.cache to boehm-gc, libffi and
bonzini [Tue, 15 Jun 2004 07:42:08 +0000 (07:42 +0000)]
Added .cvsignore entry for autom4te.cache to boehm-gc, libffi and
libmudflap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83169 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR bootstrap/15120
kkojima [Tue, 18 May 2004 10:11:38 +0000 (10:11 +0000)]
PR bootstrap/15120
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
* */configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81980 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * mark.c (GC_mark_from): Use pointer as prefetch argument.
aj@138bc75d-0d04-0410-961f-82ee72b054a4 [Sun, 25 Apr 2004 04:17:51 +0000 (04:17 +0000)]
    * mark.c (GC_mark_from): Use pointer as prefetch argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81155 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 6 Apr 2004 18:05:05 +0000 (18:05 +0000)]
2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
for gcc >= 3.0.
(PREFETCH_FOR_WRITE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80459 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoboehm-gc/
kcook [Thu, 11 Mar 2004 00:27:41 +0000 (00:27 +0000)]
boehm-gc/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config.in: Regenerate.

fastjar/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.

intl/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config.h.in: Regenerate.

gcc/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.

libada/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.in: Rename file to ...
* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
* configure: Regenerate.

libjava/libltdl/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config-h.in: Regenerate.

libstdc++-v3/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Bump AC_PREREQ to 2.59.

contrib/
2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>

* gcc_update (files_and_dependencies): Insert libada/configure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79285 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ltconfig, ltmain.sh: Remove unused files.
neroden [Fri, 27 Feb 2004 00:58:16 +0000 (00:58 +0000)]
* ltconfig, ltmain.sh: Remove unused files.
* configure.in: Remove bogus extra early invocation of
AC_CONFIG_AUX_DIR.
* configure: Regenerate.
* mkinstalldirs, install-sh, config.sub, config.guess:
Remove (now) unused files.
* Makefile.in: Regenerate (losing references to vanished
files).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78545 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.in: Add CCAS, CCASFLAGS for future automakes.
neroden [Fri, 27 Feb 2004 00:16:56 +0000 (00:16 +0000)]
* configure.in: Add CCAS, CCASFLAGS for future automakes.
* configure, Makefile.in, include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78540 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
neroden [Thu, 26 Feb 2004 23:27:53 +0000 (23:27 +0000)]
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
* Makefile.in: Regenerate.

* configure.in: Remove bogus duplicate invocation of
AM_MAINTAINER_MODE.  Remove obsolete comment.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78529 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4: Remove GC_CONFIGURE macro; move contents
neroden [Thu, 26 Feb 2004 21:39:45 +0000 (21:39 +0000)]
* acinclude.m4: Remove GC_CONFIGURE macro; move contents
to configure.in.
* aclocal.m4: Regenerate.
* configure.in: Receive contents of GC_CONFIGURE macro.
* configure: Regenerate.

(Makefile.in and include/Makefile.in just got timestamp updates)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78523 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.in: Remove more obsolete, bogus code.
neroden [Thu, 26 Feb 2004 18:43:27 +0000 (18:43 +0000)]
* configure.in: Remove more obsolete, bogus code.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78512 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4: Remove obsolete and bogus constructs.
neroden [Thu, 26 Feb 2004 18:32:47 +0000 (18:32 +0000)]
* acinclude.m4: Remove obsolete and bogus constructs.
* aclocal.m4: Regenerate.
* configure: Regnerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78510 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4: De-precious CC and CXX so that the right flags
neroden [Wed, 25 Feb 2004 21:26:22 +0000 (21:26 +0000)]
* acinclude.m4: De-precious CC and CXX so that the right flags
are passed down to multilibs.
* aclocal.m4: Regenerate.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78456 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2004-02-22 Zack Weinberg <zack@codesourcery.com>
zack [Mon, 23 Feb 2004 20:53:55 +0000 (20:53 +0000)]
2004-02-22  Zack Weinberg <zack@codesourcery.com>
    Nathanael Nerode <neroden@twcny.rr.com>
    Alexandre Oliva <aoliva@redhat.com>

boehm-gc:
libjava/libltdl:
* config.sub, config.guess: Replace with forwarding scripts
which invoke the master copies in the top level.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78332 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4: Remove old no-executables workaround;
neroden [Mon, 23 Feb 2004 20:26:09 +0000 (20:26 +0000)]
* acinclude.m4: Remove old no-executables workaround;
add new no-executables workaround.
* aclocal.m4: Regenerate.
* configure.in: Change prereqs to autoconf 2.57.
* configure: Regenerate with autoconf 2.57.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78330 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
neroden [Mon, 23 Feb 2004 16:19:20 +0000 (16:19 +0000)]
* configure.in: Use NCN_TARGET_NONCANONICAL and friends.
* configure: Regenerate.
* Makefile.am: Use target_noncanonical variable from configure.
* Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78317 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIndex: ChangeLog
cagney [Fri, 20 Feb 2004 16:15:55 +0000 (16:15 +0000)]
Index: ChangeLog
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2003-10-16 to 2004-02-16.
* config.sub: Update from version 2003-11-03 to 2004-02-16.

Index: boehm-gc/ChangeLog
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2002-01-10 to 2004-02-16.
* config.sub: Update from version 2002-01-02 to 2004-02-16.

Index: libjava/libltdl/ChangeLog
2004-02-19  Andrew Cagney  <cagney@redhat.com>

* config.guess: Update from version 2003-10-07 to 2004-02-16.
* config.sub: Update from version 2003-10-07 to 2004-02-16.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78171 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
neroden [Fri, 20 Feb 2004 03:35:30 +0000 (03:35 +0000)]
* acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
* aclocal.m4: Rebuild.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78145 138bc75d-0d04-0410-961f-82ee72b054a4