summaryrefslogtreecommitdiff
path: root/elf/tst-unique4lib.cc
AgeCommit message (Collapse)Author
2014-12-16Fix warning in elf/tst-unique4lib.cc.Torvald Riegel
2014-12-02Fix elf/tst-unique4lib.cc warning.Joseph Myers
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)).
2011-05-12Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury