about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/shlib-versions
blob: 9b169530d4ea9dffabedcb4f5bb58aa6039c2ebe (plain) (blame)
1
2
3
4
5
6
7
8
9
DEFAULT			GLIBC_2.4

%ifdef HAVE_ARM_PCS_VFP
# The EABI-derived hard-float ABI uses a new dynamic linker.
ld=ld-linux-armhf.so.3
%else
# The EABI-derived soft-float ABI continues to use ld-linux.so.3.
ld=ld-linux.so.3
%endif