On Fri, 25 Feb 2000, Ossama Othman wrote:
> I did just realize that the compiler options passed to libtool during
> the link phase are being stripped from the link command. For example:
>
>bin/sh ../libtool --tag=CXX --mode=link c++ -W -Wall -Wpointer-arith
>-fno-implicit-templates -g -O2
Hi!
I would like to use -Bsymbolic for some of our libraries
to reduce the library size and the memory usage of the
processes linking to it (I'm still not sure why it does
that, but the numbers speak :)
The problem with this is that the linker needs for -Bsymbolic
to work all libraries passed. U
Hi,
On Thu, Feb 24, 2000 at 01:08:45PM +0100, Stephan Kulow wrote:
> Thomas Tanner wrote:
> >
> > On 19-Feb-2000 Stephan Kulow wrote:
> > >> I'm working on a fix.
> > >> My first experimental patch (an ugly hack :( is attached.
> > >> It's doesn't support the -la -lb -la case yet.
> > > It do
Hi Stephan,
On Thu, Feb 24, 2000 at 10:46:47AM +0100, Stephan Kulow wrote:
> Well, I think I found the bug. The multi-language branch
> creates the objdir and the code looks like this:
>
> if test ! -d $objdir; then
> $show "$mkdir $objdir"
> $run $mkdir $objdir
>
This may be of interest for us. It was installed in Sourceware's
binutils about a month ago. We may need to add V and v to the `nm'
symbol extraction expressions.
2000-01-25 Thomas de Lellis <[EMAIL PROTECTED]>
* syms.c (bfd_decode_symclass)
Two new class characters were adde