diff options
author | Gaius Mulley <gaius@glam.ac.uk> | 2006-05-13 18:49:56 +0000 |
---|---|---|
committer | Gaius Mulley <gaius@glam.ac.uk> | 2006-05-13 18:49:56 +0000 |
commit | 1c547afb780c6b8ba0adca7dc171b08b97738bbf (patch) | |
tree | 3ef85232b23233ad01cd500f6b1c27b1c65fee9b | |
parent | d3d3c7e6d59c98a0180a36580102359719b05351 (diff) | |
download | fsf-binutils-gdb-1c547afb780c6b8ba0adca7dc171b08b97738bbf.zip fsf-binutils-gdb-1c547afb780c6b8ba0adca7dc171b08b97738bbf.tar.gz fsf-binutils-gdb-1c547afb780c6b8ba0adca7dc171b08b97738bbf.tar.bz2 |
removed lengthy descriptions about function modifications.
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8048b3..7f77add 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -21,15 +21,12 @@ (m2_long_set): New function. (m2_record_fields): New function. (m2_enum): New function. - * dwarf2read.c: Added ability to detect the language - Modula-2 and handle SET and CHAR types. + * dwarf2read.c: Modified. (read_set_type): New function. (process_die): Call read_set_type. - (read_base_type): Modifed signed/unsigned char handling for - Modula-2. + (read_base_type): Modifed. (set_cu_language): Added Modula-2 case clause. - * m2-valprint.c: Complete replacement so that Modula-2 - values are printed rather than call the C language routines. + * m2-valprint.c: Complete replacement. (print_function_pointer_address): New function. (get_long_set_bounds): New function. (m2_print_long_set): New function. |