Date: Wed, 8 Oct 2003 19:32:28 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/sparc64 Makefile.inc src/lib/libpthread/arch/sparc64/include atomic_ops.h pthread_md.h src/lib/libpthread/arch/sparc64/sparc64 assym.s pthread_md.c thr_getcontext.S Message-ID: <200310090232.h992WTC5021105@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/10/08 19:32:28 PDT FreeBSD src repository Added files: lib/libpthread/arch/sparc64 Makefile.inc lib/libpthread/arch/sparc64/include atomic_ops.h pthread_md.h lib/libpthread/arch/sparc64/sparc64 assym.s pthread_md.c thr_getcontext.S Log: Add preliminary sparc64 support to libpthread. This does not yet work, but hopefully someone familiar with the sparc64 port can pick up the reins. Submitted by: jake With mods by: deischen Revision Changes Path 1.1 +5 -0 src/lib/libpthread/arch/sparc64/Makefile.inc (new) 1.1 +75 -0 src/lib/libpthread/arch/sparc64/include/atomic_ops.h (new) 1.1 +243 -0 src/lib/libpthread/arch/sparc64/include/pthread_md.h (new) 1.1 +13 -0 src/lib/libpthread/arch/sparc64/sparc64/assym.s (new) 1.1 +88 -0 src/lib/libpthread/arch/sparc64/sparc64/pthread_md.c (new) 1.1 +85 -0 src/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310090232.h992WTC5021105>