summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/files/patch-atmega256x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compiler warning in the AVR-COFF generator that appeared withJoerg Wunsch2007-01-041-1/+1
| | | | | | | | | | | | | | GCC 4.x, and caused the compilation to fail due to the -Werror option used. Remove an annoying assembler warning in the ATmega256x patch that was frequently triggered by large C switch() statements in GCC, and generally considered to be a regression. The author of that patch agreed that the warning isn't particularly useful anyway for a number of reasons, and recommended to just drop it. Notes: svn path=/head/; revision=181423
* Upgrade to binutils 2.17, and add the ATmega256x patch from BjörnJoerg Wunsch2006-09-261-0/+2323
Haase. Notes: svn path=/head/; revision=173853