mirror of
https://xff.cz/git/u-boot/
synced 2025-09-09 04:32:29 +02:00
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>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
*
|
*
|
||||||
* Returns b in r12
|
* Returns b in r12
|
||||||
*/
|
*/
|
||||||
.text
|
.section .text.memset, "ax", @progbits
|
||||||
|
|
||||||
.global memset
|
.global memset
|
||||||
.type memset, @function
|
.type memset, @function
|
||||||
|
Reference in New Issue
Block a user