Remove solib-svr4.o from gdb_target_obs for ppc-aix.

gdb/ChangeLog:

        * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
        Remove solib-svr4.o from the list.
This commit is contained in:
Joel Brobecker 2013-04-10 00:47:32 +00:00
parent b90e5cd6b2
commit a5c6673503
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-09 Joel Brobecker <brobecker@adacore.com>
* configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
Remove solib-svr4.o from the list.
2013-04-09 Joel Brobecker <brobecker@adacore.com>
* varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:

View File

@ -418,7 +418,7 @@ powerpc-*-openbsd*)
powerpc-*-aix* | rs6000-*-*)
# Target: PowerPC running AIX
gdb_target_obs="rs6000-tdep.o rs6000-aix-tdep.o xcoffread.o \
ppc-sysv-tdep.o solib-svr4.o \
ppc-sysv-tdep.o \
ravenscar-thread.o ppc-ravenscar-thread.o"
;;
powerpc-*-linux* | powerpc64-*-linux*)