commit | 0c16eed2189a190bd5655b33c029f809a9b31128 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Fri May 02 15:24:22 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Tue May 27 15:27:30 2008 +0200 |
tree | 75e86454cd21c23f455b1ae5ce773328fa594b19 | |
parent | 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020 [diff] |
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>