diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4490a2a..e02ea55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2001-03-19 Andrew Cagney <ac131313@redhat.com> + * remote.c (remote_cisco_section_offsets): Do not cast result from + bfd_get_section_name. + (compare_sections_command): Ditto. + (remote_cisco_section_offsets): Make ``p'' a const pointer. + (compare_sections_command): Ditto for ``sectname''. + +2001-03-19 Andrew Cagney <ac131313@redhat.com> + From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>: * valops.c (hand_function_call): Simplify computation of the address of the pushed argument. |