diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a0e721..bf71afb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org> + + * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions. + (PostfixExpression): Support `expr.sizeof' expressions. + (PrimaryExpression): Support `typeof(expr)' expressions. + 2015-10-08 Maciej W. Rozycki <macro@imgtec.com> * MAINTAINERS: Update my email address. |