commit | 759bbcb917959eedca1c67a05fd43583fe20f12e | [log] [tgz] |
---|---|---|
author | John Baldwin <jhb@FreeBSD.org> | Tue Nov 22 14:21:13 2022 -0800 |
committer | John Baldwin <jhb@FreeBSD.org> | Tue Nov 22 14:39:53 2022 -0800 |
tree | aa6096427ed407f408e93f610b3d477be1dfbc7c | |
parent | a141d32c6ef5c644c856d89de88f9980ec3d8ceb [diff] |
arm-fbsd: Use a static regset for the TLS register set. This uses custom collect/supply regset handlers which pass the TLS register number from the gdbarch_tdep as the base register number. Approved-By: Simon Marchi <simon.marchi@efficios.com>