aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c6cc7d..a5a752c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2015-11-17 Simon Marchi <simon.marchi@ericsson.com>
+
+ * c-exp.y (exp): Adjust, change enum c_string_type to
+ c_string_type.
+ (parse_string_or_char): Likewise.
+ * c-lang.c (charset_for_string_type): Likewise.
+ (classify_type): Likewise.
+ (c_printchar): Likewise.
+ (c_printstr): Likewise.
+ (evaluate_subexp_c): Likewise. And change cast to enum
+ c_string_type_values.
+ * c-lang.h: Include "common/enum_flags.h".
+ (enum c_string_type): Rename to...
+ (enum c_string_type_values): ...this.
+ (c_string_type): Define new enum flags type.
+
2015-11-17 Pedro Alves <palves@redhat.com>
* btrace.h: Include common/enum-flags.h.