arm-trusted-firmware/include
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
..
bl31 Initialise cpu ops after enabling data cache 2015-03-13 10:38:09 +00:00
bl32 Open/Close TA sessions, send commands/events to TAs 2015-03-31 10:11:17 +05:30
common Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
drivers Common driver for ARM Cache Coherent Interconnects 2015-03-16 18:37:47 +00:00
lib Merge pull request #277 from soby-mathew/sm/coh_lock_opt 2015-04-01 11:39:56 +01:00
plat/common Export maximum affinity using PLATFORM_MAX_AFFLVL macro 2015-02-12 15:12:52 +00:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00