arm-trusted-firmware/plat/common/aarch64
Chris Kay da04341ed5 build: always prefix section names with .
Some of our specialized sections are not prefixed with the conventional
period. The compiler uses input section names to derive certain other
section names (e.g. `.rela.text`, `.relacpu_ops`), and these can be
difficult to select in linker scripts when there is a lack of a
delimiter.

This change introduces the period prefix to all specialized section
names.

BREAKING-CHANGE: All input and output linker section names have been
 prefixed with the period character, e.g. `cpu_ops` -> `.cpu_ops`.

Change-Id: I51c13c5266d5975fbd944ef4961328e72f82fc1c
Signed-off-by: Chris Kay <chris.kay@arm.com>
2023-02-20 18:29:33 +00:00
..
crash_console_helpers.S fix(console): fix crash on spin_unlock with cache disabled 2022-11-29 03:35:23 +01:00
plat_common.c fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
plat_ehf.c ehf: use common priority level enumuration 2020-08-26 22:02:23 +05:30
platform_helpers.S Remove deprecated plat_crash_console_* 2019-04-03 14:55:18 +01:00
platform_mp_stack.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00
platform_up_stack.S build: always prefix section names with . 2023-02-20 18:29:33 +00:00