Fix build error in sol-thread.c:info_cb
authorJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 11:36:45 +0000 (11:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 11:36:45 +0000 (11:36 +0000)
commit5812197ca1f549b2a66374def03537638326e8c0
tree1f952913b81dc4e642cf484a616d807ba26876f1
parent95eebdcc1f21df8b7914cc16a79625588b1d944f
Fix build error in sol-thread.c:info_cb

gdb/ChangeLog:

        * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
        of local variable msym to const struct bound_minimal_symbol.
        Adjust use accordingly.
        [ti.ti_state == TD_THR_SLEEP]: Likewise.
gdb/ChangeLog
gdb/sol-thread.c