mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 14:43:35 +08:00
Add x32 support to ldd-rewrite.sed
This commit is contained in:
parent
b4c35121c4
commit
a9879d4cde
@ -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.
|
||||
|
@ -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"_
|
||||
|
Loading…
Reference in New Issue
Block a user