From: Andreas Schwab Date: Sun, 8 Jan 2012 09:59:42 +0000 (+0100) Subject: m68k: remove non-ELF support X-Git-Tag: glibc-2.16-ports-before-merge~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de7dd3ece0d3f0ad1805c3ebec8c13807ded305;p=thirdparty%2Fglibc.git m68k: remove non-ELF support --- diff --git a/ChangeLog.m68k b/ChangeLog.m68k index 8c81807582c..3190368104a 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,3 +1,8 @@ +2012-01-08 Andreas Schwab + + * sysdeps/m68k/sysdep.h: Remove non-ELF support. + * sysdeps/m68k/asm-syntax.h: Likewise. + 2012-01-07 Andreas Schwab * sysdeps/unix/sysv/linux/m68k/configure.in: Set diff --git a/sysdeps/m68k/asm-syntax.h b/sysdeps/m68k/asm-syntax.h index 645e9067626..4a5e14e6551 100644 --- a/sysdeps/m68k/asm-syntax.h +++ b/sysdeps/m68k/asm-syntax.h @@ -1,5 +1,5 @@ /* Definitions for 68k syntax variations. - Copyright (C) 1992, 1994, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1996, 1997, 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. @@ -18,32 +18,15 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifdef HAVE_ELF - /* ELF uses byte-counts for .align, most others use log2 of count of bytes. */ #define ALIGNARG(log2) 1<