diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48ebb4b..1bc8dd7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2012-03-01 Tom Tromey <tromey@redhat.com> + + * c-valprint.c (print_function_pointer_address): Move... + * valprint.c: ... here. Make non-static. + * m2-valprint.c (print_function_pointer_address): Remove. + * valprint.h (print_function_pointer_address): Declare. + 2012-03-01 Joel Brobecker <brobecker@adacore.com> * NEWS: Document the fact that one can provide a condition when |