OSDN Git Service

Fix a build failure on AIX introduced after a change in the profile
authorbrobecke <brobecke>
Thu, 12 Mar 2009 17:44:28 +0000 (17:44 +0000)
committerbrobecke <brobecke>
Thu, 12 Mar 2009 17:44:28 +0000 (17:44 +0000)
commite7b0db123c648332d8bffdd00c2f329866f4e5d3
tree59e0ee23d9b6886f712596d3732fe922f1719748
parentf593eb3b38960c68135141b6e87f73fb88815894
    Fix a build failure on AIX introduced after a change in the profile
        of some of the "methods" in the target_ops structure.
        * aix-thread.c: Add missing target_ops parameter throughout.

        Implement Ada task switching on AIX.
        * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
        (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
gdb/ChangeLog
gdb/aix-thread.c