Age | Commit message (Expand) | Author | Files | Lines |
2022-03-03 | comment typo fix | Alan Modra | 1 | -1/+1 |
2022-03-03 | PowerPC64 DT_RELR relative reloc addresses | Alan Modra | 1 | -49/+76 |
2022-02-13 | Remove bfd ELF_RELROPAGESIZE | Alan Modra | 1 | -1/+0 |
2022-02-09 | Work around gcc-4 warnings in elf64-ppc.c | Alan Modra | 1 | -22/+14 |
2022-02-03 | PowerPC64 treatment of absolute symbols | Alan Modra | 1 | -62/+126 |
2022-01-31 | Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 1 | -10/+18 |
2022-01-29 | Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 1 | -11/+10 |
2022-01-28 | PowerPC64 handling of @tocbase | Alan Modra | 1 | -0/+9 |
2022-01-28 | PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu | Alan Modra | 1 | -23/+36 |
2022-01-19 | PowerPC64 DT_RELR ELFv1 | Alan Modra | 1 | -14/+14 |
2022-01-19 | PowerPC64 DT_RELR local PLT | Alan Modra | 1 | -1/+2 |
2022-01-19 | PowerPC64 DT_RELR local GOT | Alan Modra | 1 | -4/+6 |
2022-01-19 | Re: PowerPC64 DT_RELR | Alan Modra | 1 | -5/+3 |
2022-01-17 | bfd/elf64-ppc.c: fix clang -Wbitwise-instead-of-logical warning in ppc64_elf_... | Simon Marchi | 1 | -2/+4 |
2022-01-18 | PowerPC64 DT_RELR | Alan Modra | 1 | -82/+510 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-15 | PowerPC64 @notoc in non-power10 code | Alan Modra | 1 | -398/+343 |
2021-11-03 | PR28523, ld.bfd created undefined symbols on ppc64 | Alan Modra | 1 | -16/+14 |
2021-09-08 | PowerPC64, sanity check r_offset in relocate_section | Alan Modra | 1 | -49/+119 |
2021-09-08 | PowerPC64: Avoid useless work on R_PPC64_TPREL34 | Alan Modra | 1 | -1/+3 |
2021-09-07 | PR28307, segfault in ppc64_elf_toc64_reloc | Alan Modra | 1 | -5/+23 |
2021-07-24 | Revert: PowerPC: Don't generate unused section symbols | Alan Modra | 1 | -2/+4 |
2021-05-03 | PPC: undefweak dynamic relocs | Alan Modra | 1 | -1/+5 |
2021-05-03 | PPC: ensure_undef_dynamic on weak undef only in plt | Alan Modra | 1 | -0/+3 |
2021-04-28 | Stop the BFD library from treating annobin symbols as potential function symb... | Nick Clifton | 1 | -6/+17 |
2021-04-12 | convert elf_link_hash macros to inline functions | Alan Modra | 1 | -4/+5 |
2021-04-12 | elf_backend_archive_symbol_lookup | Alan Modra | 1 | -4/+5 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -3/+3 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -713/+713 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-03-02 | PR27451, -z start_stop_gc for powerpc64 | Alan Modra | 1 | -0/+3 |
2021-03-02 | PowerPC64 undefined weak visibility vs GOT optimisation | Alan Modra | 1 | -0/+9 |
2021-01-20 | PowerPC: Don't generate unused section symbols | Alan Modra | 1 | -0/+3 |
2021-01-20 | PowerPC64 synthetic symbols | Alan Modra | 1 | -1/+2 |
2021-01-19 | PowerPC use_local_plt | Alan Modra | 1 | -36/+41 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | Remove some static buffers | Alan Modra | 1 | -4/+6 |
2020-12-16 | ppc64 constify | Alan Modra | 1 | -1/+1 |
2020-12-01 | PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 | Alan Modra | 1 | -2/+2 |
2020-10-16 | R_PPC64_GOT_LO_DS and R_PPC64_GOT_HA sanity check | Alan Modra | 1 | -2/+4 |
2020-10-09 | [GOLD] Power10 segv due to wild r2 | Alan Modra | 1 | -2/+0 |
2020-10-06 | PR26667, Add powerpc64le-*-freebsd* support | Brandon Bergren | 1 | -0/+2 |
2020-09-28 | Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throw | Alan Modra | 1 | -1/+4 |
2020-09-26 | PPC64_OPT_LOCALENTRY is incompatible with tail calls | Alan Modra | 1 | -15/+69 |
2020-09-24 | PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throw | Alan Modra | 1 | -185/+239 |
2020-09-24 | PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocs | Alan Modra | 1 | -11/+16 |
2020-08-26 | PR 26484-26488, 26490 UBSAN &h->elf null pointer | Alan Modra | 1 | -18/+26 |
2020-08-25 | PR26489, ASAN: ppc64_elf_size_stubs elf64-ppc.c:13389 | Alan Modra | 1 | -3/+3 |
2020-08-25 | PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337 | Alan Modra | 1 | -2/+3 |