FreeRTOS-Kernel/portable/GCC/ARM_CM35P
Devaraj Ranganna f8a57dd6de armv8-m: Remove redundant constant pools
Currently in Armv8-M GCC/ArmClang ports, constant pool is used to
define literals needed for `ldr` instructions. However, those
constant pools are defined with `.align 4` which increases code size.
Instead of defining the constant pool with `.align 4`, let the
compiler hanlde the constant pool and the required alignment.

Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2024-04-17 17:24:27 +00:00
..
non_secure armv8-m: Remove redundant constant pools 2024-04-17 17:24:27 +00:00
secure Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00