Place assembler functions in separate sections
This extends the --gc-sections behaviour to the many assembler
support functions in the firmware images by placing each function
into its own code section. This is achieved by creating a 'func'
macro used to declare each function label.

Fixes ARM-software/tf-issues#80

Change-Id: I301937b630add292d2dec6d2561a7fcfa6fec690
1 parent dccc537 commit 0a30cf54af7bb1f77b405062b1d5b44e809d0290
@Andrew Thoelke Andrew Thoelke authored on 18 Mar 2014
Showing 22 changed files
View
arch/aarch64/cpu/cpu_helpers.S
View
arch/system/gic/aarch64/gic_v3_sysregs.S
View
bl1/aarch64/bl1_entrypoint.S
View
bl1/aarch64/bl1_exceptions.S
View
bl2/aarch64/bl2_entrypoint.S
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/aarch64/context.S
View
bl31/aarch64/runtime_exceptions.S
View
bl32/tsp/aarch64/tsp_entrypoint.S
View
bl32/tsp/aarch64/tsp_request.S
View
include/asm_macros.S
View
lib/arch/aarch64/cache_helpers.S
View
lib/arch/aarch64/misc_helpers.S
View
lib/arch/aarch64/sysreg_helpers.S
View
lib/arch/aarch64/tlb_helpers.S
View
lib/semihosting/aarch64/semihosting_call.S
View
lib/sync/locks/exclusive/spinlock.S
View
plat/common/aarch64/platform_helpers.S
View
plat/fvp/aarch64/bl1_plat_helpers.S
View
plat/fvp/aarch64/plat_helpers.S
View
services/spd/tspd/tspd_helpers.S
View
services/std_svc/psci/psci_entry.S