diff options
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 22bde73..d4e5235 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -27,8 +27,8 @@ PR symtab/7259: * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL. * ada-lang.c (ada_discrete_type_high_bound) - (ada_discrete_type_low_bound): Use TYPE_FIELD_ENUMVAL for - TYPE_CODE_ENUM. + (ada_discrete_type_low_bound): Fix function comment. Use + TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM. (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL. (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM. * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST. |