1. 02 Oct, 2002 1 commit
  2. 28 Sep, 2002 1 commit
  3. 27 Sep, 2002 1 commit
  4. 25 Sep, 2002 1 commit
  5. 24 Sep, 2002 2 commits
  6. 23 Sep, 2002 1 commit
    • Makefile.am (all-multi): Fix multilib parallel build. · 6c5d742e
      boehm-gc:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libf2c:
      	* Makefile.in (all): Fix multilib parallel build.
      libffi:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libiberty:
      	* Makefile.in (all): Fix multilib parallel build.
      libjava:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      libobjc:
      	* Makefile.in (all): Fix multilib parallel build.
      libstdc++-v3:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      zlib:
      	* Makefile.am (all-multi): Fix multilib parallel build.
      
      From-SVN: r57423
      Kaveh R. Ghazi committed
  7. 14 Aug, 2002 1 commit
    • configure, configure: Rebuilt. · f5cc59a7
      * boehm-gc/configure, libf2c/configure: Rebuilt.
      * libffi/configure, libiberty/configure: Ditto.
      * libjava/configure, libobjc/configure: Ditto.
      * libstdc++-v3/configure, zlib/configure: Ditto.
      Merged from binutils:
      2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
      From Steve Ellcey <sje@cup.hp.com>:
      * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
      (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
      lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
      IA64.
      * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
      * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
      soname_spec, sys_lib_search_path_spec): Ditto.
      
      From-SVN: r56270
      Alexandre Oliva committed
  8. 19 Jul, 2002 2 commits
  9. 18 Jul, 2002 2 commits
  10. 29 Jun, 2002 1 commit
  11. 10 Jun, 2002 1 commit
    • gc_locks.h (GC_test_and_set): Support Linux/mips. · f3e83dc2
      	* include/private/gc_locks.h (GC_test_and_set): Support
      	Linux/mips.
      	(GC_TEST_AND_SET_DEFINED): Likewise.
      
      	* include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
      	Linux/mips.
      	(DATAEND): Likewise.
      	(LINUX_STACKBOTTOM): Likewise.
      	(STACKBOTTOM): Removed for Linux/mips.
      
      From-SVN: r54444
      H.J. Lu committed
  12. 19 May, 2002 1 commit
  13. 16 May, 2002 1 commit
    • Makefile.in: Allow for PWDCMD to override hardcoded pwd. · 1e6347d8
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* config-ml.in: Likewise.
      	* configure: Likewise.
      	* configure.in: Likewise.
      
      	boehm-gc:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	config:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      
      	contrib:
      	* test_installed: Allow for PWDCMD to override hardcoded pwd.
      	* test_summary: Likewise.
      
      	gcc:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* fixinc/check.tpl: Likewise.
      	* fixinc/fixinc.dgux: Likewise.
      	* fixinc/fixinc.svr4: Likewise.
      	* fixinc/fixinc.winnt: Likewise.
      	* fixinc/fixincl.sh: Likewise.
      	* fixproto: Likewise.
      	* configure: Regenerate.
      
      	gcc/ada:
      	* Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
      	* Makefile.in: Likewise.
      
      	gcc/f:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/java:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/po:
      	* exgettext: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/treelang:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	libf2c:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Likewise.
      	* configure: Regenerate.
      
      	libjava:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	libobjc:
      	* aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	libstdc++-v3:
      	* Makefile.am: Allow for PWDCMD to override hardcoded pwd.
      	* acinclude.m4: Likewise.
      	* docs/html/Makefile: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      	zlib:
      	* configure.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	* ChangeLog: Move entries to ChangeLog.gcj.
      
      From-SVN: r53523
      Rainer Orth committed
  14. 08 May, 2002 1 commit
  15. 23 Apr, 2002 1 commit
  16. 22 Apr, 2002 1 commit
    • [multiple changes] · a61df6c7
      2002-04-22  David S. Miller  <davem@redhat.com>
      
      	* include/private/gcconfig.h: Hard-code STACKBOTTOM on
      	64-bit SPARC Linux, the __libc_stack_end technique does
      	not work in this case.
      
      2002-04-22  Jeff Sturm  <jsturm@one-point.com>
      
      	* gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
      
      From-SVN: r52601
      David S. Miller committed
  17. 17 Apr, 2002 1 commit
  18. 09 Apr, 2002 3 commits
  19. 04 Apr, 2002 1 commit
  20. 31 Mar, 2002 1 commit
  21. 29 Mar, 2002 1 commit
    • linux_threads.c (return_free_lists): Clear fl[i] unconditionally. · 4d6ac542
      	* linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
      	(GC_local_gcj_malloc): Add assertion.
      	(start_mark_threads): Fix abort message.
      	* mark.c (GC_mark_from): Generalize assertion.
      	* reclaim.c (GC_clear_fl_links): New function.
      	(GC_start_reclaim): Must clear some freelist links.
      	* include/private/specific.h, specific.c: Add assertions.
      	Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
      	Rearrange tse fields.
      
      From-SVN: r51582
      Hans Boehm committed
  22. 27 Mar, 2002 1 commit
  23. 25 Mar, 2002 2 commits
  24. 22 Mar, 2002 1 commit
  25. 17 Mar, 2002 1 commit
    • Makefile.am: Make target library a convenience library. · ce3b24a7
      zlib:
      	* Makefile.am: Make target library a convenience library.
      	* Makefile.in: Rebuilt.
      
      libffi:
      	* Makefile.am: libfficonvenience -> libffi_convenience.
      	* Makefile.in: Rebuilt.
      
      boehm-gc:
      	* Makefile.am: Make a convenience library.
      	* Makefile.in: Rebuilt.
      
      libjava:
      	Build a single libgcj.so, without separate gc and zlib libraries.
      	* configure.in: Use convenience libraries for boehm-gc and zlib. Set
      	SYS_ZLIBS if system zlib is used.
      	* configure: Rebuilt.
      	* Makefile.am: Use boehm-gc and zlib convenience libraries.
      	* Makefile.in: Rebuilt.
      	* libtool-version: Increment .so version number.
      
      From-SVN: r50900
      Bryce McKinlay committed
  26. 15 Mar, 2002 1 commit
  27. 12 Mar, 2002 1 commit
    • dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls. · 916c46b5
      2002-03-12  Adam Megacz  <adam@xwt.org>
      
              * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
              * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
              * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
              statically initialized it to TRUE if compiling with GCC.
              * win32_threads.c (thread_start): We no longer use SEH if
              compiling with GCC.
              * mark.c (GC_mark_some): We no longer use SEH if
              compiling with GCC.
      
      From-SVN: r50671
      Adam Megacz committed
  28. 10 Mar, 2002 1 commit
    • Hashtable synchronization for PowerPC. · 45597167
      libjava:
      	Hashtable synchronization for PowerPC.
      	* configure.in: Define SLOW_PTHREAD_SELF if configure.host set
      	slow_pthread_self. Set up symlink for sysdeps directory.
      	* configure: Rebuild.
      	* configure.host: Document more shell variables. Set sysdeps_dir
      	for most platforms. Set slow_pthread_self for i686. Set
      	enable_hash_synchronization_default and slow_pthread_self for PowerPC.
      	* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
      	that memory barrier is emitted where required.
      	* prims.cc: 64-bit align static primitive class instances.
      	* include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
      	read_barrier() to enforce ordering of reads.
      	* sysdep/powerpc/locks.h: New file. Implementation of synchronization
      	primitives for PowerPC.
      	* sysdep/i386/locks.h: New file. Synchronization primitives for i386
      	moved from natObject.cc.
      	* sysdep/alpha/locks.h: Likewise.
      	* sysdep/ia64/locks.h: Likewise.
      	* sysdep/generic/locks.h: Likewise.
      	* java/lang/natObject.cc: Move thread synchronization primitives to
      	system-dependent headers.
      gcc/java:
      	* decl.c (java_init_decl_processing): Make sure class_type_node
      	alignment is not less than 64 bits if hash synchronization isenabled.
      
      boehm-gc:
      	* include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
      	support is enabled, for hash synchronization.
      
      From-SVN: r50523
      Bryce McKinlay committed
  29. 25 Feb, 2002 1 commit
  30. 20 Feb, 2002 1 commit
  31. 15 Feb, 2002 1 commit
  32. 14 Feb, 2002 1 commit
  33. 13 Feb, 2002 1 commit
  34. 12 Feb, 2002 1 commit