[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help needed for defining hppa __clz_tab gcc-compat symbol



Randolph Chung <tausq@debian.org> wrote:
> 
> I've created a libgcc-compat.c that has something like this:
> 
> #if SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_2_6)
> symbol_version (__clz_tab_internal, __clz_tab, GLIBC_2.2);
> typedef unsigned int UQItype  __attribute__ ((mode (QI)));
> static const UQItype __clz_tab_internal[] = { ... }
  ^^^^^^

Try getting rid of that?
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: