On 10/25/21 11:21 PM, Kyle Evans wrote:
On Tue, Oct 19, 2021 at 11:45 AM Warner Losh <i...@bsdimp.com> wrote:
Signed-off-by: Warner Losh <i...@bsdimp.com>
---
configs/targets/arm-bsd-user.mak | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 configs/targets/arm-bsd-user.mak
diff --git a/configs/targets/arm-bsd-user.mak b/configs/targets/arm-bsd-user.mak
new file mode 100644
index 0000000000..deea21aaf5
--- /dev/null
+++ b/configs/targets/arm-bsd-user.mak
@@ -0,0 +1,2 @@
+TARGET_ARCH=arm
+TARGET_XML_FILES= gdb-xml/arm-core.xml gdb-xml/arm-vfp.xml
gdb-xml/arm-vfp3.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml
--
2.32.0
I'm not really qualified to review this one, but it looks basically
sane. I note that there's a gdb-xml/arm-vfp-sysregs.xml in the current
master that should probably be added to TARGET_XML_FILES.
Cross-referencing arm-linux-user and i386-bsd-user, this seems sane
and correct and I'm not aware of any other options that we would need
to consider setting, so let's call it:
Acked-by: Kyle Evans <kev...@freebsd.org>
Yeah, add sysregs.xml and give it
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~