summaryrefslogtreecommitdiffstats
path: root/lib_avr32/memset.S
Commit message (Collapse)AuthorAgeFilesLines
* avr32: Put memset in its own sectionHaavard Skinnemoen2008-05-271-1/+1
| | | | | | | | All C code is compiled with -ffunction-sections -fdata-sections. Assembly functions should get their own sections as well so that everything looks consistent. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
* Add AVR32 architecture supportWolfgang Denk2006-10-241-0/+81
Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
OpenPOWER on IntegriCloud