summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-07-04 13:28:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commitf146b037494cb4e16e80eacfc2b5fc855b0e6bf6 (patch)
tree2a5ca42e1e19ddd9f7b744b07a690128a4310852 /patches
parente3378bd21d6d4b7616c55ff84687378317474028 (diff)
downloadOSELAS.Toolchain-f146b037494cb4e16e80eacfc2b5fc855b0e6bf6.tar.gz
OSELAS.Toolchain-f146b037494cb4e16e80eacfc2b5fc855b0e6bf6.tar.xz
gcc: version bump 9-20190331 -> 9-20190810
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/gcc-9-20190810/0200-no-host-includes.patch (renamed from patches/gcc-9-20190331/0200-no-host-includes.patch)2
-rw-r--r--patches/gcc-9-20190810/0201-gcc-i386-use-pure64-CLFS-patch.patch (renamed from patches/gcc-9-20190331/0201-gcc-i386-use-pure64-CLFS-patch.patch)4
-rw-r--r--patches/gcc-9-20190810/0202-aarch64-change-paths-for-pure64.patch (renamed from patches/gcc-9-20190331/0202-aarch64-change-paths-for-pure64.patch)2
-rw-r--r--patches/gcc-9-20190810/0300-also-match-uclibc-when-checking-host-os.patch (renamed from patches/gcc-9-20190331/0300-also-match-uclibc-when-checking-host-os.patch)0
-rw-r--r--patches/gcc-9-20190810/0400-libiberty-pic.patch (renamed from patches/gcc-9-20190331/0400-libiberty-pic.patch)2
-rw-r--r--patches/gcc-9-20190810/0401-libstdc-pic.patch (renamed from patches/gcc-9-20190331/0401-libstdc-pic.patch)10
-rw-r--r--patches/gcc-9-20190810/series (renamed from patches/gcc-9-20190331/series)0
7 files changed, 10 insertions, 10 deletions
diff --git a/patches/gcc-9-20190331/0200-no-host-includes.patch b/patches/gcc-9-20190810/0200-no-host-includes.patch
index 89c07b7..326c81a 100644
--- a/patches/gcc-9-20190331/0200-no-host-includes.patch
+++ b/patches/gcc-9-20190810/0200-no-host-includes.patch
@@ -15,7 +15,7 @@ Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
1 file changed, 28 insertions(+)
diff --git a/gcc/incpath.c b/gcc/incpath.c
-index b11c6a579396..09bf5ec60316 100644
+index bcbe20829051..9003b7e27c3f 100644
--- a/gcc/incpath.c
+++ b/gcc/incpath.c
@@ -461,6 +461,34 @@ add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p)
diff --git a/patches/gcc-9-20190331/0201-gcc-i386-use-pure64-CLFS-patch.patch b/patches/gcc-9-20190810/0201-gcc-i386-use-pure64-CLFS-patch.patch
index ad7d013..75a70c0 100644
--- a/patches/gcc-9-20190331/0201-gcc-i386-use-pure64-CLFS-patch.patch
+++ b/patches/gcc-9-20190810/0201-gcc-i386-use-pure64-CLFS-patch.patch
@@ -18,7 +18,7 @@ Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
-index f2d913e30ac0..56a23784f241 100644
+index c08221c42105..6197e9eaaafe 100644
--- a/gcc/config/i386/linux64.h
+++ b/gcc/config/i386/linux64.h
@@ -27,8 +27,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
@@ -33,7 +33,7 @@ index f2d913e30ac0..56a23784f241 100644
#undef MUSL_DYNAMIC_LINKER32
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
-index 8ea0faff369b..7640c9c68f08 100644
+index c686ab2f0d26..5439c47cc455 100644
--- a/gcc/config/i386/t-linux64
+++ b/gcc/config/i386/t-linux64
@@ -33,6 +33,6 @@
diff --git a/patches/gcc-9-20190331/0202-aarch64-change-paths-for-pure64.patch b/patches/gcc-9-20190810/0202-aarch64-change-paths-for-pure64.patch
index 5681c21..ae8c59d 100644
--- a/patches/gcc-9-20190331/0202-aarch64-change-paths-for-pure64.patch
+++ b/patches/gcc-9-20190810/0202-aarch64-change-paths-for-pure64.patch
@@ -8,7 +8,7 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/aarch64/t-aarch64-linux b/gcc/config/aarch64/t-aarch64-linux
-index b9897785a892..bfea371dfa7e 100644
+index 5ad670ba2cea..a936b42fbadd 100644
--- a/gcc/config/aarch64/t-aarch64-linux
+++ b/gcc/config/aarch64/t-aarch64-linux
@@ -22,7 +22,7 @@ LIB1ASMSRC = aarch64/lib1funcs.asm
diff --git a/patches/gcc-9-20190331/0300-also-match-uclibc-when-checking-host-os.patch b/patches/gcc-9-20190810/0300-also-match-uclibc-when-checking-host-os.patch
index e5d01a6..e5d01a6 100644
--- a/patches/gcc-9-20190331/0300-also-match-uclibc-when-checking-host-os.patch
+++ b/patches/gcc-9-20190810/0300-also-match-uclibc-when-checking-host-os.patch
diff --git a/patches/gcc-9-20190331/0400-libiberty-pic.patch b/patches/gcc-9-20190810/0400-libiberty-pic.patch
index 93e973f..b7fe9f1 100644
--- a/patches/gcc-9-20190331/0400-libiberty-pic.patch
+++ b/patches/gcc-9-20190810/0400-libiberty-pic.patch
@@ -11,7 +11,7 @@ Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
1 file changed, 1 insertion(+)
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
-index ed1b334c3615..c49d2080a972 100644
+index 0be45b4ae8ec..8ed5a1147b7c 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -261,6 +261,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
diff --git a/patches/gcc-9-20190331/0401-libstdc-pic.patch b/patches/gcc-9-20190810/0401-libstdc-pic.patch
index 9b2187e..d45291a 100644
--- a/patches/gcc-9-20190331/0401-libstdc-pic.patch
+++ b/patches/gcc-9-20190810/0401-libstdc-pic.patch
@@ -12,10 +12,10 @@ Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/libstdc++-v3/src/Makefile.am b/libstdc++-v3/src/Makefile.am
-index ba30dde8fecb..3a2ce1c0f585 100644
+index 8511a3049c53..b4255eae2f1e 100644
--- a/libstdc++-v3/src/Makefile.am
+++ b/libstdc++-v3/src/Makefile.am
-@@ -220,6 +220,13 @@ CXXLINK = \
+@@ -224,6 +224,13 @@ CXXLINK = \
$(VTV_CXXLINKFLAGS) \
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
@@ -30,10 +30,10 @@ index ba30dde8fecb..3a2ce1c0f585 100644
if ENABLE_SYMVERS
libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
diff --git a/libstdc++-v3/src/Makefile.in b/libstdc++-v3/src/Makefile.in
-index f0ec7bc8e8e2..3f1cecb064a4 100644
+index d91f71589859..93089c53bc12 100644
--- a/libstdc++-v3/src/Makefile.in
+++ b/libstdc++-v3/src/Makefile.in
-@@ -833,7 +833,7 @@ install-dvi: install-dvi-recursive
+@@ -885,7 +885,7 @@ install-dvi: install-dvi-recursive
install-dvi-am:
@@ -42,7 +42,7 @@ index f0ec7bc8e8e2..3f1cecb064a4 100644
install-html: install-html-recursive
-@@ -1032,6 +1032,13 @@ install-debug: build-debug
+@@ -1086,6 +1086,13 @@ install-debug: build-debug
(cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install) ;
diff --git a/patches/gcc-9-20190331/series b/patches/gcc-9-20190810/series
index 8ab3a47..8ab3a47 100644
--- a/patches/gcc-9-20190331/series
+++ b/patches/gcc-9-20190810/series