Distinguish no directive present from unknown directive
commit888964a880dbeead14ce316c4cae5b819aa877e3
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 7 Apr 2010 00:00:12 +0000 (6 17:00 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 7 Apr 2010 00:00:12 +0000 (6 17:00 -0700)
tree7ef62bbd7a518d8d690569351a05c08ff3b9f07f
parentcdcd1f7ac4ac9b60f8a6dd7327435997e478ebdd
Distinguish no directive present from unknown directive

Distinguish the case of no directive present (D_none) from the case of
an unknown specified directive (D_unknown).  This is reflected in
different error messages.

Furthermore, change the special case symbols to lower case in case we
ever have a directive called [none] or [unknown].

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
directives.pl
nasm.c