aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-09PR22662, nds32: Fix a typographical error.Kuan-Lin Chen1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-77/+77
2017-12-06Fix Common symbol override test failsAlan Modra1-0/+9
2017-12-06dyn_relocs tidyAlan Modra1-48/+17
2017-12-01readonly_dynrelocsAlan Modra1-73/+32
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-6/+6
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-133/+0
2017-10-12Fix remaining targets using wrong .interp conditionsAlan Modra1-1/+1
2017-09-27nds32: Fix a tautological comparison.Kuan-Lin Chen1-1/+1
2017-09-11nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen1-13/+13
2017-07-18Fix spelling typos.Yuri Chornovian1-3/+3
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-23/+23
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-4/+4
2017-04-13Use %A and %B in more error messagesAlan Modra1-4/+4
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves1-2/+2
2017-02-03Fix compile time warning messages when compiling binutils with gcc 7.0.1.Nick Clifton1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-18/+1
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-80/+41
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-59/+52
2016-10-18NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs'Maciej W. Rozycki1-2/+3
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-2/+4