diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-08-20 13:54:18 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-08-20 13:54:18 +0000 |
commit | f4118ea05e5ee0aa74f80e4b07a21018e10cddc2 (patch) | |
tree | 1ea416e5baf15addb10fe081189edd5906624e43 | |
parent | 8247c4f6cac51c9dada4cb59e296cc6ea662e46e (diff) | |
download | gcc-5-f4118ea05e5ee0aa74f80e4b07a21018e10cddc2.tar.gz |
* Update to SVN 20150820 (r227033, 5.2.1) from the gcc-5-branch.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8204 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/svn-updates.diff | 38 |
2 files changed, 34 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index fbc5de0..9493a13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ gcc-5 (5.2.1-16) UNRELEASED; urgency=medium - * Update to SVN 20150819 (r227013, 5.2.1) from the gcc-5-branch. + * Update to SVN 20150820 (r227033, 5.2.1) from the gcc-5-branch. * Again, configure with --enable-targets=powerpcle-linux on ppc64el. * Apply proposed patch for PR target/67211 (ppc64el). diff --git a/debian/patches/svn-updates.diff b/debian/patches/svn-updates.diff index c4e1ece..f0fa7ac 100644 --- a/debian/patches/svn-updates.diff +++ b/debian/patches/svn-updates.diff @@ -1,10 +1,10 @@ -# DP: updates from the 5 branch upto 20150819 (r227013). +# DP: updates from the 5 branch upto 20150819 (r227033). last_update() { cat > ${dir}LAST_UPDATED <EOF -Wed Aug 19 17:23:47 CEST 2015 -Wed Aug 19 15:23:47 UTC 2015 (revision 227013) +Thu Aug 20 15:48:55 CEST 2015 +Thu Aug 20 13:48:55 UTC 2015 (revision 227033) EOF } @@ -909,6 +909,15 @@ Index: libstdc++-v3/python/Makefile.in mostlyclean-generic: clean-generic: +@@ -512,7 +547,7 @@ + install-data-local: gdb.py + @$(mkdir_p) $(DESTDIR)$(toolexeclibdir) + @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \ +- for file in libstdc++*; do \ ++ for file in libstdc++.*; do \ + case $$file in \ + *-gdb.py) ;; \ + *.la) ;; \ Index: libstdc++-v3/python/libstdcxx/v6/printers.py =================================================================== --- a/src/libstdc++-v3/python/libstdcxx/v6/printers.py (.../tags/gcc_5_2_0_release) @@ -983,6 +992,19 @@ Index: libstdc++-v3/python/libstdcxx/v6/printers.py # Extensions. libstdcxx_printer.add_version('__gnu_cxx::', 'slist', StdSlistPrinter) +Index: libstdc++-v3/python/Makefile.am +=================================================================== +--- a/src/libstdc++-v3/python/Makefile.am (.../tags/gcc_5_2_0_release) ++++ b/src/libstdc++-v3/python/Makefile.am (.../branches/gcc-5-branch) +@@ -49,7 +49,7 @@ + ## fragile, but there does not seem to be a better option, because + ## libtool hides the real names from us. + @here=`pwd`; cd $(DESTDIR)$(toolexeclibdir); \ +- for file in libstdc++*; do \ ++ for file in libstdc++.*; do \ + case $$file in \ + *-gdb.py) ;; \ + *.la) ;; \ Index: libstdc++-v3/Makefile.in =================================================================== --- a/src/libstdc++-v3/Makefile.in (.../tags/gcc_5_2_0_release) @@ -7521,7 +7543,13 @@ Index: libstdc++-v3/ChangeLog =================================================================== --- a/src/libstdc++-v3/ChangeLog (.../tags/gcc_5_2_0_release) +++ b/src/libstdc++-v3/ChangeLog (.../branches/gcc-5-branch) -@@ -1,3 +1,126 @@ +@@ -1,3 +1,132 @@ ++2015-08-20 Jonathan Wakely <jwakely@redhat.com> ++ ++ * python/Makefile.am: Ensure gdb.py is installed for libstdc++ not ++ libstdc++fs. ++ * python/Makefile.in: Regenerate. ++ +2015-08-18 Jonathan Wakely <jwakely@redhat.com> + + Backport Filesystem TS from mainline @@ -11705,7 +11733,7 @@ Index: gcc/DATESTAMP +++ b/src/gcc/DATESTAMP (.../branches/gcc-5-branch) @@ -1 +1 @@ -20150716 -+20150819 ++20150820 Index: gcc/postreload.c =================================================================== --- a/src/gcc/postreload.c (.../tags/gcc_5_2_0_release) |