linux.h, [...]: Remove code protected by USE_GNULIBC_1.
authorRichard Henderson <rth@redhat.com>
Thu, 15 May 2003 22:58:33 +0000 (15:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 15 May 2003 22:58:33 +0000 (15:58 -0700)
        * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
        code protected by USE_GNULIBC_1.

From-SVN: r66847

gcc/ChangeLog
gcc/config/alpha/linux-elf.h
gcc/config/alpha/linux.h

index 1aa0a321312194e2fb9165fa10c53aa2213ba400..a5ab0724b4484ef4940ebc629e284e81d8bd57c9 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-15  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
+       code protected by USE_GNULIBC_1.
+
 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
 
        * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
index f12cb63c801bef650effe849cf0cfcee93a702e6..be17dddab24c01ddfaa23e4e0afbe715644ac2a8 100644 (file)
@@ -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
index 2b28f8b55e4cb2913f87aa19e22ddb0aa5bd6b5d..feca60f19ccd83ce57eece7a06afbfc3e9132f42 100644 (file)
@@ -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