diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-03-20 16:17:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-03-20 16:17:22 +0000 |
commit | 8bd1f2c64c2a827ad3ebb719bb64a229172e4e8e (patch) | |
tree | e47a03146bc4bb14ed1eef080aa1ef2c582814e6 /gdb/ChangeLog | |
parent | 754cbe1c313b890cbab5a6a8d7ec36a1b27d3ef2 (diff) | |
download | gdb-8bd1f2c64c2a827ad3ebb719bb64a229172e4e8e.zip gdb-8bd1f2c64c2a827ad3ebb719bb64a229172e4e8e.tar.gz gdb-8bd1f2c64c2a827ad3ebb719bb64a229172e4e8e.tar.bz2 |
* linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
than asking for sym_class's type; that's circuitous. Remove
sym_class, since the last use of it is gone.
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 ccc9cef..90085db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-03-20 Jim Blandy <jimb@redhat.com> + + * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather + than asking for sym_class's type; that's circuitous. Remove + sym_class, since the last use of it is gone. + 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il> * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]: |