mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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:
parent
103da91bc0
commit
f03fb29221
@ -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.
|
||||
|
@ -493,7 +493,7 @@ addr_mode (char *operand,
|
||||
default:
|
||||
break;
|
||||
}
|
||||
/* Drop through. */
|
||||
/* Fall through. */
|
||||
|
||||
case 3:
|
||||
if (!strncmp (str, "tos", 3))
|
||||
|
Loading…
Reference in New Issue
Block a user