aboutsummaryrefslogtreecommitdiff
path: root/4.3.2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-29 20:37:54 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-29 20:37:54 +0000
commitc29d4efc554a53fdb95875572d151274ce5b74d1 (patch)
tree5d673358484bb3d491404cb0d9cfa51f0d36a5c9 /4.3.2
parentmove asprintf/fortify patch out of pie stuff as it isnt pie specific in any way (diff)
downloadgcc-patches-c29d4efc554a53fdb95875572d151274ce5b74d1.tar.gz
gcc-patches-c29d4efc554a53fdb95875572d151274ce5b74d1.tar.bz2
gcc-patches-c29d4efc554a53fdb95875572d151274ce5b74d1.zip
fix by Magnus Granberg for typo in alpha spec #252677
Diffstat (limited to '4.3.2')
-rw-r--r--4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch b/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch
index 8ed4070..66d4adc 100644
--- a/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch
+++ b/4.3.2/pie/10_all_gcc-4.4-gen-crt-start-endfile.patch
@@ -1,4 +1,4 @@
-2008-11-26 Magnus Granberg <zorry@ume.nu>
+2008-12-29 Magnus Granberg <zorry@ume.nu>
Petet S. Mazinger <ps.m@gmx.net>
* gcc/config/alpha/elf.h: Move CRT, START and ENDFILE to gcc/gcc.c
@@ -25,7 +25,7 @@
- "%{!shared: %{pg|p:gcrt1.o%s;:crt1.o%s}}\
- crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
-#endif
-+#define STARTFILE_SPEC "%(ld_pie_crtfile_gen) crti.o%s %(startfile_t_pie_gen)"
++#define STARTFILE_SPEC "%(ld_pie_crtfile_gen) crti.o%s %(startfile_pie_t_gen)"
/* Provide a ENDFILE_SPEC appropriate for ELF. Here we tack on the
magical crtend.o file which provides part of the support for