aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test_main.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07 * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor1-0/+1
addend parameter. Change caller. Handle merge sections. (Output_reloc<SHT_REL>::symbol_value): Change parameter type from Address to Addend. Don't add in the result of local_section_offset, pass down the addend and use the returned value. * output.h (class Output_reloc<SHT_REL>): Add Addend typedef. Update declarations of local_section_offset and symbol_value. * testsuite/two_file_test_1.cc (t18): New function. * testsuite/two_file_test_2.cc (f18): New function. * testsuite/two_file_test_main.cc (main): Call t18. * testsuite/two_file_test.h (t18, f18): Declare.
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor1-0/+1
sections.
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor1-0/+2
function and also calls it directly.
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-0/+1
shared library.
2007-09-23Add two file test.Ian Lance Taylor1-0/+52