arm-trusted-firmware/include/common/aarch64
Roberto Vargas b2805dabaa 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>
2018-07-11 09:22:56 +01:00
..
asm_macros.S Remove .func and .endfunc assembler directives 2018-07-11 09:22:56 +01:00
assert_macros.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
console_macros.S Add new function-pointer-based console API 2017-12-12 15:00:34 -08:00
el3_common_macros.S Correct some typo errors in comment 2018-05-22 16:19:17 +08:00