Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/alpha No need to provide a...
details: https://anonhg.NetBSD.org/src/rev/dc4c78ada91b
branches: trunk
changeset: 327449:dc4c78ada91b
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Mar 07 21:15:49 2014 +0000
description:
No need to provide a Scrt0.o for PIE as crt0.o is PIC
diffstat:
external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (19 lines):
diff -r a38c32ebf63f -r dc4c78ada91b external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h Fri Mar 07 20:23:09 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h Fri Mar 07 21:15:49 2014 +0000
@@ -63,15 +63,9 @@
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
Home |
Main Index |
Thread Index |
Old Index