blob: f450291a9bed37f4602c3d60e05f24b7262c0a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
libc {
GLIBC_2.0 {
# Functions from libgcc.
__divdi3; __moddi3; __udivdi3; __umoddi3;
}
}
libm {
GLIBC_2.1 {
# A generic bug got this omitted from other configurations' version
# sets, but we always had it.
exp2l;
}
}
|