aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-52/+54
2016-05-28Return void from linker callbacksAlan Modra1-25/+19
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-8/+5
2016-03-21Remove use of alloca.Nick Clifton1-1/+2
2016-02-09Fix compile time warnings building the binutils with a gcc6 compiler.Nick Clifton1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-08-31NDS32 build fixesAlan Modra1-5/+6
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-37/+40
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-1/+1
2015-02-02NDS32/bfd: Add one more argument to control contents cache.Kuan-Lin Chen1-25/+42
2015-01-26NDS32/bfd: Fix relax round setting.Kuan-Lin Chen1-8/+21
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-6/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+5
2014-09-22NDS32/bfd: Synchronize the argument type.Kuan-Lin Chen1-4/+3