aboutsummaryrefslogtreecommitdiff
path: root/4.8.3
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2014-08-07 18:54:58 +0000
committerMagnus Granberg <zorry@gentoo.org>2014-08-07 18:54:58 +0000
commit5ac919a242af5b7d82fe1bd51404d32b74fce50a (patch)
tree009f2beb7f7ddff929735a65fc9fd99ca2820b63 /4.8.3
parentAdd 4.9.1 patchset based on latest 4.9.0 patchset, plus patch from bug #519172. (diff)
downloadgcc-patches-5ac919a242af5b7d82fe1bd51404d32b74fce50a.tar.gz
gcc-patches-5ac919a242af5b7d82fe1bd51404d32b74fce50a.tar.bz2
gcc-patches-5ac919a242af5b7d82fe1bd51404d32b74fce50a.zip
fix typo in pie patchset #519346
Diffstat (limited to '4.8.3')
-rw-r--r--4.8.3/pie/33_all_gcc48_config_rs6000.patch6
-rw-r--r--4.8.3/pie/README.Changelog11
-rw-r--r--4.8.3/pie/README.history2
3 files changed, 14 insertions, 5 deletions
diff --git a/4.8.3/pie/33_all_gcc48_config_rs6000.patch b/4.8.3/pie/33_all_gcc48_config_rs6000.patch
index 6520ba5..1d080cf 100644
--- a/4.8.3/pie/33_all_gcc48_config_rs6000.patch
+++ b/4.8.3/pie/33_all_gcc48_config_rs6000.patch
@@ -1,6 +1,6 @@
-2013-11-11 Magnus Granberg <zorry@gentoo.org>
+2014-08-07 Magnus Granberg <zorry@gentoo.org>
- * gcc/config/rs6000/sysv4.h (DRIVER_SELF_SPECS): Add ESP_DRIVER_SELF_SPECS.
+ * gcc/config/rs6000/sysv4.h (DRIVER_SELF_SPECS): Add ESP_DRIVER_SELF_SPEC.
(SUBTARGET_EXTRA_SPECS): Add ESP_EXTRA_SPECS.
--- a/gcc/config/rs6000/sysv4.h 2013-01-10 21:38:27.000000000 +0100
@@ -11,7 +11,7 @@
+#ifdef ENABLE_ESP
+#define DRIVER_SELF_SPECS "%{mfpu=none: %<mfpu=* \
-+ %<msingle-float %<mdouble-float}", ESP_DRIVER_SELF_SPECS
++ %<msingle-float %<mdouble-float}", ESP_DRIVER_SELF_SPEC
+#else
#define DRIVER_SELF_SPECS "%{mfpu=none: %<mfpu=* \
%<msingle-float %<mdouble-float}"
diff --git a/4.8.3/pie/README.Changelog b/4.8.3/pie/README.Changelog
index 741776c..e68757f 100644
--- a/4.8.3/pie/README.Changelog
+++ b/4.8.3/pie/README.Changelog
@@ -1,10 +1,17 @@
-0.5.9
+0.6.0 Magnus Granberg <zorry@gentoo.org>
+
+ * gcc/config/rs6000/sysv4.h Fix a typo in ESP_DRIVER_SELF_SPEC
+
+0.5.9 Magnus Granberg <zorry@gentoo.org>
+
* configure.ac Remove
* configure Remove
* Makefile.in -fno-stack-protector moved to gentoo gcc patchset.
* gcc/gcc.c Update cc1_spec define
* gcc/doc/invoke.texi And note on ssp-all for --enable-esp and -ffreestanding
-0.5.8
+
+0.5.8 Magnus Granberg <zorry@gentoo.org>
+
* gcc/config/rs6000/linux64 (ASM_SPEC32): Allready applay.
0.5.7 Magnus Granberg <zorry@gentoo.org>
diff --git a/4.8.3/pie/README.history b/4.8.3/pie/README.history
index fcba0d8..ecce2fb 100644
--- a/4.8.3/pie/README.history
+++ b/4.8.3/pie/README.history
@@ -1,3 +1,5 @@
+0.6.0 7 jun 2014
+ U 33_all_gcc48_config_rs6000.patch
0.5.9 4 Jan 2014
U 01_all_gcc48_configure.patch
U 03_all_gcc48_Makefile.in.patch