diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-02 19:44:57 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-02 19:44:57 +0000 |
commit | 35caf1bdabb995220afd8af62306004bc38636fb (patch) | |
tree | 2b43b0a5aafb84e572c072b6b9dc179735bd1ca5 /gcc/config | |
parent | 8acb2e0460822a4a3f24f76d6d691077e946119b (diff) | |
download | gcc-35caf1bdabb995220afd8af62306004bc38636fb.zip gcc-35caf1bdabb995220afd8af62306004bc38636fb.tar.gz gcc-35caf1bdabb995220afd8af62306004bc38636fb.tar.bz2 |
linux.h, [...]: Remove comments mentioning /lib/elf.
* config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h,
config/sparc/linux.h, config/sparc/linux64.h: Remove comments
mentioning /lib/elf.
From-SVN: r167388
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/m32r/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/m68k/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/sparc/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index a1eca56..7d6d7eb 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -90,8 +90,6 @@ along with GCC; see the file COPYING3. If not see When the -shared link option is used a final link is not being done. */ -/* If ELF is the default format, we should not use /lib/elf. */ - /* These macros may be overridden in k*bsd-gnu.h and i386/k*bsd-gnu.h. */ #define LINK_EMULATION "elf_i386" #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index cb94da4..565fdcf 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.h @@ -46,8 +46,6 @@ When the -shared link option is used a final link is not being done. */ -/* If ELF is the default format, we should not use /lib/elf. */ - #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" #undef LINK_SPEC diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 6e6ad0c..4a38a42 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -76,8 +76,6 @@ along with GCC; see the file COPYING3. If not see When the -shared link option is used a final link is not being done. */ -/* If ELF is the default format, we should not use /lib/elf. */ - #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" #undef LINK_SPEC diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 97ce5ee..0bf5b0e 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -75,8 +75,6 @@ along with GCC; see the file COPYING3. If not see When the -shared link option is used a final link is not being done. */ -/* If ELF is the default format, we should not use /lib/elf. */ - #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" #undef LINK_SPEC diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index d50094b..837654c 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -101,8 +101,6 @@ along with GCC; see the file COPYING3. If not see When the -shared link option is used a final link is not being done. */ -/* If ELF is the default format, we should not use /lib/elf. */ - #define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2" |