Allow Clang's integrated assembler to assemble boot0
authoremaste <emaste@FreeBSD.org>
Fri, 23 Jun 2017 18:41:49 +0000 (18:41 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 23 Jun 2017 18:41:49 +0000 (18:41 +0000)
commit6865656dd753d07f5264c6ddb25782e7a943fb04
tree05fdef28badcb97c32c3ff0c9dc69cbe9d531293
parent873d7100a1028a8ee1b910c1befb5d79b70348c8
Allow Clang's integrated assembler to assemble boot0

dim@ compared clang IAS-built and GNU as-built boot0 and found them
equivalent.  IAS encoded one instruction using two bytes where GNU as
used three, and another instruction using three bytes where GNU as used
two.  The net result is equivalent and tested, so there is no need to
force IAS off for boot0.
sys/boot/i386/boot0/Makefile