2005-05-11 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Sun, 12 May 2002 02:20:38 +0000 (02:20 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 12 May 2002 02:20:38 +0000 (02:20 +0000)
commit4a1970e4a429204b221938e52804b9a2a5ec1001
treeb4f26a59a53183d09a033c88a489259470d12820
parentb2e75d78994bf7899fdb51387a9d95950f09ad9a
2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
            Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>

        * Makefile.in: Update dependencies for valops.c.
        * valops.c: Include "gdb_assert.h".
        (typecmp): Skip THIS parameter to methods.
        (find_method_list): Remove static_memfuncp argument,
        update callers.  Check for stub methods.
        (find_value_oload_method_list): Don't set *static_memfuncp.
        (find_overload_match): Don't check for stub methods.  Assert
        that methods are not stubbed.  Handle static methods.
        (value_find_oload_method_list): Remove static_memfuncp argument.
        * gdbtypes.c (check_stub_method): Do not add THIS pointer
        to the argument list for static stub methods.
        * value.h (value_find_oload_method_list): Update prototype.
gdb/ChangeLog
gdb/Makefile.in
gdb/gdbtypes.c
gdb/valops.c
gdb/value.h
This page took 0.026661 seconds and 4 git commands to generate.