summaryrefslogtreecommitdiff
path: root/bfd/elf32-nios2.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool in bfdAlan Modra2021-03-311-446/+446
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-1/+1
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+1
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-46/+1
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* nios2: Call _bfd_elf_maybe_set_textrel to set DF_TEXTRELH.J. Lu2020-06-031-10/+15
* nios2: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-031-0/+9
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-18/+14
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-2/+1
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-6/+4
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-0/+13
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-2/+2
* Indent labelsAlan Modra2020-02-261-1/+1
* bfd_size_type to size_tAlan Modra2020-02-191-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-8/+8
* Check asprintf return valueAlan Modra2019-02-201-4/+7
* PR24225, nios2 buffer overflowAlan Modra2019-02-181-10/+21
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-18/+26
* assorted target messagesAlan Modra2018-02-261-4/+4
* %L conversionsAlan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-1/+1
* dyn_relocs tidyAlan Modra2017-12-061-31/+11
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-6/+6
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-105/+0
* nios2: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2017-10-141-4/+12
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* Nios2 dynobj handling fixesAlan Modra2017-02-281-101/+53
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-15/+26
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-20/+6
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-14/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+4
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-3/+4
* Remove syntactic sugarAlan Modra2016-09-301-8/+8
* Return void from linker callbacksAlan Modra2016-05-281-9/+9
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-9/+6
* Correct assertion in NIOS2 linker to allow signed 16-buit immediate values.Nick Clifton2016-02-101-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Correct nios2 _gp address computation.Sandra Loosemore2015-12-271-10/+21