aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-01-01Copyright update for binutilsAlan Modra280-280/+280
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-1/+1
2015-10-28Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Kościelnicki4-14/+21
2015-10-28Make debug_msg.sh more open-minded about line numbers (needed for s390).Marcin Kościelnicki1-19/+19
2015-10-28Add s390 backend.Marcin Kościelnicki1-1/+1
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki1-1/+2
2015-10-20Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu2-4/+4
2015-08-18Fix symbol versioning problems in PR 18703.Cary Coutant7-4/+102
2015-07-26Make arm_unaligned_reloc test less sensitive to disassembler output format.Doug Kwan2-14/+17
2015-07-22Don't compare symbol addresses directlyH.J. Lu8-25/+103
2015-07-22Mark global with hidden attributeH.J. Lu3-3/+3
2015-07-20Update testsuite/pr18689.sh for older GCCH.J. Lu1-1/+1
2015-07-20Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu4-6/+67
2015-07-20Remove warning about references from shared objects to hidden symbols.Yiran Wang3-11/+20
2015-07-14Make default compression gABI compliantH.J. Lu2-4/+4
2015-07-12Extend --compress-debug-sections in goldH.J. Lu2-2/+221
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu3-0/+79
2015-07-06Align text section ends so that stub tables appears at expected addresses.Doug Kwan11-4/+36
2015-06-11Fix broken gold/testsuite/script_test_12 in some setup.Jing Yu2-0/+8
2015-06-03Fix gold to group sections correctly via linker script.Cary Coutant6-1/+256
2015-06-02PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant2-1/+39
2015-04-27If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola4-5/+64
2015-04-23Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2-3/+45
2015-04-23Add option --weak-unresolved-symbols to treat unresolved as weak references.Sriraman Tallam1-0/+45
2015-04-09Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant3-145/+364
2015-04-09Improve ODR checking in gold.Cary Coutant1-6/+6
2015-04-06[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar6-0/+172
2015-04-01Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar7-0/+141
2015-04-01Regenerate configure in goldH.J. Lu2-283/+336
2015-03-21PR gold/18048: Fix INCLUDE directive support for goldCary Coutant6-2/+60
2015-03-11Fix gold incremental test failures.Cary Coutant2-36/+36
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant2-2/+2
2015-02-09Replace two_file_shared_2.so with two_file_shared_1.soH.J. Lu2-2/+2
2015-02-09Gold testsuite make cleanAlan Modra2-5/+8
2015-02-03Fix a file descriptor leak in gold.Cary Coutant9-133/+280
2015-01-06Handle stack split for x32H.J. Lu8-9/+261
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra266-266/+266
2014-12-20Change SometimesInlineFunction to "return i * i * 3;"H.J. Lu1-1/+1
2014-12-03Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu2-5/+20
2014-10-29Misc about gold for aarch64 backend.Han Shen2-5/+5
2014-09-23Fix race condition causing assert in Eh_frame_hdr::do_sized_write().Cary Coutant2-7/+4
2014-09-18A a testcase for common symbol handling with plugins.Rafael Ávila de Espíndola4-14/+87
2014-08-06Modify new gold test to pass on powerpc64leAlan Modra1-1/+1
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant4-3/+82
2014-06-03Fix gold plugin_test failures on PowerPC64 ELFv2Alan Modra1-0/+7
2014-05-30Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant3-3/+3
2014-05-13With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam2-10/+42
2014-05-13Optimizing accesses to Globals with -fpie -pie:Sriraman Tallam2-0/+57
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant6-26/+418
2014-04-02Modify gold testsuite to disable plugins added by GCC driver.Cary Coutant2-8/+21