Fix a build failure on AIX.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 9 Sep 2009 17:59:18 +0000 (17:59 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 9 Sep 2009 17:59:18 +0000 (17:59 +0000)
commit397dbc8b2baed9b1e46841eca63f1d05c7ac32e4
tree38199bea081b44f609a99936f0fad06b58c23145
parent5172aecbd2b65e71aedbd21c46253ca6a20227aa
    Fix a build failure on AIX.
        * rs6000-nat.c (vmap_exec): Rewrite using target_get_section_table
        instead of relying on the to_sections/to_section_end target_ops
        field, since the latter have been removed in a previous patch.
gdb/ChangeLog
gdb/rs6000-nat.c