Fix compile time warning problem with gcc 8 and the NS32K assembler sources.
authorNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2018 13:36:50 +0000 (14:36 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2018 13:36:50 +0000 (14:36 +0100)
commitf03fb29221a00c294e14850f1fa1af343cded926
treed78e341b1faf50a305335642465ba4afbda7a5d2
parent103da91bc083f94769e3758175a96d06cef1f8fe
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.
gas/ChangeLog
gas/config/tc-ns32k.c