diff options
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 94bcef6..b66c373 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,5 +1,15 @@ 2001-06-09 Andrew Cagney <ac131313@redhat.com> + * mi-out.c (mi_table_end, mi_table_begin, mi_begin, mi_end): Move + supress_field_separator updates from here. + (mi_open, mi_close): To here. + (mi_open): Add parameter name. Output a field_separator. + (mi_table_begin): Update. + (mi_table_header): + (mi_begin): Update. + +2001-06-09 Andrew Cagney <ac131313@redhat.com> + * mi-out.c (mi_table_begin): Make char* parameters constant. (mi_table_header): Ditto. (mi_field_int): Ditto. |