about summary refs log tree commit diff
path: root/elf/tst-unique4lib.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning in elf/tst-unique4lib.cc.Torvald Riegel2014-12-161-1/+1
|
* Fix elf/tst-unique4lib.cc warning.Joseph Myers2014-12-021-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 relocationPiotr Bury2011-05-121-0/+17