GNU Binutils with patches for OS216
Révision | f03fb29221a00c294e14850f1fa1af343cded926 (tree) |
---|---|
l'heure | 2018-08-01 22:36:50 |
Auteur | Nick Clifton <nickc@redh...> |
Commiter | Nick Clifton |
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.
@@ -1,3 +1,9 @@ | ||
1 | +2018-08-01 Nick Clifton <nickc@redhat.com> | |
2 | + | |
3 | + * config/tc-ns32k.c (addr_mode): Replace "Drop through" comment | |
4 | + with "Fall through" so that it will be recognised by gcc's switch | |
5 | + statment error checker. | |
6 | + | |
1 | 7 | 2018-08-01 Alan Modra <amodra@gmail.com> |
2 | 8 | |
3 | 9 | * po/POTFILES.in: Regenerate. |
@@ -493,7 +493,7 @@ addr_mode (char *operand, | ||
493 | 493 | default: |
494 | 494 | break; |
495 | 495 | } |
496 | - /* Drop through. */ | |
496 | + /* Fall through. */ | |
497 | 497 | |
498 | 498 | case 3: |
499 | 499 | if (!strncmp (str, "tos", 3)) |