FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC
Devaraj Ranganna 8d280217cd
armv8-m: Remove redundant constant pools (#1035)
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>
Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2024-04-19 00:15:04 +05:30
..
ARM_CM23 armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
ARM_CM23_NTZ armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
ARM_CM33 armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
ARM_CM33_NTZ armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
ARM_CM35P Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
ARM_CM55 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
ARM_CM85 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00