Age | Commit message (Expand) | Author | Files | Lines |
2024-04-16 | Avoid cache race in bfd_check_format_matches | Tom Tromey | 1 | -0/+2 |
2024-04-16 | Thread-safety improvements for bfd_check_format_matches | Tom Tromey | 1 | -10/+23 |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -15/+2 |
2024-04-09 | bfd: Define pagesize variables only for mmap | H.J. Lu | 1 | -0/+2 |
2024-04-03 | elf: Don't cache symbol nor relocation tables with mmap | H.J. Lu | 1 | -3/+0 |
2024-04-03 | elf: Use mmap to map in symbol and relocation tables | H.J. Lu | 1 | -0/+3 |
2024-04-03 | elf: Use mmap to map in read-only sections | H.J. Lu | 1 | -0/+29 |
2024-03-25 | bfd: make _bfd_section_size_insane part of the public API | Andrew Burgess | 1 | -2/+0 |
2024-03-13 | bfd: Use size_t in the BFD mmap interface | H.J. Lu | 1 | -2/+2 |
2024-02-29 | bfd: Add ATTRIBUTE_HIDDEN to x86 internal functions | H.J. Lu | 1 | -1/+2 |
2024-02-29 | RISC-V: Add TLSDESC reloc definitions. | Tatsuyuki Ishi | 1 | -0/+4 |
2024-02-08 | x86-64: Add R_X86_64_CODE_6_GOTTPOFF | H.J. Lu | 1 | -0/+6 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-12-29 | LoongArch: bfd: Add support for tls le relax. | changjiachen | 1 | -0/+3 |
2023-12-28 | x86-64: Add R_X86_64_CODE_4_GOTTPOFF/R_X86_64_CODE_4_GOTPC32_TLSDESC | H.J. Lu | 1 | -0/+2 |
2023-12-28 | x86-64: Add R_X86_64_CODE_4_GOTPCRELX | H.J. Lu | 1 | -0/+1 |
2023-12-25 | LoongArch: Add support for TLS LD/GD/DESC relaxation | mengqinggang | 1 | -0/+3 |
2023-12-25 | LoongArch: Add new relocs and macro for TLSDESC. | Lulu Cai | 1 | -0/+12 |
2023-12-18 | LoongArch: Add new relocation R_LARCH_CALL36 | mengqinggang | 1 | -0/+1 |
2023-11-07 | Add minimal thread-safety to BFD | Tom Tromey | 1 | -0/+4 |
2023-11-07 | Make _bfd_error_buf static | Tom Tromey | 1 | -2/+1 |
2023-11-06 | RISC-V: Moved out linker internal relocations after R_RISCV_max. | Nelson Chu | 1 | -5/+0 |
2023-10-23 | bfd-in2.h BFD_RELOC_* comments | Alan Modra | 1 | -8/+0 |
2023-10-20 | bfd: microblaze: Add 32_NONE reloc type | Neal Frager | 1 | -0/+1 |
2023-10-07 | Revert "opcodes: microblaze: Add new bit-field instructions" | Michael J. Eager | 1 | -1/+0 |
2023-10-06 | opcodes: microblaze: Add new bit-field instructions | Neal Frager | 1 | -0/+1 |
2023-09-25 | Revert "arc: Add new ARCv3 ISA to BFD." | Claudiu Zissulescu | 1 | -22/+0 |
2023-09-25 | arc: Add new ARCv3 ISA to BFD. | Claudiu Zissulescu | 1 | -0/+22 |
2023-08-31 | DEFAULT_BUFFERSIZE | Alan Modra | 1 | -4/+0 |
2023-08-16 | kvx: New port. | Paul Iannetta | 1 | -0/+85 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -2/+2 |
2023-08-02 | Revert "2.41 Release sources" | Sam James | 1 | -0/+2 |
2023-08-02 | 2.41 Release sourcesbinutils-2_41-release | Nick Clifton | 1 | -2/+0 |
2023-07-24 | bpf: add support for jal/gotol jump instruction with 32-bit target | Jose E. Marchesi | 1 | -0/+1 |
2023-07-21 | DesCGENization of the BPF binutils port | Jose E. Marchesi | 1 | -0/+1 |
2023-06-28 | LoongArch: Add R_LARCH_64_PCREL relocation support | mengqinggang | 1 | -0/+1 |
2023-06-14 | asprintf memory leaks | Alan Modra | 1 | -0/+5 |
2023-06-09 | ecoff find_nearest_line and final link leaks | Alan Modra | 1 | -0/+2 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -1/+1 |
2023-05-30 | LoongArch: bfd: Add support for linker relaxation. | mengqinggang | 1 | -0/+8 |
2023-05-19 | RISC-V: Support subtraction of .uleb128. | Kuan-Lin Chen | 1 | -0/+2 |
2023-05-03 | Remove unused args from bfd_make_debug_symbol | Alan Modra | 1 | -1/+1 |
2023-05-03 | Generated docs and include files | Alan Modra | 1 | -102/+105 |
2023-05-03 | Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.c | Alan Modra | 1 | -4/+0 |
2023-04-28 | Re: Keeping track of rs6000-coff archive element pointers | Alan Modra | 1 | -1/+1 |
2023-04-21 | Delete struct artdata archive_head | Alan Modra | 1 | -1/+0 |
2023-04-03 | asan: heap buffer overflow printing ecoff debug info file name | Alan Modra | 1 | -4/+4 |
2023-03-24 | Tidy dwarf1 cached section contents | Alan Modra | 1 | -0/+4 |
2023-03-16 | BPF relocations review / refactoring | Cupertino Miranda | 1 | -3/+0 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |