diff options
author | Keith Seitz <keiths@redhat.com> | 2012-08-15 23:43:14 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2012-08-15 23:43:14 +0000 |
commit | 2873700ec586a04a4715fa0e684e12bd05b9a1c6 (patch) | |
tree | a30fd310f1b40b1dbb0df2b4b52b96ff612599cb /gdb/ChangeLog | |
parent | 1c9f2ed2b3ec76cda0994383c2124c658b8c1800 (diff) | |
download | gdb-2873700ec586a04a4715fa0e684e12bd05b9a1c6.zip gdb-2873700ec586a04a4715fa0e684e12bd05b9a1c6.tar.gz gdb-2873700ec586a04a4715fa0e684e12bd05b9a1c6.tar.bz2 |
* gdbtypes.c (opaque_type_resolution): Make static.
Add missing comment.
(overload_debug): Add missing comment.
(show_opaque_type_resolution): Likewise.
(show_overload_debug): Likewise.
(print_bit_vector): Remove unnecessary forward declaration.
(print_arg_types): Likewise.
(dump_fn_fieldlists): Likewise.
(print_cplus_stuff): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3999aa7..24ef63a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2012-08-15 Keith Seitz <keiths@redhat.com> + + * gdbtypes.c (opaque_type_resolution): Make static. + Add missing comment. + (overload_debug): Add missing comment. + (show_opaque_type_resolution): Likewise. + (show_overload_debug): Likewise. + (print_bit_vector): Remove unnecessary forward declaration. + (print_arg_types): Likewise. + (dump_fn_fieldlists): Likewise. + (print_cplus_stuff): Likewise. + 2012-08-15 Tom Tromey <tromey@redhat.com> * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field. |