Fix compile time warning problem with gcc 8 and the NS32K assembler sources.

* config/tc-ns32k.c (addr_mode): Replace "Drop through" comment
	with "Fall through" so that it will be recognised by gcc's switch
	statment error checker.
This commit is contained in:
Nick Clifton 2018-08-01 14:36:50 +01:00
parent 103da91bc0
commit f03fb29221
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-08-01 Nick Clifton <nickc@redhat.com>
* config/tc-ns32k.c (addr_mode): Replace "Drop through" comment
with "Fall through" so that it will be recognised by gcc's switch
statment error checker.
2018-08-01 Alan Modra <amodra@gmail.com>
* po/POTFILES.in: Regenerate.

View File

@ -493,7 +493,7 @@ addr_mode (char *operand,
default:
break;
}
/* Drop through. */
/* Fall through. */
case 3:
if (!strncmp (str, "tos", 3))