This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: [PATCH] elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.


On Thu, Dec 31, 2015 at 11:25:30PM +0100, Mark Wielaard wrote:
> gnuld might keep dangling/unused symbols around (see sourceware PR13621).
> Add _edata (end of initialized data address) and _end (end of uninitialized
> data address) to that list. They might have been added by gnuld even if
> there is no such [un]initialized data. Also add the double underscore
> variants which are used on some architectures.

Pushed to master.

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