diff gcc/config/ia64/elf.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
line wrap: on
line diff
--- a/gcc/config/ia64/elf.h	Tue May 25 18:58:51 2010 +0900
+++ b/gcc/config/ia64/elf.h	Tue Mar 22 17:18:12 2011 +0900
@@ -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 @@
 #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"