[Glibc-bsd-commits] r4615 - trunk/glibc-ports/kfreebsd/x86_64/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:47:33 UTC 2013


Author: ps-guest
Date: 2013-06-26 20:26:16 +0000 (Wed, 26 Jun 2013)
New Revision: 4615

Removed:
   trunk/glibc-ports/kfreebsd/x86_64/fbtl/pt-machine.h
Log:
drop unused leftover


Deleted: trunk/glibc-ports/kfreebsd/x86_64/fbtl/pt-machine.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fbtl/pt-machine.h	2013-06-25 20:29:10 UTC (rev 4614)
+++ trunk/glibc-ports/kfreebsd/x86_64/fbtl/pt-machine.h	2013-06-26 20:26:16 UTC (rev 4615)
@@ -1,51 +0,0 @@
-/* Machine-dependent pthreads configuration and inline functions.
-   x86-64 FreeBSD version.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
-   This file is part of the GNU C Library.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) any later version.
-
-   The GNU C Library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
-
-#ifndef _FREEBSD_PT_MACHINE_H
-#define _FREEBSD_PT_MACHINE_H   1
-
-/*
-  almost all parts are common with linux version
- */
-
-#include <fbtl/sysdeps/x86_64/pt-machine.h>
-
-#ifndef __ASSEMBLER__
-
-/* and only one FreeBSD specifics */
-
-#include <sysarch.h>
-
-/* Initialize the thread-unique value. */
-
-#undef INIT_THREAD_SELF
-#define INIT_THREAD_SELF(descr, nr)             \
-{                                               \
-  long tmp;                                     \
-  tmp = (long) descr;                           \
-  if (sysarch(AMD64_SET_FSBASE, &tmp)  != 0)    \
-  {                                             \
-    abort();                                    \
-  }                                             \
-}
-
-#endif /* !__ASSEMBLER__ */
-
-#endif /* pt-machine.h */




More information about the Glibc-bsd-commits mailing list