提交 0c16eed2 编写于 作者: H Haavard Skinnemoen

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: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
上级 3ace2527
......@@ -27,7 +27,7 @@
*
* Returns b in r12
*/
.text
.section .text.memset, "ax", @progbits
.global memset
.type memset, @function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册