arm-trusted-firmware/plat/nvidia/tegra
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
..
common fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
drivers Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
include refactor(tegra132): deprecate platform 2021-08-16 11:58:24 -07:00
lib/debug Tegra: reorganize drivers and lib folders 2020-08-08 18:53:23 -07:00
scat build: always prefix section names with . 2023-02-20 18:29:33 +00:00
soc fix: remove old-style declarations 2022-12-01 16:17:34 +00:00
platform.mk build: always prefix section names with . 2023-02-20 18:29:33 +00:00