diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-07-09 05:15:50 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-07-09 05:15:50 +0000 |
commit | 6b1ba9a0022b6608ddf28ac2eb04d665aa06135b (patch) | |
tree | b7f47994496524c7330ca526dc8b89af885a17b4 /gdb/ChangeLog | |
parent | 2bec05724f1e0b0b643a6b81ad80155d994d3ffe (diff) | |
download | gdb-6b1ba9a0022b6608ddf28ac2eb04d665aa06135b.zip gdb-6b1ba9a0022b6608ddf28ac2eb04d665aa06135b.tar.gz gdb-6b1ba9a0022b6608ddf28ac2eb04d665aa06135b.tar.bz2 |
* gdbtypes.c (is_ancestor): Infer type equivalence from name
equivalence.
(rank_one_type): Use strcmp instead of == to compare type names.
Don't swap parm with arg when checking TYPE_CODE_REF types.
* valops.c (find_overload_match): Fix indentation. Compare
parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10,
and 100.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88c921a..2e3060b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2000-07-09 Nick Duffek <nsd@redhat.com> + + * gdbtypes.c (is_ancestor): Infer type equivalence from name + equivalence. + (rank_one_type): Use strcmp instead of == to compare type names. + Don't swap parm with arg when checking TYPE_CODE_REF types. + * valops.c (find_overload_match): Fix indentation. Compare + parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10, + and 100. + 2000-07-07 David Edelsohn <edelsohn@gnu.org> * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR. |