Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning in elf/tst-unique4lib.cc. | Torvald Riegel | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Fix elf/tst-unique4lib.cc warning. | Joseph Myers | 2014-12-02 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch fixes a warning "tst-unique4lib.cc:17:12: warning: 'b' defined but not used [-Wunused-variable]". I'm not sure exactly what aspects of the test are or are not significant for the issue it is testing for; the patch makes the minimal change of marking the variable with __attribute__ ((used)). Tested for x86_64. * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)). | ||||
* | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 2011-05-12 | 1 | -0/+17 |