~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.h

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <ldsodefs.h>
25
25
#include <sysdep.h>
26
26
 
27
 
#define _DL_HWCAP_COUNT 10
 
27
#define _DL_HWCAP_COUNT 15
28
28
 
29
29
/* The kernel provides platform data but it is not interesting.  */
30
30
#define _DL_HWCAP_PLATFORM      0
54
54
  return GLRO(dl_arm_cap_flags)[idx];
55
55
};
56
56
 
57
 
#define HWCAP_IMPORTANT         (HWCAP_ARM_HALF | HWCAP_ARM_FAST_MULT)
 
57
#define HWCAP_IMPORTANT         (HWCAP_ARM_VFP | HWCAP_ARM_NEON)
58
58
 
59
59
static inline int
60
60
__attribute__ ((unused))