FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure
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
..
mpu_wrappers_v2_asm.c armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
port.c Fix spelling in comment (#1024) 2024-04-09 10:00:23 +05:30
portasm.c armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
portasm.h Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
portmacro.h Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
portmacrocommon.h Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00