aboutsummaryrefslogtreecommitdiff
path: root/patches/binutils/2.25
Commit message (Collapse)AuthorAgeFilesLines
* binutils: patch to support -C for AVR memory usageErico Nunes2015-06-211-0/+536
| | | | | | | | | | Distribution avr toolchains commonly add a patch to binutils' size to enable a custom "-C" option that shows AVR memory usage. This patch is specific to the AVR architecture. In order to make the crosstool-ng AVR toolchain compatible with existing distribution toolchains, this patch is necessary. Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
* Do not use strlen to check that a string is emptyRomain2015-03-151-1/+1
| | | Here, the exact size of a not empty string is useless.
* binutils: Add binutils-2.25Bryan Hundven2015-01-013-0/+81
This also updates the patches from 2.24. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>