diff options
Diffstat (limited to 'sysdeps/mips/mips64/Versions')
-rw-r--r-- | sysdeps/mips/mips64/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/mips/mips64/Versions b/sysdeps/mips/mips64/Versions new file mode 100644 index 0000000000..253a65f04e --- /dev/null +++ b/sysdeps/mips/mips64/Versions @@ -0,0 +1,7 @@ +libm { + GLIBC_2.1 { + # A generic bug got this omitted from other configurations' version + # sets, but we always had it. + exp2l; + } +} |