arm-trusted-firmware/common
Kévin Petit 8b779620d3 Add support to indicate size and end of assembly functions
In order for the symbol table in the ELF file to contain the size of
functions written in assembly, it is necessary to report it to the
assembler using the .size directive.

To fulfil the above requirements, this patch introduces an 'endfunc'
macro which contains the .endfunc and .size directives. It also adds
a .func directive to the 'func' assembler macro.

The .func/.endfunc have been used so the assembler can fail if
endfunc is omitted.

Fixes ARM-Software/tf-issues#295

Change-Id: If8cb331b03d7f38fe7e3694d4de26f1075b278fc
Signed-off-by: Kévin Petit <kevin.petit@arm.com>
2015-04-08 13:02:59 +01:00
..
aarch64 Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
auth/polarssl TBB: remove PolarSSL SHA1 functions from the binary 2015-03-11 11:44:15 +00:00
auth.c TBB: add authentication module interface 2015-01-28 18:27:54 +00:00
bl_common.c Skip reserving memory for non-executable and BL3-0 images 2015-01-28 18:24:31 +00:00
tf_printf.c Fix violations to the coding style 2015-03-05 12:02:07 +00:00