Add x32 support to ldd-rewrite.sed

This commit is contained in:
H.J. Lu 2012-03-19 15:18:44 -07:00
parent b4c35121c4
commit a9879d4cde
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
2012-03-19 David S. Miller <davem@davemloft.net>
* sysdeps/sparc/fpu/fenv_private.h: New file.

View File

@ -1,3 +1,3 @@
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\)\(-x86-64\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4\5\6"_
s_^\(RTLDLIST=\)\(.*lib\)\(\|64\|x32\)\(/[^/]*\)\(-x86-64\|-x32\)\(\.so\.[0-9.]*\)[ ]*$_\1"\2\4\6 \264\4-x86-64\6 \2x32\4-x32\6"_