summaryrefslogtreecommitdiff
path: root/bfd/elf32-csky.c
AgeCommit message (Expand)Author
2022-06-08Don't encode reloc.sizeAlan Modra
2022-06-08Revert reloc howto nitsAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-06-08NONE reloc fixesAlan Modra
2022-05-10bfd: remove use of PTRAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-05-03csky: fix annobin test failsAlan Modra
2021-04-15CSKY: Fix special_function in howto tableLifang Xia
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18Constify more arraysAlan Modra
2020-12-07elf32-csky.c:3932:19: error: comparison is always falseAlan Modra
2020-08-31PR26445 UBSAN: elf32-csky.c:4115 left shift of negative valueAlan Modra
2020-08-28CSKY: Support attribute section.Cooper Qu
2020-08-25elf_hash_table_id accessAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-06-29C++ commentsAlan Modra
2020-06-24csky: Don't generate unnecessary dynamic tagsH.J. Lu
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-23csky bfd.h tidyAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu
2019-04-03BFD whitespace fixesAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-09-14csky: Support PC relative diff relocationLifang Xia
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner