summaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)Author
2022-06-08Don't encode reloc.sizeAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-06-08NONE reloc fixesAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-28gas reloc sortingAlan Modra
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi
2021-08-06PR28173, nds32_elf_howto_table index out of boundsAlan Modra
2021-04-01Use startswith more for strncmp function calls.Martin Liska
2021-03-31Use bool in bfdAlan Modra
2021-03-29TRUE/FALSE simplificationAlan Modra
2021-03-29ELF output symbol hooks int vs. bfd_booleanAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-02-15nds32_elf_get_relocated_section_contentsAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18Assorted tidiesAlan Modra
2020-12-16constify elfNN_bedAlan Modra
2020-12-07elf32-csky.c:3932:19: error: comparison is always falseAlan Modra
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.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-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra
2020-03-02ELF SEC_SMALL_DATAAlan Modra
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-11-25Pass section when available to bfd_octets_per_byteAlan Modra
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers
2019-10-15remove more xmalloc in bfdAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra
2019-07-23ELF final_write_processingAlan Modra
2019-01-21Fix spelling mistakes in BFD library.Yuri Chornoivan
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra
2018-10-13_bfd_clear_contents bounds checkingAlan Modra
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi
2018-09-21elf32-nds32: Don't define fls if it is provided by the systemSimon Marchi
2018-09-20Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton
2018-07-17BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki
2018-05-16NDS32/BFD: Fix build error in `nds32_convert_32_to_16'Maciej W. Rozycki
2018-04-16Remove m88k supportAlan Modra
2018-03-15nds32: Remove the unsupported target feature.Kuan-Lin Chen