commit | 69b46464badb01340a88d0ee57cdef0b7fdf545e | [log] [tgz] |
---|---|---|
author | Yvan Roux <yvan.roux@foss.st.com> | Wed Jun 29 14:01:45 2022 +0200 |
committer | Yvan Roux <yvan.roux@foss.st.com> | Wed Jun 29 14:03:26 2022 +0200 |
tree | 5f0e91db77fc88362c128ba2dc6724414e5878d7 | |
parent | 6837a663c55602490ed095e5891e0c4deff4b9db [diff] |
gdb/arm: Only stack S16..S31 when FPU registers are secure The FPCCR.TS bit is used to identify if FPU registers are considered non-secure or secure. If they are secure, then callee saved registers (S16 to S31) are stacked on exception entry or otherwise skipped. Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com> Signed-off-by: Yvan Roux <yvan.roux@foss.st.com>