| Summary: | gold linker failed to remove all dead code dependency properly | ||
|---|---|---|---|
| Product: | binutils | Reporter: | lion <grabli_2005> |
| Component: | gold | Assignee: | Ian Lance Taylor <ian> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tmsriram |
| Priority: | P2 | ||
| Version: | 2.22 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
|
Description
lion
2011-05-27 11:04:32 UTC
CVSROOT: /cvs/src Module name: src Changes by: ian@sourceware.org 2011-06-29 14:43:08 Modified files: gold : ChangeLog symtab.cc Log message: PR gold/12818 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined symbols which are not used in a relocation. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.773&r2=1.774 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/symtab.cc.diff?cvsroot=src&r1=1.155&r2=1.156 Fixed in the development sources. Thanks for noticing it. |