summaryrefslogtreecommitdiff
path: root/bfd/elf32-nds32.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-12-06Fix Common symbol override test failsAlan Modra
2017-12-06dyn_relocs tidyAlan Modra
2017-12-01readonly_dynrelocsAlan Modra
2017-11-23Rename u.weakdef and make it a circular listAlan Modra
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu
2017-10-12Fix remaining targets using wrong .interp conditionsAlan Modra
2017-09-27nds32: Fix a tautological comparison.Kuan-Lin Chen
2017-09-11nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves
2017-02-03Fix compile time warning messages when compiling binutils with gcc 7.0.1.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-18NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs'Maciej W. Rozycki
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra
2016-03-21Remove use of alloca.Nick Clifton
2016-02-09Fix compile time warnings building the binutils with a gcc6 compiler.Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-08-31NDS32 build fixesAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-02-02NDS32/bfd: Add one more argument to control contents cache.Kuan-Lin Chen
2015-01-26NDS32/bfd: Fix relax round setting.Kuan-Lin Chen
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-09-22NDS32/bfd: Synchronize the argument type.Kuan-Lin Chen
2014-09-16NDS32: Code refactoring of relaxation.Kuan-Lin Chen
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen