Module Name: src Committed By: mrg Date: Thu Jan 31 08:53:07 UTC 2019
Modified Files: src/external/gpl3/gcc/dist/gcc: varasm.c Log Message: revert these two changes which cause various parts of libstdc++ to fail to build with GCC7: revision 1.3 date: 2017-07-22 13:52:52 -0700; author: joerg; state: Exp; lines: +2 -1; commitid: gesFYL8PorhYCg0A; One more missing check for DECL_INITIAL being non-NULL. revision 1.2 date: 2017-07-17 12:53:10 -0700; author: joerg; state: Exp; lines: +2149 -1573; commitid: fxGaJg3EuIcnsCZz; branches: 1.2.2; A const declaration with explicit section attribute should create a read-only section, whether it is initialized or not. XXX: i may have merged them wrongly into gcc7, but AFAICT, they're expecting to use named BSS sections, so this seems wrong now anyway. joerg, please feel free to check :-) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/gcc/varasm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.