aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5c5699e..c37e281 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
+ * c-exp.y (field_name): Allow DOUBLE_KEYWORD, INT_KEYWORD, LONG,
+ SHORT, SIGNED_KEYWORD, and UNSIGNED tokens to act as a field
+ names.
+ (typename_stoken): New function.
+
+2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
+
* c-exp.y (field_name): New %token, and new rule.
(exp): Replace uses of 'name' with 'field_name' where appropriate.