Commit 35caf1bd by Joseph Myers Committed by Joseph Myers

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
parent 8acb2e04
2010-12-02 Joseph Myers <joseph@codesourcery.com> 2010-12-02 Joseph Myers <joseph@codesourcery.com>
* 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.
2010-12-02 Joseph Myers <joseph@codesourcery.com>
* config/bfin/bfin.h (LINK_SPEC): Remove %{b}. * config/bfin/bfin.h (LINK_SPEC): Remove %{b}.
* config/frv/frv.h (LINK_SPEC): Remove %{b}. * config/frv/frv.h (LINK_SPEC): Remove %{b}.
* config/i386/netware.h (LINK_SPEC): Remove %{b}. * config/i386/netware.h (LINK_SPEC): Remove %{b}.
...@@ -90,8 +90,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -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 When the -shared link option is used a final link is not being
done. */ 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. */ /* These macros may be overridden in k*bsd-gnu.h and i386/k*bsd-gnu.h. */
#define LINK_EMULATION "elf_i386" #define LINK_EMULATION "elf_i386"
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
......
...@@ -46,8 +46,6 @@ ...@@ -46,8 +46,6 @@
When the -shared link option is used a final link is not being When the -shared link option is used a final link is not being
done. */ done. */
/* If ELF is the default format, we should not use /lib/elf. */
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#undef LINK_SPEC #undef LINK_SPEC
......
...@@ -76,8 +76,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -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 When the -shared link option is used a final link is not being
done. */ done. */
/* If ELF is the default format, we should not use /lib/elf. */
#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
#undef LINK_SPEC #undef LINK_SPEC
......
...@@ -75,8 +75,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -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 When the -shared link option is used a final link is not being
done. */ done. */
/* If ELF is the default format, we should not use /lib/elf. */
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#undef LINK_SPEC #undef LINK_SPEC
......
...@@ -101,8 +101,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -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 When the -shared link option is used a final link is not being
done. */ 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_LINKER32 "/lib/ld-linux.so.2"
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2" #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment