Re: Supporting -export-dynamic on AIX

2006-09-06 Thread Albert Chin
On Tue, Aug 08, 2006 at 02:58:44PM -0500, Albert Chin wrote: > > Another version. Patch against branch-1-5 only. I've reordered where > --export-dynamic occurs so we don't have to worry about the above. Our use of both $export_dynamic_symbols_cmds and $export_dynamic_flag_spec somewhat breaks the

Re: Supporting -export-dynamic on AIX

2006-08-08 Thread Albert Chin
On Sun, Jul 02, 2006 at 10:58:23PM +0900, Peter O'Gorman wrote: > On Tue, 2006-06-20 at 12:12 -0500, Albert Chin wrote: > > Albert also questioned the documentation: > > > On some operating systems, a program symbol must be specially > > declared > > in order to be dynamically resolved with t

Re: Supporting -export-dynamic on AIX

2006-07-03 Thread Peter O'Gorman
On Mon, 2006-07-03 at 01:29 -0500, Albert Chin wrote: > On Sun, Jul 02, 2006 at 10:58:23PM +0900, Peter O'Gorman wrote: > > Here are patches against branch-1-5 and HEAD, okay (with apropriate > > ChangeLog, of course)? > > The patch I submitted doesn't work when the command-line length is > exceed

Re: Supporting -export-dynamic on AIX

2006-07-02 Thread Albert Chin
On Sun, Jul 02, 2006 at 10:58:23PM +0900, Peter O'Gorman wrote: > Here are patches against branch-1-5 and HEAD, okay (with apropriate > ChangeLog, of course)? The patch I submitted doesn't work when the command-line length is exceeded so the patch needs a little more work. I'll try to address this

Re: Supporting -export-dynamic on AIX

2006-07-02 Thread Peter O'Gorman
On Tue, 2006-06-20 at 12:12 -0500, Albert Chin wrote: > On Sun, Jun 11, 2006 at 01:14:23AM -0500, Albert Chin wrote: > > On Sat, Jun 10, 2006 at 07:12:34PM -0500, Albert Chin wrote: > > > On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > > > > * Albert Chin wrote on Sat, Jun 10, 20

Re: Supporting -export-dynamic on AIX

2006-06-20 Thread Albert Chin
On Sun, Jun 11, 2006 at 01:14:23AM -0500, Albert Chin wrote: > On Sat, Jun 10, 2006 at 07:12:34PM -0500, Albert Chin wrote: > > On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > > > > On Sat, Jun 10, 2006 at 08:29:4

Re: Supporting -export-dynamic on AIX

2006-06-11 Thread mcnichol
> From: Albert Chin <[EMAIL PROTECTED]> > > Any reason we don't use -bexpall to support -export-dynamic on AIX? > >From ld(1): > autoexp >Automatically exports some symbols from the output module without >having to list them in an export file. (This option does not >expo

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sat, Jun 10, 2006 at 07:12:34PM -0500, Albert Chin wrote: > On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > > > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > > > * Albert Chin wrote on Sat,

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > > > Any reason we don't use -be

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Ralf Wildenhues
* Albert Chin wrote on Sat, Jun 10, 2006 at 08:49:29PM CEST: > On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > > Any reason we don't use -bexpall to support -export-dynamic on AIX? > > > > Yes, as commented in li

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
On Sat, Jun 10, 2006 at 08:29:44PM +0200, Ralf Wildenhues wrote: > * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > > Any reason we don't use -bexpall to support -export-dynamic on AIX? > > Yes, as commented in libtool.m4: > # It seems that -bexpall does not export symbols beginning

Re: Supporting -export-dynamic on AIX

2006-06-10 Thread Ralf Wildenhues
Hi Albert, * Albert Chin wrote on Sat, Jun 10, 2006 at 08:08:15PM CEST: > Any reason we don't use -bexpall to support -export-dynamic on AIX? Yes, as commented in libtool.m4: # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of sy

Supporting -export-dynamic on AIX

2006-06-10 Thread Albert Chin
Any reason we don't use -bexpall to support -export-dynamic on AIX? >From ld(1): autoexp Automatically exports some symbols from the output module without having to list them in an export file. (This option does not export all symbols from the output module. Use the -bexpall