Fix sol-thread.c build failure.
authorJoel Brobecker <brobecker@adacore.com>
Thu, 6 Mar 2014 15:57:29 +0000 (10:57 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Thu, 6 Mar 2014 16:04:58 +0000 (08:04 -0800)
commitd3c1a85fda4478dcc72f0e11aa7727bd314c7fdd
treea3d6d9cfb00ca01ea633d2d597a3be4f5c421df6
parent255d9eec05d83a5bcfad57303f29dc7ba3a2e027
Fix sol-thread.c build failure.

Some updates where needed after the minimal symbol handling got changed
a little. This patch makes those changes.

gdb/ChangeLog:

        * sol-thread.c: #include "symtab.h", "minsym.h" and "objfiles.h".
        (ps_pglobal_lookup): Use BMSYMBOL_VALUE_ADDRESS instead of
        SYMBOL_VALUE_ADDRESS.
        (info_cb): MSYMBOL_PRINT_NAME instead of SYMBOL_PRINT_NAME.
gdb/ChangeLog
gdb/sol-thread.c