diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-03-21 20:51:16 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-03-21 20:51:16 +0000 |
commit | 13b57657099c839e1508400a4a73b222d4da2c25 (patch) | |
tree | 4ada6d1d1f5ce0db3b38fac0b7208c8e2d06636f /gdb/ChangeLog | |
parent | 1dffcc66386145e0eda2bb842a9bccb7eca33981 (diff) | |
download | gdb-13b57657099c839e1508400a4a73b222d4da2c25.zip gdb-13b57657099c839e1508400a4a73b222d4da2c25.tar.gz gdb-13b57657099c839e1508400a4a73b222d4da2c25.tar.bz2 |
* gdb/linespec.c (find_methods): Whitespace differences aren't
significant in *un*mangled method names. Use strcmp_iw to compare
them, not STREQ. (Fix from Daniel Berlin.)
* gdb/testsuite/gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
unmangled operator names.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72bbb5f..2d6aa24 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-03-21 Jim Blandy <jimb@redhat.com> + + * linespec.c (find_methods): Whitespace differences aren't + significant in *un*mangled method names. Use strcmp_iw to compare + them, not STREQ. (Fix from Daniel Berlin.) + 2001-03-21 Andrew Cagney <ac131313@redhat.com> * gdbarch.sh: Allow a non- multi-arch target to override a |