This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/commit] Remove solib-svr4.o from gdb_target_obs for ppc-aix.


Hello,

I don't think there is any reason to link solib-svr4.o in with
the AIX debugger anymore... This will eventually be replaced by
a solib-aix anyway, but I think we can proceed with this change
right away.

gdb/ChangeLog:

        * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
        Remove solib-svr4.o from the list.

OK to apply?

Thanks,
-- 
Joel

---
 gdb/configure.tgt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index cce4e09..cfefb14 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -441,7 +441,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*)
-- 
1.7.0.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]