From bacd43d0fb5ea0c88ed9d7d2de2c4250b987f885 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Thu, 18 Feb 2010 07:42:55 -0800 Subject: x86_64: unify sysdep.h Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/x86_64/sysdep.h | 114 -------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 libpthread/nptl/sysdeps/x86_64/sysdep.h (limited to 'libpthread/nptl/sysdeps/x86_64') diff --git a/libpthread/nptl/sysdeps/x86_64/sysdep.h b/libpthread/nptl/sysdeps/x86_64/sysdep.h deleted file mode 100644 index 350e3b5e2..000000000 --- a/libpthread/nptl/sysdeps/x86_64/sysdep.h +++ /dev/null @@ -1,114 +0,0 @@ -/* Assembler macros for x86-64. - Copyright (C) 2001, 2002, 2003 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. */ - -#include - -#ifdef __ASSEMBLER__ - -/* Syntactic details of assembler. */ - -#ifdef HAVE_ELF - -/* ELF uses byte-counts for .align, most others use log2 of count of bytes. */ -#define ALIGNARG(log2) 1<