From: zrj Date: Wed, 2 May 2018 13:13:52 +0000 (+0300) Subject: gcc80: Document changes in contrib sources. X-Git-Tag: v5.5.0~642 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/fd6ae3829e727337e63dd7225f00862bdd89291c gcc80: Document changes in contrib sources. --- diff --git a/contrib/gcc-8.0/README.DRAGONFLY b/contrib/gcc-8.0/README.DRAGONFLY index 6f00d7efc9..c274a22c9b 100644 --- a/contrib/gcc-8.0/README.DRAGONFLY +++ b/contrib/gcc-8.0/README.DRAGONFLY @@ -27,3 +27,12 @@ Configured with The following files have been patched (* planned) ================================================= + gcc/c-family/c-format.c extra TZ "%+" format for strftime() + gcc/config/dragonfly.h default dynamic linker path + gcc/gcc.c default paths for base tools + libbacktrace/fileline.c KERN_PROC_PATHNAME addition + libgcc/gthr-posix.h avoid weakref (ld.gold issue) + libssp/ssp.c include for alloca() + libstdc++-v3/include/c_global/cstdio remove throw() decorations + libstdc++-v3/include/c_global/cstdlib remove throw() decorations + libstdc++-v3/include/c_global/cwchar remove throw() decorations