From 0269750ca60bbfdf92dbe1edfe961adfbc9a34e7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 20:30:26 -0500 Subject: Remove non-ELF support --- sysdeps/i386/asm-syntax.h | 8 ++------ sysdeps/i386/sysdep.h | 16 +--------------- sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h | 2 +- sysdeps/mach/sysdep.h | 4 +--- sysdeps/powerpc/powerpc32/Makefile | 3 +-- sysdeps/powerpc/powerpc64/Makefile | 2 -- sysdeps/s390/asm-syntax.h | 8 ++------ sysdeps/s390/s390-32/sysdep.h | 12 +----------- sysdeps/s390/s390-64/sysdep.h | 12 +----------- sysdeps/sh/sysdep.h | 13 +------------ sysdeps/unix/sparc/sysdep.h | 12 ++---------- sysdeps/wordsize-32/divdi3.c | 4 ++-- sysdeps/x86_64/sysdep.h | 18 ++---------------- 13 files changed, 17 insertions(+), 97 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/i386/asm-syntax.h b/sysdeps/i386/asm-syntax.h index e59e633224..19510e01b5 100644 --- a/sysdeps/i386/asm-syntax.h +++ b/sysdeps/i386/asm-syntax.h @@ -1,5 +1,5 @@ /* Definitions for x86 syntax variations. - Copyright (C) 1992, 1994, 1995, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1992,1994,1995,1997,2000,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in the GNU MP Library. @@ -19,11 +19,7 @@ 02111-1307 USA. */ #undef ALIGN -#if defined NOLOG_ALIGN || defined HAVE_ELF -# define ALIGN(log) .align 1< compat_symbol (libc, __divdi3, __divdi3, GLIBC_2_0); compat_symbol (libc, __moddi3, __moddi3, GLIBC_2_0); diff --git a/sysdeps/x86_64/sysdep.h b/sysdeps/x86_64/sysdep.h index d61e126733..cb8dced8e6 100644 --- a/sysdeps/x86_64/sysdep.h +++ b/sysdeps/x86_64/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for x86-64. - Copyright (C) 2001, 2002, 2003, 2011 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2011, 2012 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 @@ -23,8 +23,6 @@ /* 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<