diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 20:45:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 20:45:54 +0000 |
commit | 5e01438702688db6e26eab8aee262924c7065ecc (patch) | |
tree | 21dae43cfa04a919f1bb81a834a4897154dea45a /elf/elf.h | |
parent | 8912b9aa26801f857e1667e5b80f3612610378cc (diff) | |
download | glibc-5e01438702688db6e26eab8aee262924c7065ecc.tar.gz glibc-5e01438702688db6e26eab8aee262924c7065ecc.tar.xz glibc-5e01438702688db6e26eab8aee262924c7065ecc.zip |
Update.
2001-04-05 David S. Miller <davem@redhat.com> * elf/elf.h (HWCAP_SPARC_ULTRA3): Define it. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Add it to capability flags table and HWCAP_IMPORTANT, increase _DL_HWCAP_COUNT to 6. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index 99503facd7..eadded0108 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1117,6 +1117,7 @@ typedef struct #define HWCAP_SPARC_SWAP 4 #define HWCAP_SPARC_MULDIV 8 #define HWCAP_SPARC_V9 16 /* The cpu is v9, so v8plus is ok. */ +#define HWCAP_SPARC_ULTRA3 32 /* MIPS R3000 specific definitions. */ |