freebsd-dev/lib/libgcc_s/Versions.def
Dimitry Andric 790a6be5a1 Export various 128 bit long double functions from libgcc_s.so.1
These were already compiled for some time on aarch64 and riscv, by
including lib/libcompiler_rt/Makefile.inc, but never exported in the
shared library. Since gcc exports these under version GCC_4.6.0, we do
the same.

This review should replace D11482 for now. For e.g. amd64 more work is
still to be done, as compiler-rt does not seem to support 128 bit long
double math for that architecture.

Reviewed by:	cem
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D28690
2021-06-14 21:17:05 +02:00

35 lines
272 B
Modula-2

# $FreeBSD$
GCC_3.0 {
};
GCC_3.3 {
} GCC_3.0;
GCC_3.3.1 {
} GCC_3.3;
GCC_3.4 {
} GCC_3.3.1;
GCC_3.4.2 {
} GCC_3.4;
GCC_3.4.4 {
} GCC_3.4.2;
GCC_3.5 {
} GCC_3.4.4;
GCC_4.0.0 {
} GCC_3.5;
GCC_4.2.0 {
} GCC_4.0.0;
GCC_4.3.0 {
} GCC_4.2.0;
GCC_4.6.0 {
} GCC_4.3.0;