summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/binutils: add 2.26.1Syrone Wong2016-07-154-0/+97
| | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fixes/cleanup]
* toolchain: Bump ARC tools to arc-2016.03Alexey Brodkin2016-05-191-0/+13
| | | | | | | | | | | | | | | | | This change switches ARC tools to the most recent arc-2016.03 version. ARC GNU tools of version arc-2016.03 bring some quite significant changes like: * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC * patches) * GCC v4.8.5 * GDB 7.10 More about changes, improvements and fixes could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* binutils: add binutils 2.25.1Hauke Mehrtens2015-09-114-0/+97
| | | | | | | | This adds binutils 2.25.1 as an option to OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46874
* toolchain: change default emulation for mips64 (octeon) to n64Felix Fietkau2015-05-101-0/+37
| | | | | | | | | | | | | | | | | | | fixes several ld errors reported by buildbot: http://buildbot.openwrt.org:8010/broken_packages/octeon/mdnsresponder/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/luasocket/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/luasec/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/openvswitch/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/prosody/compile.txt link error: ABI is incompatible with that of the selected emulation found at OE toolchain for bintils 2.22: http://patchwork.openembedded.org/patch/28033/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45666
* binutils: remove version 2.20.1 (only used by avr32)Felix Fietkau2015-03-248-31182/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44960
* binutils: remove old versionsFelix Fietkau2014-10-0511-252/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42776
* toolchain/binutils: remove obsolete patchesFelix Fietkau2014-06-068-246/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41034
* upgrade the Linaro binutils to 2.24-2013.12Imre Kaloz2014-01-076-19/+9
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39210
* add support for Linaro binutils 2.23.2-2013.06Imre Kaloz2013-09-116-0/+127
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 37944
* binutils: stop generating the useless _DYNAMIC_LINKING symbol on mipsFelix Fietkau2013-06-302-0/+36
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37094
* binutils: remove some unused obsolete versionsFelix Fietkau2013-06-3016-62140/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37093
* toolchain/binutils: add musl libc config.sub patch to 2.23.1Florian Fainelli2013-02-261-0/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35814
* toolchain/binutils: refresh patchesFlorian Fainelli2013-02-2613-201/+107
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35812
* remove support for ubicom32Florian Fainelli2012-11-301-48949/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432
* add preliminary support for muslFlorian Fainelli2012-11-231-0/+19
| | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
* binutils: remove 2.21Florian Fainelli2012-11-198-31240/+0
| | | | | | | | | There is no point in keeping around 2.21 when 2.21.1 which is a bugfix release is there. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34265
* binutils: add support for 2.23.1Florian Fainelli2012-11-194-0/+99
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34262
* binutils/2.22: backport an upstream fix for an assertion in the ARM backend.Florian Fainelli2012-11-191-0/+28
| | | | | | | | See http://sourceware.org/bugzilla/show_bug.cgi?id=13990 for more details. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34260
* binutils: backport ld patch to fix ARM specific issues with --gc-sectionsFelix Fietkau2012-09-191-0/+12
| | | | SVN-Revision: 33461
* add binutils 2.22Imre Kaloz2012-02-085-0/+173
| | | | SVN-Revision: 30375
* binutils: add binutils 2.21.1Hauke Mehrtens2011-08-068-0/+31240
| | | | SVN-Revision: 27919
* add the latest avr32 toolchain patches (with additional fixes)Imre Kaloz2011-07-011-2/+2
| | | | SVN-Revision: 27332
* remove the CS variant - broken since it's additionImre Kaloz2011-02-217-32518/+0
| | | | SVN-Revision: 25648
* add some more avr32 fixesImre Kaloz2011-02-181-2/+122
| | | | SVN-Revision: 25571
* add binutils 2.21Imre Kaloz2011-02-188-0/+31120
| | | | SVN-Revision: 25567
* add avr32 supportImre Kaloz2011-02-161-0/+30797
| | | | SVN-Revision: 25562
* fixup the ubicom patch, refreshImre Kaloz2011-02-164-82/+61
| | | | SVN-Revision: 25552
* refresh patchesImre Kaloz2011-02-163-8/+5
| | | | SVN-Revision: 25551
* binutils: backport a fix for broken relocation entries on mips with -fPIE, ↵Felix Fietkau2011-01-281-0/+15
| | | | | | fixes dbus-server crash with sstrip SVN-Revision: 25188
* binutils: Fix autoreconf for packages/devel/binutils package, which uses ↵Daniel Dickinson2010-12-121-0/+84
| | | | | | binutils toolchain patches SVN-Revision: 24509
* remove support for binutils 2.18 and 2.20Imre Kaloz2010-10-2816-53346/+0
| | | | SVN-Revision: 23685
* toolchain/binutils: building gas for arm-*-uclibc systems requires linking ↵Gabor Juhos2010-03-305-0/+190
| | | | | | with -lm SVN-Revision: 20594
* add binutils-2.20.1Alexandros C. Couloumbis2010-03-116-0/+326
| | | | SVN-Revision: 20137
* add avr32 support for binutils 2.19.1 based on the Atmel 1.2.0 toolchain releaseImre Kaloz2010-02-161-0/+30629
| | | | SVN-Revision: 19677
* fixup the hunks in patchImre Kaloz2010-02-151-5/+5
| | | | SVN-Revision: 19635
* binutils: remove unrelated hunk in 2.18 avr32 support patchNicolas Thill2010-01-191-9/+0
| | | | SVN-Revision: 19226
* binutils: fix build errors in 2.20 (patch from #6094)Felix Fietkau2009-11-051-2/+9
| | | | SVN-Revision: 18307
* add binutils 2.20Felix Fietkau2009-11-026-0/+319
| | | | SVN-Revision: 18263
* binutils: add support for non-pic handling and use it in the codesourcery ↵Felix Fietkau2009-10-191-0/+202
| | | | | | based gcc, fixes mips support for this toolchain SVN-Revision: 18070
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵Felix Fietkau2009-10-196-0/+32480
| | | | | | enhancements (compiles, but fails to link the kernel) SVN-Revision: 18060
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-211-0/+48967
| | | | SVN-Revision: 17346
* binutils: fix build failure on powerpc targetGabor Juhos2009-07-141-0/+20
| | | | SVN-Revision: 16848
* remove binutils 2.17 and 2.19Felix Fietkau2009-05-0516-111564/+0
| | | | SVN-Revision: 15619
* fix a small bug in binutils 2.19.1 * ↵Gabor Juhos2009-05-011-0/+13
| | | | | | http://sourceware.org/bugzilla/show_bug.cgi?id=7093 SVN-Revision: 15538
* binutils: refresh patches for binutils 2.17Hauke Mehrtens2009-02-2112-483/+318
| | | | SVN-Revision: 14587
* binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)Nicolas Thill2009-02-034-0/+104
| | | | SVN-Revision: 14393
* add binutils 2.19 (patch from #4367)Felix Fietkau2009-01-174-0/+111
| | | | SVN-Revision: 14075
* nuke binutils 2.16.1 - old, unused, buggyImre Kaloz2008-12-027-1051/+0
| | | | SVN-Revision: 13481
* clean up patchImre Kaloz2008-12-021-461/+0
| | | | SVN-Revision: 13479
* sync avr32 binutils patch with the Atmel 1.0.1 releaseImre Kaloz2008-12-021-509/+283
| | | | SVN-Revision: 13464