This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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 roland/arm-mcount] ARM: Disable compat mcount code when unneeded.


On Tue, 27 Aug 2013, Roland McGrath wrote:

> The obsolete _mcount entry point is not needed in a shared library not
> supporting any old ABIs.  This change also makes it unavailable for static
> linking altogether.  We have never supported linking old object files with
> new libraries, so that should not be a problem for existing configurations.

Isn't this about objects built with old compilers (before GCC 4.4, when 
__gnu_mcount_nc was introduced; arm*-*-linux-gnueabi support was added in 
4.1), which is generally supported, rather than objects built with old 
library headers, which isn't?

-- 
Joseph S. Myers
joseph@codesourcery.com


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