* config/alpha/linux.h, config/alpha/linux-elf.h: Remove
code protected by USE_GNULIBC_1.
From-SVN: r66847
+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
#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} \
%{!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
/* 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