mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
Fix dl-procinfo support for MIPS.
This commit is contained in:
parent
cec96a4f3d
commit
22f7e90291
@ -1,3 +1,8 @@
|
||||
2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
|
||||
matching the array in dl-procinfo.c.
|
||||
|
||||
2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
|
||||
|
@ -27,7 +27,7 @@
|
||||
/* Mask to filter out platforms. */
|
||||
#define _DL_HWCAP_PLATFORM (-1ULL)
|
||||
|
||||
#define _DL_PLATFORMS_COUNT 1
|
||||
#define _DL_PLATFORMS_COUNT 4
|
||||
|
||||
static inline const char *
|
||||
__attribute__ ((unused))
|
||||
|
Loading…
Reference in New Issue
Block a user