Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: c842c9fd31b16f78cf11c1581beb0d084fb5e0f6 https://github.com/crosstool-ng/crosstool-ng/commit/c842c9fd31b16f78cf11c1581beb0d084fb5e0f6 Author: Max Filippov Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch Log Message: ----------- binutils: fix .init/.fini literals moving in xtensa gas Despite the documentation and the comment in xtensa_move_literals, in the presence of --text-section-literals and --auto-litpools literals are moved from the separate literal sections into .init and .fini, because the check in the xtensa_move_literals is incorrect. This fixes build errors seen with projects that have .init/.fini and use text-section-literals. Signed-off-by: Max Filippov Commit: 7f739389ffa69f1e2d42ce77878e032e4e66c359 https://github.com/crosstool-ng/crosstool-ng/commit/7f739389ffa69f1e2d42ce77878e032e4e66c359 Author: Bryan Hundven Date: 2016-02-18 (Thu, 18 Feb 2016) Changed paths: A patches/binutils/2.23.2/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.24/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.25.1/915-xtensa-fix-.init-.fini-literals-moving.patch A patches/binutils/2.26/915-xtensa-fix-.init-.fini-literals-moving.patch Log Message: ----------- Merge pull request #342 from jcmvbkbc/xtensa-binutils-init-fini-literals-fix binutils: fix .init/.fini literals moving in xtensa gas Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8460611d5f28...7f739389ffa6