Age | Commit message (Expand) | Author | Files | Lines |
2016-12-28 | Use dynrelro for symbols in relro sections too | Alan Modra | 1 | -0/+16 |
2016-12-26 | dynrelro section for read-only dynamic symbols copied into executable | Alan Modra | 1 | -0/+26 |
2016-12-26 | Put .dynbss and .rel.bss shortcuts in main elf hash table | Alan Modra | 1 | -1/+3 |
2016-12-16 | Implement and document --gc-keep-exported | fincs | 1 | -1/+2 |
2016-12-15 | Linking non-ELF file broken by PR20908 fix | Alan Modra | 1 | -28/+23 |
2016-12-08 | PR20932, Internal error during record link assignment | Alan Modra | 1 | -5/+5 |
2016-12-07 | Fix internal error in the linker by replacing a call to abort with an error m... | Nick Clifton | 1 | -2/+5 |
2016-12-02 | Fix seg-fault in linker when passed a corrupt binary input file. | Nick Clifton | 1 | -0/+6 |
2016-11-28 | Properly hide hidden versioned symbol in executable | H.J. Lu | 1 | -28/+27 |
2016-11-23 | elf_backend_dtrel_excludes_plt | Alan Modra | 1 | -33/+39 |
2016-11-23 | Delete duplicate target short-cuts to dynamic sections | Alan Modra | 1 | -2/+1 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -1/+38 |
2016-10-11 | Always descend into output section statements in lang_do_assignments | Alan Modra | 1 | -1/+2 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -49/+51 |
2016-09-28 | Fix seg-fault in the linker introduced by the previous delta. | Akihiko Odaki | 1 | -34/+21 |
2016-09-23 | Delete relocations associatesd with deleted exidx entries. | Akihiko Odaki | 1 | -15/+32 |
2016-08-13 | Correct .dynsym sh_info | Alan Modra | 1 | -9/+5 |
2016-07-21 | Fix implib test failures | Alan Modra | 1 | -0/+1 |
2016-07-16 | Don't include libbfd.h outside of bfd, part 6 | Alan Modra | 1 | -0/+1 |
2016-07-15 | Add support for creating ELF import libraries | Thomas Preud'homme | 1 | -0/+108 |
2016-06-28 | Skip version check for unreferenced and undefined symbol | H.J. Lu | 1 | -1/+2 |
2016-06-24 | fix undefined reference to bfd_link_plugin_object_p during link | Joel Brobecker | 1 | -2/+2 |
2016-06-20 | Use the IR symbol table for the IR input object | H.J. Lu | 1 | -6/+19 |
2016-06-20 | PR ld/20276: Set non_ir_ref on common symbol | Alan Modra | 1 | -1/+2 |
2016-06-11 | Use size_t rather than bfd_size_type | Alan Modra | 1 | -55/+57 |
2016-06-02 | Revert PR16467 change | Alan Modra | 1 | -19/+44 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -30/+14 |
2016-05-25 | Skip an archive element if not added by linker | H.J. Lu | 1 | -1/+1 |
2016-05-17 | LD/ELF: Unify STB_GNU_UNIQUE handling | Maciej W. Rozycki | 1 | -0/+5 |
2016-05-13 | Set dynamic tag VMA and size from dynamic section when possible | Alan Modra | 1 | -10/+13 |
2016-05-13 | ld -z combreloc elf_link_sort_relocs | Alan Modra | 1 | -19/+53 |
2016-05-06 | Strip global symbol defined in discarded section | H.J. Lu | 1 | -0/+12 |
2016-04-27 | Cache result of scan for __start_* and __stop_* sections | Alan Modra | 1 | -20/+54 |
2016-04-26 | Always count the NULL entry in dynamic symbol table | H.J. Lu | 1 | -17/+13 |
2016-04-21 | Exclude linker created file from dynobj | H.J. Lu | 1 | -1/+2 |
2016-04-21 | Set dynobj to a normal input file if possible | H.J. Lu | 1 | -1/+17 |
2016-04-20 | Don't check relocations in excluded sections | H.J. Lu | 1 | -0/+2 |
2016-04-20 | Check ELF relocs after opening all input files | H.J. Lu | 1 | -51/+66 |
2016-04-14 | Fix copying Solaris binaries with objcopy. | Nick Clifton | 1 | -1/+1 |
2016-04-05 | ELF/LD: Avoid producing hidden and internal dynamic symbols | Maciej W. Rozycki | 1 | -1/+1 |
2016-04-01 | PR19886, --as-needed regression | Alan Modra | 1 | -6/+21 |
2016-03-11 | Fix some places where octet to byte conversions are needed. | Dan Gissel | 1 | -14/+24 |
2016-03-08 | Don't create dynamic sections when relocatable | H.J. Lu | 1 | -2/+2 |
2016-03-08 | Group common symbol checking together | H.J. Lu | 1 | -6/+6 |
2016-03-04 | Treat common symbol in executable as definition | H.J. Lu | 1 | -1/+4 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 1 | -19/+66 |
2016-02-24 | Update symbol version for symbol from linker script | H.J. Lu | 1 | -0/+13 |
2016-02-23 | Make linker assigned symbol dynamic only for shared object | H.J. Lu | 1 | -3/+2 |
2016-02-22 | Always create dynsym section with dynamic sections | H.J. Lu | 1 | -3/+3 |