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
This commit is contained in:
Richard Henderson 2003-05-15 15:58:33 -07:00 committed by Richard Henderson
parent 9cefd2cac4
commit 36b9c271ac
3 changed files with 5 additions and 8 deletions

View 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

View 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

View 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