aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-21elf32-nds32: Don't define fls if it is provided by the systemSimon Marchi1-0/+2
2018-09-20Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton1-3189/+4594
2018-07-17BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki1-2/+2
2018-05-16NDS32/BFD: Fix build error in `nds32_convert_32_to_16'Maciej W. Rozycki1-1/+1
2018-04-16Remove m88k supportAlan Modra1-6/+1
2018-03-15nds32: Remove the unsupported target feature.Kuan-Lin Chen1-2784/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-8/+20
2018-02-26assorted target messagesAlan Modra1-23/+28
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+3
2018-02-19%L conversionsAlan Modra1-23/+25
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-21/+21
2018-02-12oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (wa...Nick Clifton1-1/+0