mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00: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:
parent
3ace2527ba
commit
0c16eed218
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
* Returns b in r12
|
||||
*/
|
||||
.text
|
||||
.section .text.memset, "ax", @progbits
|
||||
|
||||
.global memset
|
||||
.type memset, @function
|
||||
|
|
Loading…
Add table
Reference in a new issue