about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ldd-rewrite.sed
blob: 1faa90fbc8c02f2ac8fc977484556e6a49605706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/Maybe extra code for non-ELF binaries/a\
  file=$1\
  # Run the ldd stub.\
  lddlibc4 "$file"\
  # Test the result.\
  if test $? -lt 3; then\
    return 0;\
  fi\
  # In case of an error punt.
/LD_TRACE_LOADED_OBJECTS=1/a\