aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+5
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-24nds32, sh, kvx: DT_JMPREL/DT_PLTRELSZAlan Modra1-5/+5
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-1/+4
2022-09-15bfd, binutils, gas: Remove/mark unused variablesTsukasa OI1-3/+0
2022-06-08Don't encode reloc.sizeAlan Modra1-3/+3
2022-06-08HOWTO size encodingAlan Modra1-154/+208
2022-06-08NONE reloc fixesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-28gas reloc sortingAlan Modra1-1/+1
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi1-10/+2
2021-08-06PR28173, nds32_elf_howto_table index out of boundsAlan Modra1-30/+25
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-7/+6
2021-03-31Use bool in bfdAlan Modra1-805/+805
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-29ELF output symbol hooks int vs. bfd_booleanAlan Modra1-5/+5
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-02-15nds32_elf_get_relocated_section_contentsAlan Modra1-1/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Assorted tidiesAlan Modra1-1/+1
2020-12-16constify elfNN_bedAlan Modra1-3/+7
2020-12-07elf32-csky.c:3932:19: error: comparison is always falseAlan Modra1-3/+1
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra1-2/+2
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-7/+6
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-61/+2
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu1-9/+11
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu1-9/+0
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu1-28/+2
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu1-34/+0
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu1-20/+2
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-22/+13
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-12/+8
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-2/+2
2020-05-01FIXME for merging of e_flags and .gnu.attributesAlan Modra1-0/+4
2020-03-02ELF SEC_SMALL_DATAAlan Modra1-0/+13
2020-02-26Indent labelsAlan Modra1-15/+15
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+5
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+1
2019-10-15remove more xmalloc in bfdAlan Modra1-2/+3
2019-09-19bfd_section_* macrosAlan Modra1-22/+21
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-01-21Fix spelling mistakes in BFD library.Yuri Chornoivan1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-2/+0
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-4/+4
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi1-13/+0