diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 12:06:01 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 12:06:01 +0000 |
commit | 91276c478103eb7dccf986920d32a6ed21b93c34 (patch) | |
tree | a92085fa56630420fbd714a86cd4883b809f5416 /gcc/config/ia64/elf.h | |
parent | 2bc256e35f105e5dbbc21d0648d8eaf7c0d095c5 (diff) | |
download | gcc-91276c478103eb7dccf986920d32a6ed21b93c34.tar.gz |
* config/svr4.h: Remove.
* system.h (USING_SVR4_H, SVR4_ASM_SPEC): Poison.
* config.gcc, config/bfin/bfin.h, config/cris/cris.h,
config/fr30/fr30.h, config/frv/frv.h, config/i386/openbsdelf.h,
config/i386/vx-common.h, config/ia64/elf.h, config/ia64/ia64.h,
config/ia64/sysv4.h, config/iq2000/iq2000.h, config/m68k/linux.h,
config/m68k/m68kelf.h, config/mips/mips.h, config/mips/vxworks.h,
config/moxie/moxie.h, config/netbsd-aout.h, config/openbsd.h,
config/rs6000/sysv4.h, config/sh/elf.h, config/sh/sh.h,
config/sol2.h, config/sparc/sysv4.h, config/stormy16/stormy16.h,
config/v850/v850.h, config/vxworks.h: Remove or update comments
referring to svr4.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/elf.h')
-rw-r--r-- | gcc/config/ia64/elf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/ia64/elf.h b/gcc/config/ia64/elf.h index 9f45505acb4..21415eee8eb 100644 --- a/gcc/config/ia64/elf.h +++ b/gcc/config/ia64/elf.h @@ -1,6 +1,6 @@ /* Definitions for embedded ia64-elf target. -Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -59,8 +59,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define LINK_SPEC "%{!mgnu-ld:-dn -N so}" #endif -/* svr4.h links with crti.o/crtn.o, but elfos.h does not. We override elfos.h - so that we can use the standard ELF Unix method. */ +/* elfos.h does not link with crti.o/crtn.o. We override elfos.h so + that we can use the standard ELF Unix method. */ #undef ENDFILE_SPEC #define ENDFILE_SPEC "crtend.o%s crtn.o%s" |