]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support a.out format in nlist only on i386
authoremaste <emaste@FreeBSD.org>
Tue, 22 Dec 2015 20:36:14 +0000 (20:36 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 22 Dec 2015 20:36:14 +0000 (20:36 +0000)
commit3808bf980c2c46dcb44722f214c1d89db5b6c04d
tree9e9fb52ecdfe3b93ab5e8d77874b215d5e542655
parentb665ac07581ab1fbd0d71db29a027b4a39734789
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