]> Git Repo - J-u-boot.git/commit
avr32: Put memset in its own section
authorHaavard Skinnemoen <[email protected]>
Fri, 2 May 2008 13:24:22 +0000 (15:24 +0200)
committerHaavard Skinnemoen <[email protected]>
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 <[email protected]>
lib_avr32/memset.S
This page took 0.025944 seconds and 4 git commands to generate.