possible gas bug

Daniel Jacobowitz drow@mvista.com
Mon Oct 20 19:21:00 GMT 2003


On Fri, Oct 17, 2003 at 03:25:42PM +0200, Denis J Barrow wrote:
> I am trying to make 2 versions of a symbol point to a routine however gas
> complains about this
> with a error multiple versions error IMHO this is not a bug in my code.
> 
> Ultimately I am trying to version __setjmp & setjmp which point to the same
> code in glibc
> 
> To reproduce a simple version of the problem use the code enclosed & type
> mk.

I believe this is expected.  Look at the way more of glibc does it:

  function __setjmp
  strong alias of setjmp to __setjmp
  version of __setjmp
  version of setjmp

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Binutils mailing list