aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Implement and document --gc-keep-exportedfincs1-1/+2
2016-12-15Linking non-ELF file broken by PR20908 fixAlan Modra1-28/+23
2016-12-08PR20932, Internal error during record link assignmentAlan Modra1-5/+5
2016-12-07Fix internal error in the linker by replacing a call to abort with an error m...Nick Clifton1-2/+5
2016-12-02Fix seg-fault in linker when passed a corrupt binary input file.Nick Clifton1-0/+6
2016-11-28Properly hide hidden versioned symbol in executableH.J. Lu1-28/+27
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-33/+39
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-2/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-1/+38
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra1-1/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-49/+51
2016-09-28Fix seg-fault in the linker introduced by the previous delta.Akihiko Odaki1-34/+21
2016-09-23Delete relocations associatesd with deleted exidx entries.Akihiko Odaki1-15/+32
2016-08-13Correct .dynsym sh_infoAlan Modra1-9/+5
2016-07-21Fix implib test failuresAlan Modra1-0/+1
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra1-0/+1
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-0/+108
2016-06-28Skip version check for unreferenced and undefined symbolH.J. Lu1-1/+2
2016-06-24fix undefined reference to bfd_link_plugin_object_p during linkJoel Brobecker1-2/+2
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu1-6/+19
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra1-1/+2
2016-06-11Use size_t rather than bfd_size_typeAlan Modra1-55/+57
2016-06-02Revert PR16467 changeAlan Modra1-19/+44
2016-05-28Return void from linker callbacksAlan Modra1-30/+14
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-1/+1
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-0/+5
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-10/+13
2016-05-13ld -z combreloc elf_link_sort_relocsAlan Modra1-19/+53
2016-05-06Strip global symbol defined in discarded sectionH.J. Lu1-0/+12
2016-04-27Cache result of scan for __start_* and __stop_* sectionsAlan Modra1-20/+54
2016-04-26Always count the NULL entry in dynamic symbol tableH.J. Lu1-17/+13
2016-04-21Exclude linker created file from dynobjH.J. Lu1-1/+2
2016-04-21Set dynobj to a normal input file if possibleH.J. Lu1-1/+17
2016-04-20Don't check relocations in excluded sectionsH.J. Lu1-0/+2
2016-04-20Check ELF relocs after opening all input filesH.J. Lu1-51/+66
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton1-1/+1
2016-04-05ELF/LD: Avoid producing hidden and internal dynamic symbolsMaciej W. Rozycki1-1/+1
2016-04-01PR19886, --as-needed regressionAlan Modra1-6/+21
2016-03-11Fix some places where octet to byte conversions are needed.Dan Gissel1-14/+24
2016-03-08Don't create dynamic sections when relocatableH.J. Lu1-2/+2
2016-03-08Group common symbol checking togetherH.J. Lu1-6/+6
2016-03-04Treat common symbol in executable as definitionH.J. Lu1-1/+4
2016-02-26Properly implement STT_COMMONH.J. Lu1-19/+66
2016-02-24Update symbol version for symbol from linker scriptH.J. Lu1-0/+13
2016-02-23Make linker assigned symbol dynamic only for shared objectH.J. Lu1-3/+2
2016-02-22Always create dynsym section with dynamic sectionsH.J. Lu1-3/+3
2016-02-18Always create dynamic sections for -E/--dynamic-listH.J. Lu1-2/+5
2016-02-01Don't add DT_NEEDED for unmatched symbolH.J. Lu1-1/+3
2016-01-21Fix unexpected failures in the linker testsuite for ARM VxWorks targets.Nick Clifton1-6/+11