21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
--- usr/bin/ldd.orig Mon May 6 03:14:43 2002
|
|
+++ usr/bin/ldd Mon May 6 03:27:05 2002
|
|
@@ -28,7 +28,7 @@
|
|
TEXTDOMAIN=libc
|
|
TEXTDOMAINDIR=@TEXTDOMAINDIR@
|
|
|
|
-RTLD=/lib/ld-linux.so.2
|
|
+RTLD=/emul/linux/usr/bin/ld-2.1.3-olf.so
|
|
warn=
|
|
bind_now=
|
|
verbose=
|
|
@@ -92,7 +92,7 @@
|
|
# Maybe extra code for non-ELF binaries.
|
|
file=$1
|
|
# Run the ldd stub.
|
|
- lddlibc4 "$file"
|
|
+ /emul/linux/usr/bin/lddlibc4 "$file"
|
|
# Test the result.
|
|
if test $? -lt 3; then
|
|
return 0;
|