mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
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:
parent
b90e5cd6b2
commit
a5c6673503
@ -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]:
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user