Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | PR 21266, unstable qsort in bfd/elf64-ppc.c | Alan Modra | 1 | -0/+5 |
2017-03-18 | DT_TEXTREL vs IFUNC | Alan Modra | 1 | -0/+18 |
2017-03-13 | Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AA... | Nick Clifton | 1 | -0/+23 |
2017-03-11 | Remove bogus ATTRIBUTE_UNUSED | Alan Modra | 1 | -0/+6 |
2017-03-09 | Fix compile time warnings about using possibly uninitialised variables in rs6... | Sam Thursfield | 1 | -0/+5 |
2017-03-07 | PowerPC64 abort due to dynamic relocs on hidden undefweak | Alan Modra | 1 | -0/+7 |
2017-03-05 | Align eh_frame FDEs according to their encoding | Alan Modra | 1 | -0/+16 |
2017-03-03 | Fix thinko in previous changelog entry. | Nick Clifton | 1 | -1/+1 |
2017-03-02 | Disable warning message about a program header with no associated sections wh... | Nick Clifton | 1 | -0/+6 |
2017-03-02 | PowerPC VLE typo fix | Alan Modra | 1 | -0/+4 |
2017-02-28 | PowerPC addpcis fix again | Alan Modra | 1 | -0/+5 |
2017-02-28 | Nios2 dynobj handling fixes | Alan Modra | 1 | -0/+24 |
2017-02-28 | PowerPC addpcis fix | Alan Modra | 1 | -0/+13 |
2017-02-28 | Don't make dynamic .data.rel.ro SEC_READONLY | Alan Modra | 1 | -0/+26 |
2017-02-28 | MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR | Maciej W. Rozycki | 1 | -0/+5 |
2017-02-27 | Fix segfault in microblaze linker when garbage collection removes a symbol sc... | Nick Clifton | 1 | -0/+7 |
2017-02-25 | ARC naughtiness causing assertion fail at elf-strtab.c:302 | Alan Modra | 1 | -0/+14 |
2017-02-24 | bfd: RISC-V: relax to gp in more cases. | Andrew Waterman | 1 | -0/+7 |
2017-02-23 | MIPS/BFD: Remove duplicate NewABI JALR relocation handling | Maciej W. Rozycki | 1 | -0/+7 |
2017-02-23 | MIPS/BFD: Discard ineligible JALR relocations right away | Maciej W. Rozycki | 1 | -0/+6 |
2017-02-23 | Correct VLE 16D and SDAREL relocations | Alan Modra | 1 | -0/+9 |
2017-02-22 | PR ld/20828: Move symbol version processing ahead of GC symbol sweep | Maciej W. Rozycki | 1 | -0/+6 |
2017-02-22 | Align .gnu_debuglink sections on a 4-byte boundary. | Nick Clifton | 1 | -0/+6 |
2017-02-22 | PowerPC ld segfault on script discarding dynamic sections | Alan Modra | 1 | -0/+7 |
2017-02-21 | Alpha DT_RELA | Alan Modra | 1 | -0/+5 |
2017-02-20 | Alpha executables segfault when linked with -z,now | Alan Modra | 1 | -0/+6 |
2017-02-17 | Fix potential illegal memory access in ZLIB because of an erroneous declarati... | Nick Clifton | 1 | -0/+6 |
2017-02-17 | bfd: Rename Chunk and S3Forced | Pedro Alves | 1 | -0/+8 |
2017-02-17 | bfd: Rename bsd_write_armap and coff_write_armap | Pedro Alves | 1 | -0/+13 |
2017-02-17 | bfd: Rename warn_deprecated | Pedro Alves | 1 | -0/+9 |
2017-02-17 | bfd: Rename real_{ftell, fseek, fopen} | Pedro Alves | 1 | -0/+17 |
2017-02-17 | bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128 | Pedro Alves | 1 | -0/+17 |
2017-02-16 | bfd: Improve lookup of file / line information for errors | Andrew Burgess | 1 | -0/+5 |
2017-02-16 | bfd/dwarf: Improve use of previously loaded dwarf information | Andrew Burgess | 1 | -0/+9 |
2017-02-16 | hppa -z relro again | Alan Modra | 1 | -0/+10 |
2017-02-16 | PR21132, hppa-linux pie support doesn't work | Alan Modra | 1 | -0/+6 |
2017-02-16 | [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED | Jiong Wang | 1 | -0/+5 |
2017-02-15 | i386: Allow "lea foo@GOT, %reg" in PIC | H.J. Lu | 1 | -0/+6 |
2017-02-15 | Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error | H.J. Lu | 1 | -0/+8 |
2017-02-15 | PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messages | Maciej W. Rozycki | 1 | -0/+9 |
2017-02-14 | Update ppc64_elf_gc_mark_dynamic_ref | Alan Modra | 1 | -0/+6 |
2017-02-13 | Don't use "_gp" on RISC-V, use "_global_pointer$" instead | Palmer Dabbelt | 1 | -0/+5 |
2017-02-13 | Fix invalid memory access in the BFD library's DWARF parser. | Nick Clifton | 1 | -0/+6 |
2017-02-07 | Fix segfault when .plt section does not exist | Andrew Waterman | 1 | -0/+5 |
2017-02-07 | bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names. | Sheldon Lobo | 1 | -0/+8 |
2017-02-03 | Fix compile time warning messages when compiling binutils with gcc 7.0.1. | Nick Clifton | 1 | -0/+9 |
2017-02-02 | MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement | Maciej W. Rozycki | 1 | -0/+9 |
2017-02-02 | MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices | Maciej W. Rozycki | 1 | -0/+7 |
2017-02-02 | MIPS/BFD: Streamline hash table references in `mips_elf_sort_hash_table' | Maciej W. Rozycki | 1 | -0/+5 |
2017-02-02 | MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table' | Maciej W. Rozycki | 1 | -0/+5 |