CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/27 08:02:49
Modified files:
usr.sbin/installboot/amd64: Makefile.inc
usr.sbin/installboot/i386: Makefile.inc i386_installboot.c
i386_installboot.h i386_nlist.c
Log message:
Instead of playing #include games to get a 32-bit ELF implementation on
amd64, simply compile in our own nlist_elf32. Remove ECOFF and AOUT from
the nlist implementation since we do not need it.
This makes the code identical for the i386 and amd64 versions of
installboot(8).