This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] Use AT_PLATFORM and limit the number of important hwcap bits on PPC


On 9/14/06, Jakub Jelinek <jakub@redhat.com> wrote:
+#define HWCAP_IMPORTANT                (PPC_FEATURE_HAS_ALTIVEC        \
+                                | PPC_FEATURE_BOOKE)

booke is not important for reasonable machines. The embedded garbage can define their own macros in a file in ports.

I'm going to apply the change without the bit in about 14 hours (when
I get back online) unless I read a rejection.  Mind you, rejection of
the move to AT_PLATFORM, not the booke stuff.


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