This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] automated demangling styles list.
On Sun, Jun 16, 2002 at 02:52:22PM +0200, Marc Espie wrote:
> On Sat, Jun 15, 2002 at 10:25:10PM -0700, H . J . Lu wrote:
> > On Sun, Jun 16, 2002 at 03:04:35AM +0200, Marc Espie wrote:
> > >
> > > There is a world beyond linux yet, fortunately.
> > >
> > > OpenBSD, for one, does install libiberty as a shared library.
> > >
> >
> > I was talking about the unmodified libiberty from the FSF. I don't
> > see anything in libiberty which builds a shared library on OpenBSD.
> > I must have missed something.
>
> I don't think all the code in your binutils releases makes it to the
> FSF either...
The libiberty in the FSF tree is not designed for shared library. It
has no versions. Changing ABI isn't a problem as long as it supports
versions.
H.J.