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: ELF/m68k visibility handling in shared libraries


On Tue, Dec 03, 2002 at 12:07:35PM -0800, Richard Henderson wrote:
> Visibility changes are applied after all 
> object files are read (and visibilities merged).

See the elf_backend_hide_symbol call in elf_link_add_object_symbols,
which is where check_relocs is called.  Not all visibility changes
happen later.

>  Whereas
> check_relocs is called during the reading of the objects.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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