Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.

This allows truss to work for these binaries again after r288424.

MFC after:	3 days
This commit is contained in:
John Baldwin 2016-02-15 20:27:16 +00:00
parent 142482cda6
commit 623277619d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295637

View File

@ -129,7 +129,7 @@ i386_linux_fetch_retval(struct trussinfo *trussinfo, long *retval, int *errorp)
}
static struct procabi i386_linux = {
"Linux ELF32",
"Linux ELF",
SYSDECODE_ABI_LINUX,
i386_linux_fetch_args,
i386_linux_fetch_retval