Commit d1f7292e authored by Roberto Vargas's avatar Roberto Vargas
Browse files

Mark functions defined in assembly files



This patch change the name of the section containing the functions
defined in assembly files from text.* to text.asm.*. This change
makes possible to select in the linker script the functions
defined in those files.

Change-Id: If35e44ef1b43ffd951dfac5e052db75d7198e2e0
Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
parent 81528dbc
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* debugging experience. * debugging experience.
*/ */
.cfi_sections .debug_frame .cfi_sections .debug_frame
.section .text.\_name, "ax" .section .text.asm.\_name, "ax"
.type \_name, %function .type \_name, %function
.func \_name .func \_name
/* /*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment