aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r--gdb/ch-exp.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y
index 35fb2fe..cb17086 100644
--- a/gdb/ch-exp.y
+++ b/gdb/ch-exp.y
@@ -759,7 +759,7 @@ operand_3 : operand_4
}
| operand_3 SLASH_SLASH operand_4
{
- $$ = 0; /* FIXME */
+ write_exp_elt_opcode (BINOP_CONCAT);
}
;
@@ -1778,7 +1778,6 @@ yylex ()
case '+':
case '-':
case '*':
- case '/':
case '(':
case ')':
case '[':