linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / ldd-rewrite.sed
blob74bdbd965977a8d92f9613c5ba4ed5a71d77a575
1 # ldd is generated from elf/ldd.bash.in with the name
2 # of ld.so as generated in Makeconfig
4 # that name is replaced by a pair referring to both
5 # the 32bit and 64bit dynamic linker.
7 # /lib(64|)/*(64|).so* is replaced with /lib/*.so* and /lib64/*64.so*
8 # this works for /lib64/ld64.so.x and /lib/ld.so.x as input
9 s_lib64_lib_
10 s_64\.so_\.so_
11 s_^RTLDLIST=\(.*lib\)\(/[^/]*\)\(\.so\.[0-9.]*\)[[:blank:]]*$_RTLDLIST="\1\2\3 \164\264\3"_