mirror of git://sourceware.org/git/glibc.git
Define dl_iterate_phdr to test which uses -nostdlib.
This commit is contained in:
parent
4730fc6882
commit
df17727a5e
|
|
@ -1473,6 +1473,7 @@ memset () {}
|
||||||
free () {}
|
free () {}
|
||||||
abort () {}
|
abort () {}
|
||||||
__bzero () {}
|
__bzero () {}
|
||||||
|
dl_iterate_phdr () {}
|
||||||
EOF
|
EOF
|
||||||
dnl No \ in command here because it ends up inside ''.
|
dnl No \ in command here because it ends up inside ''.
|
||||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS -DCHECK__register_frame_info
|
if AC_TRY_COMMAND([${CC-cc} $CFLAGS -DCHECK__register_frame_info
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue