aboutsummaryrefslogtreecommitdiff
path: root/patches
Commit message (Collapse)AuthorAgeFilesLines
* Patch GCC to leave -framework alone.Alexey Neyman2017-01-104-0/+56
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove GCC 6.2.0Alastair D'Silva2017-01-0620-2958/+0
| | | | Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* Bump GCC to 6.3.0Alastair D'Silva2017-01-0620-0/+2958
| | | | Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* Bump binutils to 2.27Alastair D'Silva2017-01-069-0/+612
| | | | Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* Kill dmalloc.Alexey Neyman2016-12-168-372/+0
| | | | | | | | | | - No new releases in almost 10 year. - No public bug tracker or VCS. - No responses from maintainer over sent patches. RIP, dmalloc. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix xtensa static link.Alexey Neyman2016-12-091-0/+34
| | | | | | | | uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman <stilor@att.net>
* Update Linux kernel patches.Alexey Neyman2016-12-0611-38/+144
| | | | | | | 3.0.9/100-headers-install-fix*.patch picked up upstream. The Cygwin fix is needed for Cygwin on all kernel versions. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add patches for <sys/select.h> issue on Cygwin.Alexey Neyman2016-12-062-0/+70
| | | | | | | From gnulib´s mailing list; paths modified to match gnulib module inside gettext. Signed-off-by: Alexey Neyman <stilor@att.net>
* Rename gettext 0.19.6 patches to 0.19.7.Alexey Neyman2016-12-063-19/+19
| | | | | | 120-*.patch needed an update; others copied verbatim. Signed-off-by: Alexey Neyman <stilor@att.net>
* Backport the fix to 4.8.5.Alexey Neyman2016-12-051-0/+138
| | | | | | 4.9.4 doesn't need this, fixed upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: backport fix for xtensa PR target/78603Max Filippov2016-11-302-0/+70
| | | | | | | | | | | 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>
* Sync up with buildroot GCC 6.2.0 patches.Alexey Neyman2016-11-2911-166/+2243
| | | | | | | | Additionally, copy from 5.4.0: - 910-nios2-bad-multilib-default.patch (needed for nios2 sample) - 930-libgcc-disable-split-stack-nothreads.patch (applicable to 6.2.0 as well) Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: backport fix for xtensa PR target/78118Max Filippov2016-11-221-0/+318
| | | | | | This fixes ICE when building libgcc for xtensa with call0 ABI. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* gcc: don't use unwind-dw2-fde-dip with xtensa-elf targetsMax Filippov2016-11-222-0/+124
| | | | | | | | | 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>
* Remove 4.9.3 patch directory.Alexey Neyman2016-11-1720-2030/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add missing 4.9.3 patches.Alexey Neyman2016-11-173-0/+175
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* add support for gcc 4.9.4Thorsten Johannvorderbrueggen2016-11-1724-0/+2193
|
* Merge pull request #476 from stilor/fix-after-glibc-2.24Alexey Neyman2016-11-141-0/+28
|\ | | | | Fix ltrace under glibc 2.24.
| * Fix ltrace under glibc 2.24.Alexey Neyman2016-11-131-0/+28
| | | | | | | | | | | | | | GLIBC 2.24 declared readdir_r as deprecated and suggests to use readdir. uClibc-ng's readdir is thread-safe as well. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #474 from stilor/unbreak-gcc-4.9.3Alexey Neyman2016-11-141-1/+1
|\ \ | |/ |/| Unbreak 4.9.3.
| * Unbreak 4.9.3.Alexey Neyman2016-11-111-1/+1
| | | | | | | | | | | | | | The patch provided by the original submitter did not apply cleanly to 4.9.3; had a fuzz 2. We only allow fuzz 1. Fix up the patch. Signed-off-by: Alexey Neyman <stilor@att.net>
* | glibc: Add glibc-2.24Joachim Nilsson2016-11-121-0/+13
|/ | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge pull request #468 from dajamminyogesh/masterAlexey Neyman2016-11-108-0/+0
|\ | | | | gcc: Updated gcc from 6.1.0 to 6.2.0
| * gcc: Updated gcc from 6.1.0 to 6.2.0Yogesh Sharma2016-10-318-0/+0
| | | | | | | | Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
* | Merge pull request #419 from ograff/gcc_patchesAlexey Neyman2016-11-101-0/+29
|\ \ | | | | | | Apply patch for config.gcc to support e6500 to gcc4.9.3
| * | Apply patch for config.gcc to support e6500 to gcc4.9.3Oliver Graff2016-09-281-0/+29
| | | | | | | | | | | | | | | | | | This resolves crosstool-ng/crosstool-ng#405 Signed-off-by: Oliver Graff <oliver.e.graff@gmail.com>
* | | Merge branch 'master' into janitorialBryan Hundven2016-10-241-12/+0
|\ \ \ | | |/ | |/|
| * | Upgrade uClibc-ng to 1.0.14.Alexey Neyman2016-10-041-12/+0
| |/ | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | patches: add patches for gmpKirill K. Smirnov2016-09-1811-0/+650
| | | | | | | | | | | | This changeset adds official patches published on gmp website. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete gmp patchesKirill K. Smirnov2016-09-184-438/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete libelf patchesKirill K. Smirnov2016-09-182-48/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: add patches for mpfrKirill K. Smirnov2016-09-1854-0/+11221
| | | | | | | | | | | | | | This changeset adds official patches published on mpfr website. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete mpfr patchesKirill K. Smirnov2016-09-171-209/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: clean up patches for strace 4.5.18Kirill K. Smirnov2016-09-172-2/+43
| | | | | | | | | | | | | | Backport patch for linux/netlink from strace 4.5.19. Autoreconf changes. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: cleanup patches for strace 4.5.19Kirill K. Smirnov2016-09-172-152/+1
| | | | | | | | | | | | | | | | | | | | | | | | Old series of patches: 1) update configure with old patch for 4.5.18 2) update configure.ac 3) update configure again, effectively reverting changes from 1). Remove patch 1) and regenerate patch 3) Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove yet another bogus patchKirill K. Smirnov2016-09-172-38/+0
| | | | | | | | | | | | The related issue has been fixed in strace 4.5.17 Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove bogus patchKirill K. Smirnov2016-09-172-26/+0
| | | | | | | | | | | | The related issue has been fixed in strace 4.5.15 Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete strace patchesKirill K. Smirnov2016-09-1729-1687/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete ltrace patchesKirill K. Smirnov2016-09-179-1152/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches/glibc: Backport more patches for 2.19Kirill K. Smirnov2016-09-151-0/+48
| | | | | | | | | | | | Fixes build with gcc 5. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches/glibc: Backport more patches for 2.18Kirill K. Smirnov2016-09-152-0/+86
| | | | | | | | | | | | These new patches fix build with make >= 4.0 and gcc 5. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete glibc patchesKirill K. Smirnov2016-09-15285-19276/+0
| | | | | | | | | | | | Glibc prior to 2.18, linuxthreads and ports are not supported. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove obsolete D.U.M.A. patchesKirill K. Smirnov2016-09-148-203/+0
| | | | | | | | | | | | | | User cannot choose D.U.M.A. versions prior to 2.5.15 in config, so remove useless patches. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove cygwinKirill K. Smirnov2016-09-141-40/+0
| | | | | | | | Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* | patches: remove ELFkickersKirill K. Smirnov2016-09-141-12/+0
|/ | | | | | | The package ELFkickers has not been used for years, but the patches remain. Remove them. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* glibc: fixed compile errorYogesh Sharma2016-09-071-0/+84
| | | | | | | Fixed compile error with gcc 6.1 and glibc 2.23 involving missing parenthesis with patch from glibc git repository, commit df1cf48777fe4cd81ad7fb09ecbe5b31432b7c1c. Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>
* gcc: Migrated patches from 5.3.0 to 6.1.0Yogesh Sharma2016-09-078-0/+466
| | | | Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
* duma: Fixed gcc 6.1.0 compile errorYogesh Sharma2016-09-071-0/+96
| | | | | | | Fixed compile error for DUMA 2.5.15 due to different function prototypes for new operator in c++03 vs c++11 Signed-off-by: Yogesh Sharma <ysharm01@harris.com>