Age | Commit message (Expand) | Author | Files | Lines |
2020-06-15 | gold, ld: Implement -z start-stop-visibility=... option. | Roland McGrath | 1 | -1/+6 |
2020-06-15 | Obsolete PowerPC PE, winnt and cygwin targets | Alan Modra | 1 | -0/+4 |
2020-06-15 | PR26103, Assertion failure with symbols defined in link-once sections | Alan Modra | 1 | -0/+12 |
2020-06-11 | PR26107, Compilation failure in pdp11.c | Alan Modra | 1 | -0/+5 |
2020-06-10 | ia64: Set DF_TEXTREL instead of reltext | H.J. Lu | 1 | -0/+7 |
2020-06-10 | ELF: Properly handle section symbols | H.J. Lu | 1 | -0/+6 |
2020-06-09 | IFUNC: Update IFUNC resolver check with DT_TEXTREL | H.J. Lu | 1 | -0/+23 |
2020-06-09 | PowerPC64: Downgrade ifunc with textrel error to a warning | Alan Modra | 1 | -0/+10 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -0/+29 |
2020-06-07 | elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bed | H.J. Lu | 1 | -0/+5 |
2020-06-07 | elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt | H.J. Lu | 1 | -0/+12 |
2020-06-06 | Remove is_vxworks from _bfd_sparc_elf_link_hash_table | H.J. Lu | 1 | -0/+6 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -0/+108 |
2020-06-06 | Rename PowerPC64 pcrel GOT TLS relocations | Alan Modra | 1 | -0/+12 |
2020-06-05 | bfin: Initialize picrel to silence GCC warning | H.J. Lu | 1 | -0/+1 |
2020-06-05 | bfin: Skip non SEC_ALLOC section | H.J. Lu | 1 | -0/+5 |
2020-06-05 | Fix a use before initialization bug in the pdp11.c source file. | Nick Clifton | 1 | -0/+5 |
2020-06-05 | RISC-V: The object without priv spec attributes can be linked with any object. | Nelson Chu | 1 | -0/+10 |
2020-06-04 | Extend pdp11-aout symbol table format and code for .stab symbols. | Stephen Casner | 1 | -0/+22 |
2020-06-04 | Correct a comment. | Stephen Casner | 1 | -0/+6 |
2020-06-04 | x86: Remove target_id from elf_x86_link_hash_table | H.J. Lu | 1 | -0/+6 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -0/+25 |
2020-06-04 | Correct PR number in changelog | Alan Modra | 1 | -1/+1 |
2020-06-03 | Copy several years of fixes from bfd/aoutx.h to bfd/pdp11.c. | Stephen Casner | 1 | -0/+34 |
2020-06-03 | nios2: Call _bfd_elf_maybe_set_textrel to set DF_TEXTREL | H.J. Lu | 1 | -0/+6 |
2020-06-03 | nios2: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -0/+6 |
2020-06-03 | frv: Don't generate dynamic relocation for non SEC_ALLOC sections | H.J. Lu | 1 | -0/+5 |
2020-06-03 | arc: Don't generate dynamic relocation for non SEC_ALLOC sections | H.J. Lu | 1 | -0/+5 |
2020-06-03 | This patch set for the generic BFD a.out backend removes a dead #define and m... | Gunther Nikl | 1 | -0/+10 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -0/+65 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -0/+28 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -0/+86 |
2020-06-03 | x86: Silence -fsanitize=undefined | H.J. Lu | 1 | -0/+5 |
2020-06-03 | PR26069, strip/objcopy misaligned address accesses | Alan Modra | 1 | -0/+8 |
2020-06-03 | PR26069, strip/objcopy memory leaks | Alan Modra | 1 | -0/+6 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -0/+144 |
2020-06-01 | alpha-vms: ETIR checks | Alan Modra | 1 | -0/+8 |
2020-05-28 | bfd: fix handling of R_BPF_INSN_{32,64} relocations. | David Faust | 1 | -0/+5 |
2020-05-28 | Fix all unexpected failures in gas testsuite for pdp11-aout. | Stephen Casner | 1 | -0/+5 |
2020-05-27 | ld: Add --warn-textrel and obsolete --warn-shared-textrel | H.J. Lu | 1 | -0/+8 |
2020-05-26 | Extend the error message displayed when a plugin fails to load. | Nick Clifton | 1 | -0/+5 |
2020-05-23 | Fix potential segfault | Alan Modra | 1 | -0/+4 |
2020-05-22 | PowerPC: downgrade FP mismatch error for shared libraries to a warning | Alan Modra | 1 | -0/+7 |
2020-05-21 | Re: PR25993, read of freed memory | Alan Modra | 1 | -0/+8 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -0/+23 |
2020-05-20 | [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions... | Nelson Chu | 1 | -0/+21 |
2020-05-20 | Fix thinko in bfd ChangeLog entry | Nick Clifton | 1 | -2/+3 |
2020-05-20 | PR25993, read of freed memory | Alan Modra | 1 | -0/+16 |
2020-05-20 | PR26011, excessive memory allocation with fuzzed reloc sections | Alan Modra | 1 | -0/+7 |
2020-05-19 | Fix thinko in recent update to bfd_section_from_shdr. | Gunther Nikl | 1 | -0/+6 |