From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix solib support for non-svr4-solib-host x svr4-solib-target Date: Mon, 19 Mar 2001 00:51:00 -0000 Message-id: <1010319085049.ZM6004@ocotillo.lan> References: <1010319065947.ZM5547@ocotillo.lan> X-SW-Source: 2001-03/msg00344.html On Mar 18, 11:59pm, Kevin Buettner wrote: > I've tested these changes for both native configs and with > --target=ia64-unknown-linux for the following hosts: > > NetBSD 1.4: i386-unknown-netbsd1.4 (BSD shared libs) > NetBSD 1.5: i386-unknown-netbsdelf1.5 (newer BSD w/ SVR4 shared libs) > Solaris 7: sparc-sun-solaris2.7 (SVR4 shared libs) > SunOS 4: sparc-sun-sunos4.1.4 (SunOS shared libs) > FreeBSD 4.2: i386-unknown-freebsd4.2 (newer BSD w/ SVR4 shared libs) > Solaris 8: i386-pc-solaris2.8 (SVR4 shared libs) > RH7: i686-pc-linux-gnu (SVR4 shared libs) > Unixware 7: i586-sco-sysv5uw7.1.1 (SVR4 shared libs) After reexamining the above list, I decided it would be a good idea to test on a host which doesn't natively build any of the solib*.c files. So... I've also just finished a test build on AIX4.3.3 (powerpc-ibm-aix4.3.3.0), both as a native debugger and as a cross debugger to ia64-unknown-linux. Kevin