Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-05-19 | OpenRISC BFD fixups for Glibc: | Stafford Horne | 1 | -0/+28 |
2020-05-19 | [PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbols | Siddhesh Poyarekar | 1 | -0/+7 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -0/+41 |
2020-05-19 | win32 typo fix | Alan Modra | 1 | -0/+5 |
2020-05-18 | Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file. | Nick Clifton | 1 | -0/+6 |
2020-05-18 | ECOFF slurp_relocs thinko | Alan Modra | 1 | -0/+5 |
2020-05-18 | Fix the BFD library to handle Windows pathnames with more than 260 characters... | Jaydeep Chauhan | 1 | -0/+6 |
2020-05-14 | RISC-V: Add elfNN_riscv_mkobject to initialize RISC-V tdata. | Nelson Chu | 1 | -0/+5 |
2020-05-12 | [PATCH] bfd: Fix 64-bit relocation handling for a.out | Gunther Nikl | 1 | -0/+5 |
2020-05-11 | Power10 VSX 32-byte storage access | Alan Modra | 1 | -0/+4 |
2020-05-11 | PowerPC Rename powerxx to power10 | Alan Modra | 1 | -0/+4 |
2020-05-11 | PR25961, buffer overflow in coff_swap_aux_in | Alan Modra | 1 | -0/+8 |
2020-05-04 | [PATCH] bfd: tweak SET_ARCH_MACH of aout-cris.c | Gunther Nikl | 1 | -1/+10 |