Home
last modified time | relevance | path

Searched hist:c80618936c7024c4ceb06b6783ca6f9626ff30ac (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/arch/arm/
H A Dta_entry_a32.Sc80618936c7024c4ceb06b6783ca6f9626ff30ac 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 Dbuild-user-ta.mkc80618936c7024c4ceb06b6783ca6f9626ff30ac 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 Dta_dev_kit.mkc80618936c7024c4ceb06b6783ca6f9626ff30ac 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 Dta.mkc80618936c7024c4ceb06b6783ca6f9626ff30ac 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>