summaryrefslogtreecommitdiffstats
path: root/gdb/ada-exp.y
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-02-28 04:33:26 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-02-28 04:33:26 +0000
commit8ab1f94d63b7ac57e7236dbd77e9d1467d7c9810 (patch)
tree5b1e3164f9c79cfbb9752dfebd506adb9fad235c /gdb/ada-exp.y
parent7e52cbd0c66ef98b19be5b4da97b086bfcdb5df0 (diff)
downloadppe42-binutils-8ab1f94d63b7ac57e7236dbd77e9d1467d7c9810.tar.gz
ppe42-binutils-8ab1f94d63b7ac57e7236dbd77e9d1467d7c9810.zip
add FALLTHROUGH comment in ada-exp.y:write_object_renaming
gdb/ChangeLog: From Michael Snyder <msnyder@vmware.com> * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r--gdb/ada-exp.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index e56b7bcb28..e64d1eb456 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -920,6 +920,7 @@ write_object_renaming (struct block *orig_left_context,
break;
case 'L':
slice_state = LOWER_BOUND;
+ /* FALLTHROUGH */
case 'S':
renaming_expr += 1;
if (isdigit (*renaming_expr))
OpenPOWER on IntegriCloud