This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/22670] regressions in Ada caused by introduction of wild matching in C++ patch series


https://sourceware.org/bugzilla/show_bug.cgi?id=22670

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Pedro Alves <palves@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a655456c134e5e02bab33941e1c738ca33905d23

commit a655456c134e5e02bab33941e1c738ca33905d23
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Jan 5 17:56:33 2018 +0000

    Fix gdb/spu-tdep.c build breakage

    Commit de63c46b549d ("Fix regresssion(internal-error) printing
    subprogram argument (PR gdb/22670)") missed updating spu-tdep.c for
    the block_lookup_symbol interface change, resulting in:

      ../../binutils-gdb/gdb/spu-tdep.c: In function void
spu_catch_start(objfile*):
      ../../binutils-gdb/gdb/spu-tdep.c:1969:59: error: cannot convert
domain_enum_tag to symbol_name_match_type for argument 3 to symbol*
block_lookup_symbol(const block*, const char*, symbol_name_match_type,
domain_enum)
         sym = block_lookup_symbol (block, "main", VAR_DOMAIN);
                                                             ^

    gdb/ChangeLog:
    2018-01-05  Pedro Alves  <palves@redhat.com>

        * spu-tdep.c (spu_catch_start): Pass
        symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]