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: Roberto Vargas <roberto.vargas@arm.com>
This commit is contained in:
Roberto Vargas 2017-11-02 16:36:51 +00:00
parent 81528dbcf1
commit d1f7292e43
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
* debugging experience.
*/
.cfi_sections .debug_frame
.section .text.\_name, "ax"
.section .text.asm.\_name, "ax"
.type \_name, %function
.func \_name
/*