]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support a.out format in nlist only on i386
authorEd Maste <emaste@FreeBSD.org>
Tue, 22 Dec 2015 20:36:14 +0000 (20:36 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 22 Dec 2015 20:36:14 +0000 (20:36 +0000)
commit6ee0db8b76fd94f513d929f0f209bd486b155bd1
tree9e9fb52ecdfe3b93ab5e8d77874b215d5e542655
parent265e58989d94820a0845000733a5908bcf0d3b00
Support a.out format in nlist only on i386

i386 is the only current FreeBSD architecture that ever used a.out
format.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D4687
22 files changed:
lib/libc/gen/nlist.c
sys/boot/efi/include/amd64/efibind.h
sys/boot/efi/include/amd64/pe.h
sys/boot/efi/include/arm64/efibind.h
sys/boot/efi/include/efi.h
sys/boot/efi/include/efi_nii.h
sys/boot/efi/include/efidebug.h
sys/boot/efi/include/efidef.h
sys/boot/efi/include/efidevp.h
sys/boot/efi/include/efifs.h
sys/boot/efi/include/efinet.h
sys/boot/efi/include/efipart.h
sys/boot/efi/include/efipciio.h
sys/boot/efi/include/efiprot.h
sys/boot/efi/include/efipxebc.h
sys/boot/efi/include/efiser.h
sys/boot/efi/include/efiuga.h
sys/boot/efi/include/i386/efibind.h
sys/boot/efi/include/i386/pe.h
sys/boot/efi/libefi/efinet.c
sys/boot/efi/libefi/efipart.c
sys/boot/efi/libefi/time.c