summaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
Commit message (Expand)AuthorAgeFilesLines
* nds32_elf_get_relocated_section_contentsAlan Modra2021-02-151-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Assorted tidiesAlan Modra2020-12-181-1/+1
* constify elfNN_bedAlan Modra2020-12-161-3/+7
* elf32-csky.c:3932:19: error: comparison is always falseAlan Modra2020-12-071-3/+1
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-2/+2
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-7/+6
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-61/+2
* ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu2020-06-081-9/+11
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-34/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-20/+2
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-22/+13
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-12/+8
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-2/+2
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+4
* ELF SEC_SMALL_DATAAlan Modra2020-03-021-0/+13
* Indent labelsAlan Modra2020-02-261-15/+15
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-1/+5
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+1
* remove more xmalloc in bfdAlan Modra2019-10-151-2/+3
* bfd_section_* macrosAlan Modra2019-09-191-22/+21
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-3/+3
* ELF final_write_processingAlan Modra2019-07-231-2/+2
* Fix spelling mistakes in BFD library.Yuri Chornoivan2019-01-211-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-2/+0
* _bfd_clear_contents bounds checkingAlan Modra2018-10-131-4/+4
* elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi2018-09-261-13/+0
* elf32-nds32: Don't define fls if it is provided by the systemSimon Marchi2018-09-211-0/+2
* Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton2018-09-201-3189/+4594
* BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absoluteMaciej W. Rozycki2018-07-171-2/+2
* NDS32/BFD: Fix build error in `nds32_convert_32_to_16'Maciej W. Rozycki2018-05-161-1/+1
* Remove m88k supportAlan Modra2018-04-161-6/+1
* nds32: Remove the unsupported target feature.Kuan-Lin Chen2018-03-151-2784/+1
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-8/+20
* assorted target messagesAlan Modra2018-02-261-23/+28
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+3
* %L conversionsAlan Modra2018-02-191-23/+25
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-21/+21
* oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (wa...Nick Clifton2018-02-121-1/+0
* PR22662, nds32: Fix a typographical error.Kuan-Lin Chen2018-01-091-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-77/+77
* Fix Common symbol override test failsAlan Modra2017-12-061-0/+9
* dyn_relocs tidyAlan Modra2017-12-061-48/+17