diff options
author | Sami Wagiaalla <swagiaal@redhat.com> | 2009-07-07 17:25:11 +0000 |
---|---|---|
committer | Sami Wagiaalla <swagiaal@redhat.com> | 2009-07-07 17:25:11 +0000 |
commit | 8c902bb1fe198081e40e925140473001c1c9e486 (patch) | |
tree | 08a7815a21e2b3a64ec52e961b7ffaaafc6aa682 /gdb/ChangeLog | |
parent | 1103f72c0fdb73eeedc115a71cd0d03a31165b6a (diff) | |
download | gdb-8c902bb1fe198081e40e925140473001c1c9e486.zip gdb-8c902bb1fe198081e40e925140473001c1c9e486.tar.gz gdb-8c902bb1fe198081e40e925140473001c1c9e486.tar.bz2 |
2009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
* cp-support.h (struct using_direct): Rename members inner and
outer to import_src, and import_dest respectively.
* cp-namespace.c (cp_add_using_directive): Update.
(cp_add_using): Update.
(cp_copy_usings): Update.
(cp_lookup_symbol_namespace): Update.
(cp_scan_for_anonymous_namespaces): Update.
* cp-support.c (make_symbol_overload_list_using): Update.
* cp-support.h (cp_add_using_directive, cp_add_using): Rename
arguments from inner and outer to src and dest respectively.
* cp-namespace.c (cp_add_using_directive): Ditto.
(cp_add_using): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5aa4b9..56480f1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2009-07-07 Sami Wagiaalla <swagiaal@redhat.com> + + * cp-support.h (struct using_direct): Rename members inner and + outer to import_src, and import_dest respectively. + * cp-namespace.c (cp_add_using_directive): Update. + (cp_add_using): Update. + (cp_copy_usings): Update. + (cp_lookup_symbol_namespace): Update. + (cp_scan_for_anonymous_namespaces): Update. + * cp-support.c (make_symbol_overload_list_using): Update. + * cp-support.h (cp_add_using_directive, cp_add_using): Rename + arguments from inner and outer to src and dest respectively. + * cp-namespace.c (cp_add_using_directive): Ditto. + (cp_add_using): Ditto. + 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com> * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop. |