summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-12-18 10:00:39 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-12-18 10:00:39 +0000
commit0fc2d0869357532ff25be11c71487a995d954963 (patch)
tree9019ed132926f3de304cea8204e3fc8a302dd936 /src/patchsets/gcc/6.4.0/gentoo/README.history
parentgcc/7.2.0: copy all patches from 7.1.0 as we are using unmodified patchset (diff)
downloadgentoo-0fc2d0869357532ff25be11c71487a995d954963.tar.gz
gentoo-0fc2d0869357532ff25be11c71487a995d954963.tar.bz2
gentoo-0fc2d0869357532ff25be11c71487a995d954963.zip
gcc/6.4.0, gcc/7.2.0: fix --default-pie to use proper startup files, bug #641474
The change adds two patches to patchset: - gentoo/95_all_static_override_pie.patch - gentoo/96_all_powerpc_pie.patch First fixes -static handling for --default-pie compiler. Second fixes to use proper startup files for --default-pie on powerpc. Otherwise binutils-2.27 and upper generates invalid ELF files. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22626 Bug: https://bugs.gentoo.org/641474
Diffstat (limited to 'src/patchsets/gcc/6.4.0/gentoo/README.history')
-rw-r--r--src/patchsets/gcc/6.4.0/gentoo/README.history3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/patchsets/gcc/6.4.0/gentoo/README.history b/src/patchsets/gcc/6.4.0/gentoo/README.history
index 181f356501..832f7cdba1 100644
--- a/src/patchsets/gcc/6.4.0/gentoo/README.history
+++ b/src/patchsets/gcc/6.4.0/gentoo/README.history
@@ -1,3 +1,6 @@
+1.2 TODO
+ + 95_all_static_override_pie.patch
+ + 96_all_powerpc_pie.patch
1.1 27 Nov 2017
+ 92_all_asan-signal_h.patch
+ 93_all_ucontext-to-ucontext_t.patch