emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/gc/threadlibs.c [Boehm-GC]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/gc/threadlibs.c [Boehm-GC]
Date: Mon, 16 Jun 2003 11:41:53 -0400

Index: emacs/gc/threadlibs.c
diff -c emacs/gc/threadlibs.c:1.2.2.1 emacs/gc/threadlibs.c:1.2.2.2
*** emacs/gc/threadlibs.c:1.2.2.1       Thu Jun  5 14:23:04 2003
--- emacs/gc/threadlibs.c       Mon Jun 16 11:41:51 2003
***************
*** 4,17 ****
  int main()
  {
  #   if defined(GC_USE_LD_WRAP)
!       printf("-Wl,--wrap -Wl,read -Wl,--wrap -Wl,dlopen "
               "-Wl,--wrap -Wl,pthread_create -Wl,--wrap -Wl,pthread_join "
               "-Wl,--wrap -Wl,pthread_detach "
               "-Wl,--wrap -Wl,pthread_sigmask -Wl,--wrap -Wl,sleep\n");
  #   endif
  #   if defined(GC_LINUX_THREADS) || defined(GC_IRIX_THREADS) \
        || defined(GC_FREEBSD_THREADS) || defined(GC_SOLARIS_PTHREADS) \
!       || defined(GC_MACOSX_THREADS)
          printf("-lpthread\n");
  #   endif
  #   if defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)
--- 4,17 ----
  int main()
  {
  #   if defined(GC_USE_LD_WRAP)
!       printf("-Wl,--wrap -Wl,dlopen "
               "-Wl,--wrap -Wl,pthread_create -Wl,--wrap -Wl,pthread_join "
               "-Wl,--wrap -Wl,pthread_detach "
               "-Wl,--wrap -Wl,pthread_sigmask -Wl,--wrap -Wl,sleep\n");
  #   endif
  #   if defined(GC_LINUX_THREADS) || defined(GC_IRIX_THREADS) \
        || defined(GC_FREEBSD_THREADS) || defined(GC_SOLARIS_PTHREADS) \
!       || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)
          printf("-lpthread\n");
  #   endif
  #   if defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]