Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a compiler warning in the AVR-COFF generator that appeared with | Joerg Wunsch | 2007-01-04 | 1 | -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örn | Joerg Wunsch | 2006-09-26 | 1 | -0/+2323 |
Haase. Notes: svn path=/head/; revision=173853 |