commit | 59385d071e2082bb9bf5d76fd4579238376dfe01 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Tue Apr 17 11:31:43 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Jul 11 09:22:56 2018 +0100 |
tree | 8a18c1230c93ad0143f68408c3707b8e66abd81c | |
parent | 1fd0d1b0b59cc9e9f2b5a30f1af02e7e47395f44 [diff] |
Remove .func and .endfunc assembler directives These directives are only used when stabs debugging information is used, but we use ELF which uses DWARF debugging information. Clang assembler doesn't support these directives, and removing them makes the code more compatible with clang. Change-Id: I2803f22ebd24c0fe248e04ef1b17de9cec5f89c4 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>