summaryrefslogtreecommitdiff
path: root/ld
Commit message (Expand)AuthorAgeFilesLines
* Don't change the default symbol for relocatable linkH.J. Lu2015-07-303-0/+29
* Use noclone attribute only for GCC 4.5 or newerH.J. Lu2015-07-292-0/+9
* Move run-time support check for size relocationH.J. Lu2015-07-292-14/+18
* Don't set link_info.executable for "ld -r"H.J. Lu2015-07-292-1/+6
* Fallout from "Reorder more powerpc64 sections for -z relro"Alan Modra2015-07-282-9/+13
* Set NOPIE_CFLAGS and NOPIE_LDFLAGSH.J. Lu2015-07-273-94/+276
* Check address of versined symbolH.J. Lu2015-07-273-5/+19
* Regenerate configure filesH.J. Lu2015-07-272-2/+6
* Append $PLT_CFLAGS to CC/CXX for S-records testsH.J. Lu2015-07-272-0/+22
* Pass $PLT_CFLAGS to ld_compileH.J. Lu2015-07-272-3/+8
* Append $PLT_CFLAGS to CC for NOCROSSREFS testsH.J. Lu2015-07-272-0/+15
* Add $PLT_CFLAGS to -fPIC for run_cc_link_testsH.J. Lu2015-07-274-25/+69
* Pass $PLT_CFLAGS to ld_compileH.J. Lu2015-07-272-5/+12
* Pass $PLT_CFLAGS to build_binaryH.J. Lu2015-07-272-1/+8
* Set PLT_CFLAGS to "-fplt" if supportedH.J. Lu2015-07-272-0/+39
* [AArch64] Fix extern protected data handlingSzabolcs Nagy2015-07-274-0/+30
* [ARM] Fix extern protected data handlingSzabolcs Nagy2015-07-274-0/+41
* Compile PR ld/18718 tests with -O2H.J. Lu2015-07-262-5/+10
* Set errcnt and warncnt to 0 in run_host_cmd_yesnoH.J. Lu2015-07-262-0/+9
* Add missing ChangeLog filesH.J. Lu2015-07-251-0/+6
* Skip missing symbol version section check for executableH.J. Lu2015-07-252-0/+71
* Fix broken -Bsymbolic-functionsAlan Modra2015-07-254-1/+46
* Fix the evaluation of RL78 complex relocs, by making immediate values be comp...Nick Clifton2015-07-242-2/+8
* Replace -g with -ggdb3 in ld compress testsH.J. Lu2015-07-244-12/+18
* Remove leading/trailing white spaces in ChangeLogH.J. Lu2015-07-241-12/+12
* Make binutils abort message GDB friendlyH.J. Lu2015-07-201-2/+2
* ALIGN change affects cris scriptsAlan Modra2015-07-203-4/+12
* ALIGN change affects standard scriptsAlan Modra2015-07-203-26/+48
* [AArch64][3/3] LD support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang2015-07-164-0/+22
* Make default compression gABI compliantH.J. Lu2015-07-146-7/+21
* Fix texinfo problem by adding the required period after an @xref.Nick Clifton2015-07-142-1/+5
* Make ALIGN(x) behave as ALIGN(.,x)Alan Modra2015-07-102-2/+15
* 2015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore2015-07-0913-4/+129
* Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov2015-07-083-0/+159
* Fix an opd->append index in elf64-ppc.cRichard Sandiford2015-07-057-0/+138
* Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz2015-07-037-52/+82
* Correct ld Makefile dependendcy for or1kAlan Modra2015-07-033-4/+9
* Add Nios II arch flags and compatibility testsSandra Loosemore2015-07-016-1/+64
* Remove COMPRESS_DEBUG_ZLIBH.J. Lu2015-06-282-1/+6
* Update xtensa linker testsH.J. Lu2015-06-273-28/+37
* Compile-in IAMCU linker scriptsH.J. Lu2015-06-262-0/+5
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-2620-11/+123
* Run ld-elf/strtab only on linux/gnu targetsH.J. Lu2015-06-252-0/+5
* Update .strtab section sizes in mmix testsH.J. Lu2015-06-254-3/+9
* Use strtab with GC and suffix merging for .strtabH.J. Lu2015-06-253-0/+21
* Keep .plt section and DT_PLTGOT for prelinkH.J. Lu2015-06-247-4/+35
* [AArch64] Generate DT_TEXTREL for relocation against read-only sectionJiong Wang2015-06-234-0/+24
* [AArch64] Select correct linker emulation for ILP32 according to endianesJiong Wang2015-06-173-10/+24
* ppc476 linker workaround shared lib fixes againAlan Modra2015-06-164-21/+55
* Fix a segmentation fault triggered when trying to handle an unresolved PE sym...Nick Clifton2015-06-153-2/+27