diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2008-08-19 10:36:43 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2008-08-19 10:36:43 +0000 |
commit | bfb8797a0171b72def4c2d5b2817c0d696333a83 (patch) | |
tree | b6226a5cd4bf4b6a328165dd72ed8d84ec60713f /gdb | |
parent | 690cc4ebad2e274c2a3fa2720bccbc7f7c4cbdc7 (diff) | |
download | gdb-bfb8797a0171b72def4c2d5b2817c0d696333a83.zip gdb-bfb8797a0171b72def4c2d5b2817c0d696333a83.tar.gz gdb-bfb8797a0171b72def4c2d5b2817c0d696333a83.tar.bz2 |
Add NEWS entry for last Ada changes, and adjust typos in last ChangeLog
entry.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9e8b13..0eb48b3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2008-08-19 Paul N. Hilfinger <hilfinger@adacore.com> - + + Changes for supporting boolean types in debugging data. * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change API to return LONGEST values rather than struct values. (ada_evaluate_subexp): Change to use new API of discrete_type_low_bound @@ -9,7 +10,7 @@ (ada_is_modular_type): Correct so that base type must be integral. * ada-lex.l (TRUEKEYWORD,FALSEKEYWORD): Make 'true' and 'false' keywords when they appear alone, since we are phasing out - direct representation of these identifiers in ebugging data. + direct representation of these identifiers in debugging data. * ada-exp.y: Define 'true' and 'false' as primaries. (type_boolean): New function. (type_int,type_long,type_long_long,type_floattype_double) @@ -22,7 +23,8 @@ debugging data. * ada-valprint.c (print_optional_low_bound): Handle boolean case as well. - + * NEWS: Note support boolean types. + 2008-08-18 Pedro Alves <pedro@codesourcery.com> * bsd-uthread.c (bsd_uthread_close): New. @@ -58,6 +58,8 @@ list of section offsets. conditions handling signals delivered during attach or thread creation have also been fixed. +* GDB now supports the use of DWARF boolean types for Ada's type Boolean. + * New features in the GDB remote stub, gdbserver - The "--wrapper" command-line argument tells gdbserver to use a |