Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40139 Details for
Bug 64921
glibc-2.3.4.20040918: ldd broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upstream diffs
ldd.bash.in.diff (text/plain), 789 bytes, created by
Ed Catmur
on 2004-09-21 17:57:04 UTC
(
hide
)
Description:
Upstream diffs
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2004-09-21 17:57:04 UTC
Size:
789 bytes
patch
obsolete
>=================================================================== >RCS file: /cvs/glibc/libc/elf/ldd.bash.in,v >retrieving revision 1.31 >retrieving revision 1.32 >diff -u -r1.31 -r1.32 >--- libc/elf/ldd.bash.in 2004/09/18 06:46:38 1.31 >+++ libc/elf/ldd.bash.in 2004/09/21 15:38:48 1.32 >@@ -75,6 +75,7 @@ > -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 @@ > 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64921
:
40138
| 40139