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/unix/sparc/sysdep.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sparc/sysdep.h b/sysdeps/unix/sparc/sysdep.h index 590b7abc4a..fbfb74c8d9 100644 --- a/sysdeps/unix/sparc/sysdep.h +++ b/sysdeps/unix/sparc/sysdep.h @@ -1,5 +1,5 @@ -/* Copyright (C) 1993, 1994, 1995, 1997, 2003, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994, 1995, 1997, 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 @@ -49,20 +49,12 @@ __sparc_get_pc_thunk.reg: \ mov %##tmp, %o7; #endif -#ifdef HAVE_ELF #define ENTRY(name) \ .global C_SYMBOL_NAME(name); \ .type name,@function; \ .align 4; \ C_LABEL(name) -#else -#define ENTRY(name) \ - .global C_SYMBOL_NAME(name); \ - .align 4; \ - C_LABEL(name) - -#endif /* HAVE_ELF */ #define PSEUDO(name, syscall_name, args) \ .global syscall_error; \ -- cgit 1.4.1