mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
2004-09-21 Ulrich Drepper <drepper@redhat.com> * elf/ldd.bash.in: Fix syntax errors.
This commit is contained in:
parent
1658cb8036
commit
366ca3ac16
@ -1,3 +1,7 @@
|
||||
2004-09-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/ldd.bash.in: Fix syntax errors.
|
||||
|
||||
2004-09-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/dl-execstack.c
|
||||
|
@ -75,6 +75,7 @@ For bug reporting instructions, please see:
|
||||
-u | --u | --un | --unu | --unus | --unuse | --unused)
|
||||
unused=yes
|
||||
shift
|
||||
;;
|
||||
--v | --ve | --ver)
|
||||
echo >&2 $"ldd: option \`$1' is ambiguous"
|
||||
exit 1
|
||||
@ -102,7 +103,7 @@ nonelf ()
|
||||
add_env="LD_TRACE_LOADED_OBJECTS=1 LD_WARN=$warn LD_BIND_NOW=$bind_now"
|
||||
add_env="$add_env LD_VERBOSE=$verbose"
|
||||
if test "$unused" = yes; then
|
||||
add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused"
|
||||
add_env="$add_env LD_DEBUG=\"$LD_DEBUG${LD_DEBUG:+,}unused\""
|
||||
fi
|
||||
case $# in
|
||||
0)
|
||||
|
Loading…
Reference in New Issue
Block a user