diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-15 22:58:33 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-15 22:58:33 +0000 |
| commit | 0c9b635fcefb57b7ace4a97d2c7210c8c8138953 (patch) | |
| tree | 23eac5439fdef85615a36b83ca45a084d9cf4baf | |
| parent | 60a7ed1a6fdfa15ce73f5c5f411bc4ed33f9a885 (diff) | |
| download | ppe42-gcc-0c9b635fcefb57b7ace4a97d2c7210c8c8138953.tar.gz ppe42-gcc-0c9b635fcefb57b7ace4a97d2c7210c8c8138953.zip | |
* config/alpha/linux.h, config/alpha/linux-elf.h: Remove
code protected by USE_GNULIBC_1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66847 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 1aa0a321312..a5ab0724b44 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 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 |

