]> begriffs open source - freertos/commit
Add .syntax unified to GCC assembly functions (#538)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Sun, 7 Aug 2022 17:16:11 +0000 (22:46 +0530)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2022 17:16:11 +0000 (22:46 +0530)
commit3b18a0756844a04145d0ffc21f657f0752c3a3cd
tree78e40fe10492815582abecceb9f90b562ef92d63
parent4649d588991b8be376d90e379e4cf20c0768a241
Add .syntax unified to GCC assembly functions (#538)

This fixes the compilation issue with XC32 compiler.

It was reported here - https://forums.freertos.org/t/xc32-v4-00-error-with-building-freertos-portasm-c/14357/4

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Paul Bartell <pbartell@amazon.com>
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
portable/GCC/ARM_CM23/non_secure/portasm.c
portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
portable/GCC/ARM_CM33/non_secure/portasm.c
portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
portable/GCC/ARM_CM55/non_secure/portasm.c
portable/GCC/ARM_CM55_NTZ/non_secure/portasm.c