diff options
author | David S. Miller <davem@davemloft.net> | 2011-09-01 13:41:27 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-01 13:43:06 -0700 |
commit | 5f4318d102d604e2f80bc97927e2d80f76063639 (patch) | |
tree | 189e956cbde6fde7155f1961f03e8abc548c28ae /sysdeps/sparc/sparc32/dl-machine.h | |
parent | 3ba575169aabc83993759305c0394f58ad1ce3e0 (diff) | |
download | glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.gz glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.bz2 glibc-5f4318d102d604e2f80bc97927e2d80f76063639.zip |
Sanitize HWCAP_SPARC_* defines/usage, and add new entries.
Diffstat (limited to 'sysdeps/sparc/sparc32/dl-machine.h')
-rw-r--r-- | sysdeps/sparc/sparc32/dl-machine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc32/dl-machine.h b/sysdeps/sparc/sparc32/dl-machine.h index f8e8fe4179..f2bc94a07d 100644 --- a/sysdeps/sparc/sparc32/dl-machine.h +++ b/sysdeps/sparc/sparc32/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. SPARC version. - Copyright (C) 1996-2003, 2004, 2005, 2006, 2007, 2010 + Copyright (C) 1996-2003, 2004, 2005, 2006, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -26,6 +26,7 @@ #include <string.h> #include <sys/param.h> #include <ldsodefs.h> +#include <sysdep.h> #include <tls.h> #include <dl-plt.h> |