]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Put memset in its own section
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 2 May 2008 13:24:22 +0000 (15:24 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Tue, 27 May 2008 13:27:30 +0000 (15:27 +0200)
commit0c16eed2189a190bd5655b33c029f809a9b31128
tree75e86454cd21c23f455b1ae5ce773328fa594b19
parent3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
avr32: Put memset in its own section

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>
lib_avr32/memset.S