diff options
author | Gaius Mulley <gaius@glam.ac.uk> | 2006-05-13 16:03:04 +0000 |
---|---|---|
committer | Gaius Mulley <gaius@glam.ac.uk> | 2006-05-13 16:03:04 +0000 |
commit | 229582b795c9110ed29f752d2acda506a0984175 (patch) | |
tree | 43b33a1538c55a5bf4c15e602ae06508bea4ce64 | |
parent | 72019c9cbc1405cb0ecfab5d57a66279a45c19c5 (diff) | |
download | gdb-229582b795c9110ed29f752d2acda506a0984175.zip gdb-229582b795c9110ed29f752d2acda506a0984175.tar.gz gdb-229582b795c9110ed29f752d2acda506a0984175.tar.bz2 |
tidied up ChangeLogs (80 character line width), added reference
to gaius@glam.ac.uk included into gdb/MAINTAINERS
-rw-r--r-- | gdb/ChangeLog | 19 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
2 files changed, 13 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99154d5..903d328 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,10 +1,10 @@ 2006-05-13 Gaius Mulley <gaius@glam.ac.uk> - * gdb/m2-lang.h: added function extern prototypes for m2_is_long_set and - get_long_set_bounds. + * gdb/m2-lang.h: added function extern prototypes for + m2_is_long_set and get_long_set_bounds. * gm2/m2-typeprint.c: This file has been completely - replaced to reflect the Modula-2 syntax rather than call the - c_print_type function. + replaced to reflect the Modula-2 syntax rather than call + the c_print_type function. (m2_print_type): walk the Modula-2 type tree. (m2_type_name): added. (m2_range): added. @@ -23,20 +23,23 @@ (m2_long_set): added. (m2_record_fields): added. (m2_enum): added. - * gdb/dwarf2read.c: added ability to detect the language Modula-2 + * gdb/dwarf2read.c: added ability to detect the language + Modula-2 and handle SET and CHAR types. (read_set_type): added. (process_die): call read_set_type. - (read_base_type): modifed signed/unsigned char handling for Modula-2. + (read_base_type): modifed signed/unsigned char handling for + Modula-2. (set_cu_language): added Modula-2 case clause. - * gdb/m2-valprint.c: complete replacement so that Modula-2 values are - printed rather than call the C language routines. + * gdb/m2-valprint.c: complete replacement so that Modula-2 + values are printed rather than call the C language routines. (print_function_pointer_address): added. (get_long_set_bounds): added. (m2_print_long_set): added. (print_unpacked_pointer): added. (print_variable_at_address): added. (m2_val_print): replaced. + * gdb/MAINTAINERS (Write After Approval): added Gaius Mulley <gaius@glam.ac.uk> 2006-05-12 Mark Kettenis <kettenis@gnu.org> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0dc8b24..6a91a32 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,6 @@ 2006-05-13 Gaius Mulley <gaius@glam.ac.uk> - - * gdb/doc/gdb.texinfo: added a section on Modula-2 Types. + + * gdb.texinfo (M2 Types): New section. 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com> |