diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 50c6b35..0ff49e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr> + * Fix PR pascal/2231 + dwarf2read.c (read_subroutine_type): + All pascal functions are prototyped. + +2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr> + * Fix PR pascal/2283 p-valprint.c (pascal_val_print): correct current language check. Also print array of char as strings. |