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: Attempts on Solaris 10 SPARC


On Thu, Jul 18, 2013 at 5:58 AM, nick clifton <nickc@redhat.com> wrote:
>
> This is now fixed (in the mainline development sources).
>

that would be?

anonymous@cvs.savannah.gnu.org:/web/binutils

>
> This is slightly worrying - I would have expected the two definitions to be
> the same.  Can you tell me how AT_SUN_HWCAP is defined in auxv.h ?
>

/*
 * These attributes communicate performance -hints- about processor
 * hardware capabilities that might be useful to library implementations.
 */
#define AT_SUN_CAP_HW1  2009

#define AT_SUN_HWCAP    AT_SUN_CAP_HW1 /* deprecated; for backward compat */


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