Searched hist:c80618936c7024c4ceb06b6783ca6f9626ff30ac (Results 1 – 4 of 4) sorted by relevance
| /optee_os/ta/arch/arm/ |
| H A D | ta_entry_a32.S | c80618936c7024c4ceb06b6783ca6f9626ff30ac Wed Jul 03 15:47:50 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> arm32: make __ta_entry() an assembler wrapper
Clang errors out when asm(".cantunwind") is used in a C function:
user_ta_header.c:44:6: error: .fnstart must precede .cantunwind directive asm(".cantunwind"); ^ Fix this by turning __ta_entry() into an assembler wrapper.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| /optee_os/ta/mk/ |
| H A D | build-user-ta.mk | c80618936c7024c4ceb06b6783ca6f9626ff30ac Wed Jul 03 15:47:50 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> arm32: make __ta_entry() an assembler wrapper
Clang errors out when asm(".cantunwind") is used in a C function:
user_ta_header.c:44:6: error: .fnstart must precede .cantunwind directive asm(".cantunwind"); ^ Fix this by turning __ta_entry() into an assembler wrapper.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| H A D | ta_dev_kit.mk | c80618936c7024c4ceb06b6783ca6f9626ff30ac Wed Jul 03 15:47:50 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> arm32: make __ta_entry() an assembler wrapper
Clang errors out when asm(".cantunwind") is used in a C function:
user_ta_header.c:44:6: error: .fnstart must precede .cantunwind directive asm(".cantunwind"); ^ Fix this by turning __ta_entry() into an assembler wrapper.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| /optee_os/ta/ |
| H A D | ta.mk | c80618936c7024c4ceb06b6783ca6f9626ff30ac Wed Jul 03 15:47:50 UTC 2019 Jerome Forissier <jerome.forissier@linaro.org> arm32: make __ta_entry() an assembler wrapper
Clang errors out when asm(".cantunwind") is used in a C function:
user_ta_header.c:44:6: error: .fnstart must precede .cantunwind directive asm(".cantunwind"); ^ Fix this by turning __ta_entry() into an assembler wrapper.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|