Index: gcc/dist/gcc/config/alpha/netbsd.h =================================================================== RCS file: /cvsroot/src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h,v retrieving revision 1.2 diff -u -p -r1.2 netbsd.h --- gcc/dist/gcc/config/alpha/netbsd.h 1 Mar 2014 09:44:50 -0000 1.2 +++ gcc/dist/gcc/config/alpha/netbsd.h 7 Mar 2014 09:02:41 -0000 @@ -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