|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | Weak definitions aren't so weak | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Samuel Thibault <samuel.thibault> |
| Component: | libc | Assignee: | Ulrich Drepper <drepper.fsp> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | glibc-bugs |
| Priority: | P2 | ||
| Version: | 2.3.6 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Attachments: | weak definitions testcase | ||
|
Description
Samuel Thibault
2007-01-30 23:26:46 UTC
Created attachment 1527 [details]
weak definitions testcase
Weak definition only and exclusively have a meaning for static archives. Old glibc versions mistakenly implemented it for dynamic linking, too. This is now not the default anymore. Broken code an use LD_DYNAMIC_WEAK. |