Age | Commit message (Expand) | Author | Files | Lines |
2021-09-19 | elf: Don't set version info on unversioned symbols | H.J. Lu | 1 | -1/+2 |
2021-09-02 | SHT_SYMTAB_SHNDX handling | Alan Modra | 1 | -14/+10 |
2021-09-02 | PTR_ADD and NPTR_ADD for bfd.h | Alan Modra | 1 | -11/+12 |
2021-08-27 | ld: Change indirect symbol from IR to undefined | H.J. Lu | 1 | -6/+17 |
2021-07-08 | elf: Add GNU_PROPERTY_1_NEEDED check | H.J. Lu | 1 | -0/+4 |
2021-07-08 | ld: Limit cache size and add --max-cache-size=SIZE | H.J. Lu | 1 | -23/+67 |
2021-06-19 | elf: Correct DT_TEXTREL warning in PDE | H.J. Lu | 1 | -0/+3 |
2021-06-11 | PR27952, Disallow ET_DYN DF_1_PIE linker input | Alan Modra | 1 | -0/+2 |
2021-05-05 | elf: Always append ".COUNT" to local symbols | H.J. Lu | 1 | -20/+19 |
2021-04-12 | convert elf_link_hash macros to inline functions | Alan Modra | 1 | -14/+14 |
2021-04-12 | elf_backend_archive_symbol_lookup | Alan Modra | 1 | -14/+14 |
2021-04-05 | C99 bfd configury | Alan Modra | 1 | -2/+0 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -5/+5 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -887/+887 |
2021-03-30 | asan: linker.c:2294:8: runtime error: load of value 253 | Alan Modra | 1 | -3/+3 |
2021-03-29 | ELF output symbol hooks int vs. bfd_boolean | Alan Modra | 1 | -13/+4 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -7/+7 |
2021-03-18 | elf: Handle .gnu.debuglto_.debug_* sections | H.J. Lu | 1 | -24/+54 |
2021-03-03 | --gc-sections with groups and start/stop syms | Alan Modra | 1 | -2/+6 |
2021-03-01 | PR27451, -z start_stop_gc | Alan Modra | 1 | -2/+9 |
2021-02-25 | PR27441, inconsistency in weak definitions | Alan Modra | 1 | -3/+8 |
2021-02-04 | PR27311, (symbol from plugin): undefined reference, hidden sym | Alan Modra | 1 | -0/+1 |
2021-02-03 | Re: PR27311, ld.bfd (symbol from plugin): undefined reference | Alan Modra | 1 | -15/+9 |
2021-02-03 | PR27311 again, ld.bfd (symbol from plugin): undefined reference | Alan Modra | 1 | -1/+5 |
2021-02-02 | PR27311, ld.bfd (symbol from plugin): undefined reference | Alan Modra | 1 | -7/+10 |
2021-01-29 | PR27271, c6x-uclinux-ld segfaults linking ld-uClibc-1.0.37.so | Alan Modra | 1 | -0/+2 |
2021-01-28 | PR27259, SHF_LINK_ORDER self-link | Alan Modra | 1 | -8/+16 |
2021-01-17 | ld/elf: Ignore section symbols when matching linkonce with comdat | H.J. Lu | 1 | -1/+5 |
2021-01-16 | PR26002 undefined symbol VER_NDX_GLOBAL vs. VER_NDX_LOCAL | Alan Modra | 1 | -1/+1 |
2021-01-13 | SHF_LINK_ORDER fixup_link_order in ld | Alan Modra | 1 | -194/+0 |
2021-01-08 | elf: Verify section size for mixed ordered/unordered inputs | H.J. Lu | 1 | -0/+8 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -31/+30 |
2021-01-05 | is_relocatable_executable --exclude-libs failure | Alan Modra | 1 | -1/+6 |
2021-01-04 | elf: Allow mixed ordered/unordered inputs for non-relocatable link | H.J. Lu | 1 | -19/+64 |
2021-01-04 | PR26822, How to prevent a STT_FILE with absolute path in the linked image | Alan Modra | 1 | -5/+7 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | elf: Copy elf_gnu_osabi_retain only for relocatable link | H.J. Lu | 1 | -1/+3 |
2020-12-16 | elflink.c constify | Alan Modra | 1 | -1/+1 |
2020-12-15 | Handle -z unique/-z nounique in ld | Vivek Das Mohapatra | 1 | -1/+4 |
2020-12-04 | PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 | Alan Modra | 1 | -32/+51 |
2020-12-01 | PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 | Alan Modra | 1 | -7/+17 |
2020-11-25 | elf: Get the real kept section | H.J. Lu | 1 | -4/+15 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -8/+30 |
2020-11-18 | Support SHF_GNU_RETAIN ELF section flag | Jozef Lawrynowicz | 1 | -1/+11 |
2020-11-02 | PR26806, Suspected linker bug with LTO | Alan Modra | 1 | -17/+30 |
2020-10-02 | Allow note sections to be discarded when they are linked to another discarded... | H.J. Lu | 1 | -1/+2 |
2020-09-12 | elf: Add -z unique-symbol to avoid duplicated local symbol names | H.J. Lu | 1 | -41/+166 |
2020-09-08 | PR26580, Size and alignment of commons vs as-needed shared lib | Alan Modra | 1 | -40/+34 |
2020-09-04 | Allow plugin syms to mark as-needed shared libs needed | Alan Modra | 1 | -10/+2 |
2020-08-27 | PR26469 UBSAN: elflink.c:8742 shift exponent 6148914691236511722 | Alan Modra | 1 | -8/+45 |