Module Name:    src
Committed By:   skrll
Date:           Fri Mar  7 21:15:49 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/alpha: netbsd.h

Log Message:
No need to provide a Scrt0.o for PIE as crt0.o is PIC


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h:1.2 src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h:1.3
--- src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h:1.2	Sat Mar  1 09:44:50 2014
+++ src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h	Fri Mar  7 21:15:49 2014
@@ -63,15 +63,9 @@ along with GCC; see the file COPYING3.  
    before entering `main'.  */
 
 #undef	STARTFILE_SPEC
-#ifdef HAVE_LD_PIE
-#define STARTFILE_SPEC \
-  "%{!shared: %{pg|p:gcrt0.o%s;pie:Scrt0.o%s;:crt0.o%s}}\
-   crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
-#else
 #define STARTFILE_SPEC \
   "%{!shared: %{pg|p:gcrt0.o%s;:crt0.o%s}}\
    crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
-#endif
 
 /* Provide an ENDFILE_SPEC appropriate for NetBSD/alpha ELF.  Here we
    add crtend.o, which provides part of the support for getting

Reply via email to