Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2009 23:02:50 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libthr/thread thr_rtld.c src/libexec/rtld-elf/amd64 rtld_machdep.h src/libexec/rtld-elf/arm rtld_machdep.h src/libexec/rtld-elf/i386 rtld_machdep.h src/libexec/rtld-elf/ia64 rtld_machdep.h src/libexec/rtld-elf/mips rtld_machdep.h ...
Message-ID:  <200904192306.n3JN6TCs022900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-04-19 23:02:50 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_rtld.c 
    libexec/rtld-elf/amd64 rtld_machdep.h 
    libexec/rtld-elf/arm rtld_machdep.h 
    libexec/rtld-elf/i386 rtld_machdep.h 
    libexec/rtld-elf/ia64 rtld_machdep.h 
    libexec/rtld-elf/mips rtld_machdep.h 
    libexec/rtld-elf/powerpc rtld_machdep.h 
    libexec/rtld-elf/sparc64 rtld_machdep.h 
  Log:
  SVN rev 191291 on 2009-04-19 23:02:50Z by rwatson
  
  Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use
  that definition in the custom locking code for the run-time linker
  rather than local definitions.
  
  Pointed out by: tinderbox
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +0 -2      src/lib/libthr/thread/thr_rtld.c
  1.14      +0 -2      src/libexec/rtld-elf/amd64/rtld_machdep.h
  1.6       +0 -2      src/libexec/rtld-elf/arm/rtld_machdep.h
  1.12      +0 -2      src/libexec/rtld-elf/i386/rtld_machdep.h
  1.7       +0 -2      src/libexec/rtld-elf/ia64/rtld_machdep.h
  1.2       +0 -2      src/libexec/rtld-elf/mips/rtld_machdep.h
  1.5       +0 -2      src/libexec/rtld-elf/powerpc/rtld_machdep.h
  1.9       +0 -2      src/libexec/rtld-elf/sparc64/rtld_machdep.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904192306.n3JN6TCs022900>