mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
* cp-namespace.c: Doc fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-13 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
* cp-namespace.c: Doc fix.
|
||||||
|
|
||||||
2003-11-12 Michael Snyder <msnyder@redhat.com>
|
2003-11-12 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* sh64_tdep.c: Regularize some names.
|
* sh64_tdep.c: Regularize some names.
|
||||||
|
@ -340,7 +340,7 @@ cp_lookup_symbol_nonlocal (const char *name,
|
|||||||
cp_lookup_symbol_nonlocal.
|
cp_lookup_symbol_nonlocal.
|
||||||
|
|
||||||
For example, if we're within a function A::B::f and looking for a
|
For example, if we're within a function A::B::f and looking for a
|
||||||
symbol f, this will get called with NAME = "f", SCOPE = "A::B", and
|
symbol x, this will get called with NAME = "f", SCOPE = "A::B", and
|
||||||
SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
|
SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
|
||||||
but with SCOPE_LEN = 1. And then it calls itself with NAME and
|
but with SCOPE_LEN = 1. And then it calls itself with NAME and
|
||||||
SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
|
SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
|
||||||
|
Reference in New Issue
Block a user