This is the mail archive of the binutils@sourceware.org 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: PowerPC64 ELFv1 undefined weak functions


Hi Alan,

> Undefined weak functions, like __gmon_start__, were not being made
> dynamic or emitting plt call code.  While the behaviour of undefined
> weak symbols is not defined in the ELF standard, the intention on
> powerpc64 was to make it possible to link without a definition of such
> symbols and at run time behave the same as if a definition was found
> at link time in a shared library.

Do you think that it would be worth creating a new test, probably in gcc, 
to check that this behaviour does work as expected ?

Cheers
  Nick


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