diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 19:44:57 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 19:44:57 +0000 |
commit | 1c5163f8cd152bd555ca7a130d6c3e2c6450b719 (patch) | |
tree | 2b43b0a5aafb84e572c072b6b9dc179735bd1ca5 /gcc/config/i386/linux.h | |
parent | 3bc5ee7145a24f5f05ffa808d33192d4e9cc271d (diff) | |
download | gcc-1c5163f8cd152bd555ca7a130d6c3e2c6450b719.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167388 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux.h')
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index a1eca565fcf..7d6d7ebcf10 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" |