This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: possible gas bug


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]