Files
arm-trusted-firmware/bl2u
Chris KayandYann Gautier cf5e7d8d4b 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>
(cherry picked from commit da04341ed5)
2025-02-03 17:51:26 +01:00
..
2020-04-03 16:20:59 -05:00
2017-05-15 16:35:29 +01:00