From 5de7dd3ece0d3f0ad1805c3ebec8c13807ded305 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 8 Jan 2012 10:59:42 +0100 Subject: [PATCH] m68k: remove non-ELF support --- ChangeLog.m68k | 5 +++++ sysdeps/m68k/asm-syntax.h | 19 +------------------ sysdeps/m68k/sysdep.h | 21 +++++---------------- 3 files changed, 11 insertions(+), 34 deletions(-) diff --git a/ChangeLog.m68k b/ChangeLog.m68k index 8c81807..3190368 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 645e906..4a5e14e 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<