]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename i386's Linux ELF to Linux ELF32
authorJessica Clarke <jrtc27@FreeBSD.org>
Thu, 21 Jan 2021 01:54:12 +0000 (01:54 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Thu, 21 Jan 2021 01:54:12 +0000 (01:54 +0000)
commit5faeda903753d20a7a857167a68713d1659474e1
treef99c1994679a9c24501031be8402b7f1de20316c
parent32cb85d0f1e806ac2147fefff6b6e3bd107ba4c1
Rename i386's Linux ELF to Linux ELF32

This is what amd64 calls the i386 Linux ABI in order to distinguish it
from the amd64 Linux ABI, and matches the nomenclature used for the
FreeBSD ABIs where they always have the size suffix in the name.

Reviewed by: trasz
Differential Revision: https://reviews.freebsd.org/D27647
sys/i386/linux/linux_sysvec.c
usr.bin/truss/setup.c