diff options
author | Tom Tromey <tromey@redhat.com> | 2012-03-01 18:25:19 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-03-01 18:25:19 +0000 |
commit | 132c57b47776e318422661c6f9196dc92d96335a (patch) | |
tree | 8987ac9db9409ccd55da3ce9a7aa7c115d9efa37 /gdb/ChangeLog | |
parent | e41eec6613d4f4410b58159f2b3d23f3414be8d5 (diff) | |
download | gdb-132c57b47776e318422661c6f9196dc92d96335a.zip gdb-132c57b47776e318422661c6f9196dc92d96335a.tar.gz gdb-132c57b47776e318422661c6f9196dc92d96335a.tar.bz2 |
* 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.
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 |