diff options
author | Richard Henderson <rth@redhat.com> | 2003-05-15 15:58:33 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-05-15 15:58:33 -0700 |
commit | 36b9c271acce64c9315e73d9941f2b445a73460b (patch) | |
tree | 23eac5439fdef85615a36b83ca45a084d9cf4baf /gcc | |
parent | 9cefd2cac4d33953331ee31b96553e0baca0d898 (diff) | |
download | gcc-36b9c271acce64c9315e73d9941f2b445a73460b.zip gcc-36b9c271acce64c9315e73d9941f2b445a73460b.tar.gz gcc-36b9c271acce64c9315e73d9941f2b445a73460b.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/alpha/linux-elf.h | 6 | ||||
-rw-r--r-- | gcc/config/alpha/linux.h | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1aa0a32..a5ab072 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index f12cb63..be17ddd 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 2b28f8b..feca60f 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 |