summaryrefslogtreecommitdiff
path: root/bfd/elf32-tic6x.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Revert reloc howto nitsAlan Modra2022-06-081-6/+6
* HOWTO size encodingAlan Modra2022-06-081-61/+61
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in bfdAlan Modra2021-03-311-324/+324
* 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-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Statically initialise target common sectionsAlan Modra2020-12-181-15/+5
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-1/+1
* PR26389, nm prints "c" for a common symbol with -flto and -fcommonAlan Modra2020-08-151-1/+1
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+1
* tic6x: Call _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-291-33/+2
* elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bedH.J. Lu2020-06-071-0/+2
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-18/+1
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-53/+9
* PR25882, .gnu.attributes are not checked for shared librariesAlan Modra2020-05-011-0/+3
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+4
* bfd_size_type to size_tAlan Modra2020-02-191-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-9/+9
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* TIC6X __c6xabi_DSBT_BASEAlan Modra2018-06-071-0/+13
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-12/+46
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-1/+1
* %L conversionsAlan Modra2018-02-191-6/+6
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-18/+18
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-29/+29
* readonly_dynrelocsAlan Modra2017-12-011-17/+36
* 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-7/+7
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-85/+0
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-3/+3
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* 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-7/+23
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-17/+5
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-4/+2
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+12
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-6/+7
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-10/+9
* Return void from linker callbacksAlan Modra2016-05-281-15/+9
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-27/+30