Re: [RFC] adding support for Linux FDPIC ELF

2007-02-20 Thread Mike Frysinger
On Sunday 28 January 2007, Ralf Wildenhues wrote: > I'd like 1.5.24 to be released soon, and the backport of the > *-linux-uclibc* part of your patch against HEAD is trivial. I can > also write the ChangeLog entry and all. But I do want an assessment > of how complete the port is, to write a NEWS

Re: [RFC] adding support for Linux FDPIC ELF

2007-01-28 Thread Ralf Wildenhues
Hello Mike, Ping! * Ralf Wildenhues wrote on Mon, Jan 15, 2007 at 07:36:28PM CET: > * Mike Frysinger wrote on Sat, Jan 13, 2007 at 09:02:11PM CET: > > On Saturday 13 January 2007 04:21, Ralf Wildenhues wrote: > > > * Mike Frysinger wrote on Fri, Jan 12, 2007 at 11:42:30PM CET: > > > > i'm looking

Re: [RFC] adding support for Linux FDPIC ELF

2007-01-15 Thread Ralf Wildenhues
Hello Mike, * Mike Frysinger wrote on Sat, Jan 13, 2007 at 09:02:11PM CET: > On Saturday 13 January 2007 04:21, Ralf Wildenhues wrote: > > Thanks for the patch. Please send further patches to the > > libtool-patches list. > > i wasnt ready to submit it yet as i'm not really familiar with libtool

Re: [RFC] adding support for Linux FDPIC ELF

2007-01-13 Thread Mike Frysinger
On Saturday 13 January 2007 04:21, Ralf Wildenhues wrote: > Thanks for the patch. Please send further patches to the > libtool-patches list. i wasnt ready to submit it yet as i'm not really familiar with libtool internals ... figured i'd get feedback first, but should i be doing that on the pat

Re: [RFC] adding support for Linux FDPIC ELF

2007-01-13 Thread Ralf Wildenhues
Hello Mike, Thanks for the patch. Please send further patches to the libtool-patches list. * Mike Frysinger wrote on Fri, Jan 12, 2007 at 11:42:30PM CET: > i'm looking to add support for Linux on the Blackfin processor ... we use > FDPIC ELF as our format, so naturally it'd be nice if libtool d

[RFC] adding support for Linux FDPIC ELF

2007-01-12 Thread Mike Frysinger
i'm looking to add support for Linux on the Blackfin processor ... we use FDPIC ELF as our format, so naturally it'd be nice if libtool didnt get in our way when generating shared libraries :) -mike pgpCbvJNUdMNg.pgp Description: PGP signature Index: libltdl/m4/libtool.m4 ==