* gdbtypes.c (is_ancestor): Infer type equivalence from name
authorNicholas Duffek <nsd@redhat.com>
Sun, 9 Jul 2000 05:15:50 +0000 (05:15 +0000)
committerNicholas Duffek <nsd@redhat.com>
Sun, 9 Jul 2000 05:15:50 +0000 (05:15 +0000)
commit6b1ba9a0022b6608ddf28ac2eb04d665aa06135b
treeb7f47994496524c7330ca526dc8b89af885a17b4
parent2bec05724f1e0b0b643a6b81ad80155d994d3ffe
* 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.
gdb/ChangeLog
gdb/gdbtypes.c
gdb/valops.c
This page took 0.02491 seconds and 4 git commands to generate.