]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsysdecode: Decode FreeBSD32 syscalls on arm64.
authorOlivier Houchard <cognet@FreeBSD.org>
Wed, 22 Sep 2021 22:22:30 +0000 (00:22 +0200)
committerOlivier Houchard <cognet@FreeBSD.org>
Wed, 22 Sep 2021 22:24:50 +0000 (00:24 +0200)
commit9bab18b8616bad4fa0adcd0e291903c55263640e
tree770397bebff29e9fa5991adf9500a9f7a2d04c21
parent1f82fb3834105fd8f1186b1c6d719d8a24738180
libsysdecode: Decode FreeBSD32 syscalls on arm64.

Add aarch64 to the list of architectures that can run 32bits FreeBSD binaries,
so that truss works correctly with an arm32 binary.
The same should probably be done with mips.

MFC After: 1 week
lib/libsysdecode/syscallnames.c