|
From: Salvador E. T. <sal...@in...> - 2004-05-10 15:47:25
|
Nicholas Nethercote wrote: >On Mon, 10 May 2004, Salvador Eduardo Tropea wrote: > > =20 > >>vg_replace_malloc.c:105: warning: `visibility' attribute directive igno= red >> >>I consulted the gcc docs and "visibility" isn=B4t valid for gcc 2.95. >>So I think that: >> >>1) The ALIAS macro should be declared conditionaly checking gcc version= =2E >>2) It could have some relation. >> =20 >> > >What happens if you take out the ALIAS macro? > =20 > Same problem. I tried defining ALIAS as a no-op and as just: #define ALIAS(ret, name, args, toname) \ ret name args __attribute__((alias(#toname))) And I get the same problem :-( SET --=20 Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie...=20 Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |