aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/5.4.0
Commit message (Collapse)AuthorAgeFilesLines
* Convert gcc to new framework.Alexey Neyman2017-07-0840-2803/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the newly added msp430 sample with other GCC versionsAlexey Neyman2017-06-051-0/+81
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: xtensa: backport fix for incorrect code generationMax Filippov2017-05-311-0/+74
| | | | | | | | | | | xtensa GCC incorrectly uses %ld/0x%lx format specifiers to output HOST_WIDE_INT values, which results in incorrect code generation by the compiler built for armhf host. The original issue: https://github.com/qca/open-ath9k-htc-firmware/issues/130 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* Add patch from GCC #80037Alexey Neyman2017-05-231-0/+13
| | | | | | Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch GCC to leave -framework alone.Alexey Neyman2017-01-101-0/+14
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: backport fix for xtensa PR target/78603Max Filippov2016-11-301-0/+35
| | | | | | | | | | | This fixes the following kind of ICE on configurations with zero overhead loops support: ../src/pjlib-test/thread.c: In function 'thread_test': ../src/pjlib-test/thread.c:328:1: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:21846 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* gcc: don't use unwind-dw2-fde-dip with xtensa-elf targetsMax Filippov2016-11-221-0/+62
| | | | | | | | | This fixes build for elf target with windowed xtensa core that currently breaks with the following error message: unwind-dw2-fde-dip.c:36:40: fatal error: elf.h: No such file or directory Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* gcc: fix libgcc build with --text-section-literals for xtensaMax Filippov2016-11-221-0/+67
| | | | | | | This fixes toolchain build with --text-section-literals, which should normally be enabled for linux targets. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* gcc: fix xtensa_fallback_frame_state for call0 ABIMax Filippov2016-11-221-0/+108
| | | | | | | This allows for stack unwinding over signal frames on xtensa linux with call0 ABI. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* xgcc: Update gcc 5 to 5.4.0kozyilmaz2016-08-2432-0/+2349
patches synced with buildroot trunk and: 110-xtensa-implement-trap-pattern.patch (copied to 5.4.0 patches) 130-build_gcc-5_with_gcc-6.patch (upstreamed in 5.4.0, dropped) 370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch (copied to 5.4.0 patches) 380-gcc-plugin-POSIX-include-sys-select-h.patch (copied to 5.4.0 patches) 910-nios2-bad-multilib-default.patch (copied to 5.4.0 patches)