From 36b9c271acce64c9315e73d9941f2b445a73460b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 15 May 2003 15:58:33 -0700 Subject: [PATCH] linux.h, [...]: Remove code protected by USE_GNULIBC_1. * config/alpha/linux.h, config/alpha/linux-elf.h: Remove code protected by USE_GNULIBC_1. From-SVN: r66847 --- gcc/ChangeLog | 5 +++++ gcc/config/alpha/linux-elf.h | 6 ------ gcc/config/alpha/linux.h | 2 -- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1aa0a321312..a5ab0724b44 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-15 Richard Henderson + + * config/alpha/linux.h, config/alpha/linux-elf.h: Remove + code protected by USE_GNULIBC_1. + 2003-05-15 Zack Weinberg * config.gcc: Purge all targets obsoleted in GCC 3.3. Also diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index f12cb63c801..be17dddab24 100644 --- a/gcc/config/alpha/linux-elf.h +++ b/gcc/config/alpha/linux-elf.h @@ -27,11 +27,7 @@ Boston, MA 02111-1307, USA. */ #define SUBTARGET_EXTRA_SPECS \ { "elf_dynamic_linker", ELF_DYNAMIC_LINKER }, -#ifdef USE_GNULIBC_1 -#define ELF_DYNAMIC_LINKER "/lib/ld.so.1" -#else #define ELF_DYNAMIC_LINKER "/lib/ld-linux.so.2" -#endif #define LINK_SPEC "-m elf64alpha %{G*} %{relax:-relax} \ %{O*:-O3} %{!O*:-O1} \ @@ -42,8 +38,6 @@ Boston, MA 02111-1307, USA. */ %{!dynamic-linker:-dynamic-linker %(elf_dynamic_linker)}} \ %{static:-static}}" -#ifndef USE_GNULIBC_1 #undef LIB_SPEC #define LIB_SPEC \ "%{pthread:-lpthread} %{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} " -#endif diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 2b28f8b55e4..feca60f19cc 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -61,9 +61,7 @@ Boston, MA 02111-1307, USA. */ /* Determine whether the the entire c99 runtime is present in the runtime library. */ -#ifndef USE_GNULIBC_1 #define TARGET_C99_FUNCTIONS 1 -#endif #define TARGET_HAS_F_SETLKW