• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionf03fb29221a00c294e14850f1fa1af343cded926 (tree)
l'heure2018-08-01 22:36:50
AuteurNick Clifton <nickc@redh...>
CommiterNick Clifton

Message de Log

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.

Change Summary

Modification

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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+
17 2018-08-01 Alan Modra <amodra@gmail.com>
28
39 * po/POTFILES.in: Regenerate.
--- a/gas/config/tc-ns32k.c
+++ b/gas/config/tc-ns32k.c
@@ -493,7 +493,7 @@ addr_mode (char *operand,
493493 default:
494494 break;
495495 }
496- /* Drop through. */
496+ /* Fall through. */
497497
498498 case 3:
499499 if (!strncmp (str, "tos", 3))