From: John Marino Date: Fri, 4 Dec 2015 14:20:16 +0000 (+0100) Subject: gcc50: Upgrade version 5.2.1 => 5.3.1 X-Git-Tag: v4.6.0rc~1248 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e769d832e8d6e8cb3a25a3ca03ee6905347c8717 gcc50: Upgrade version 5.2.1 => 5.3.1 This came out today so there are no distfiles available yet. That means I can't update the manpages for cc.1, cpp.1, and gcov.1. There are no significant changes expected though. --- diff --git a/contrib/gcc-5.0/README.DELETED b/contrib/gcc-5.0/README.DELETED index fe35364303..3998c7b73a 100644 --- a/contrib/gcc-5.0/README.DELETED +++ b/contrib/gcc-5.0/README.DELETED @@ -1,5 +1,4 @@ .dir-locals.el -.gitignore ABOUT-NLS ChangeLog ChangeLog.jit @@ -431,7 +430,6 @@ libcpp/configure libcpp/configure.ac libcpp/po/ libcpp/ucnid.tab -libdecnumber/.gitignore libdecnumber/ChangeLog libdecnumber/ChangeLog.jit libdecnumber/Makefile.in @@ -539,6 +537,7 @@ libgcc/config/rx/ libgcc/config/s390/ libgcc/config/score/ libgcc/config/sh/ +libgcc/config/sol2/ libgcc/config/sparc/ libgcc/config/spu/ libgcc/config/stormy16/ @@ -565,7 +564,6 @@ libgcc/config/t-slibgcc-vms libgcc/config/t-softfp-excl libgcc/config/t-softfp-sfdf libgcc/config/t-softfp-tf -libgcc/config/t-sol2 libgcc/config/t-stack libgcc/config/t-tls libgcc/config/t-vxworks @@ -598,12 +596,10 @@ libgomp/config/mingw32/ libgomp/configure libgomp/configure.ac libgomp/configure.tgt -libgomp/libgomp.info libgomp/libgomp.spec.in libgomp/libgomp.texi libgomp/omp_lib.f90.in libgomp/testsuite/ -libiberty/.gitignore libiberty/COPYING.LIB libiberty/ChangeLog libiberty/ChangeLog.jit @@ -745,6 +741,7 @@ libstdc++-v3/config/allocator/bitmap_allocator_base.h libstdc++-v3/config/allocator/malloc_allocator_base.h libstdc++-v3/config/allocator/mt_allocator_base.h libstdc++-v3/config/allocator/pool_allocator_base.h +libstdc++-v3/config/cpu/aarch64/ libstdc++-v3/config/cpu/alpha/ libstdc++-v3/config/cpu/arm/ libstdc++-v3/config/cpu/cris/ @@ -811,6 +808,7 @@ libstdc++-v3/src/c++11/Makefile.am libstdc++-v3/src/c++11/Makefile.in libstdc++-v3/src/c++98/Makefile.am libstdc++-v3/src/c++98/Makefile.in +libstdc++-v3/src/filesystem/ libstdc++-v3/testsuite/ libtool-ldflags libtool.m4 diff --git a/contrib/gcc-5.0/README.DRAGONFLY b/contrib/gcc-5.0/README.DRAGONFLY index 018f9393f1..69e8f3343d 100644 --- a/contrib/gcc-5.0/README.DRAGONFLY +++ b/contrib/gcc-5.0/README.DRAGONFLY @@ -28,7 +28,7 @@ The following files have been patched (* planned) libstdc++-v3/config/locale/dragonfly/ctype_members.cc libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc -Files added (They will be incorporated upstream) +Files added (They were not incorporated upstream with 5.3) libstdc++-v3/config/locale/dragonfly/c_locale.h libstdc++-v3/config/locale/dragonfly/codecvt_members.cc libstdc++-v3/config/locale/dragonfly/collate_members.cc diff --git a/gnu/usr.bin/cc50/Makefile.version b/gnu/usr.bin/cc50/Makefile.version index c8f9aad12e..87efffe507 100644 --- a/gnu/usr.bin/cc50/Makefile.version +++ b/gnu/usr.bin/cc50/Makefile.version @@ -3,9 +3,9 @@ # Similarly CCVER is gcc50, not gcc51. Its better to live with it. # Next time, we can use "6" instead of "60" and "6.0" -GCCCOMPLETEVER= 5.2.1 +GCCCOMPLETEVER= 5.3.1 GCCRELEASE= Release # choices are "Snapshot" or "Release" -GCCDATESTAMP= 2015-07-18 +GCCDATESTAMP= 2015-12-04 GCCSHORTDATE= ${GCCDATESTAMP:S/-//g} GCCPOINTVER= 5.0 GCCSHORTVER= 50