aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr13250-2.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-08Preserve the maximum alignment/size for common symbols.H.J. Lu1-0/+10
bfd/ 2011-10-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/13250 * elflink.c (elf_link_add_object_symbols): Preserve the maximum alignment and size for common symbols. ld/testsuite/ 2011-10-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/13250 * ld-elf/shared.exp (build_tests): Add tests for PR ld/13250. (run_tests): Likewise. * ld-elf/pr13250-1.c: New. * ld-elf/pr13250-2.c: Likewise. * ld-elf/pr13250-3.c: Likewise.