summaryrefslogtreecommitdiff
path: root/bfd/elf32-tilepro.c
Commit message (Expand)AuthorAgeFilesLines
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-3/+11
* %L conversionsAlan Modra2018-02-191-2/+3
* 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-7/+7
* Remove bfd stub function casts.Alan Modra2018-02-161-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-385/+385
* dyn_relocs tidyAlan Modra2017-12-061-44/+14
* readonly_dynrelocsAlan Modra2017-12-011-19/+34
* 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-8/+8
* tilepro: Check bfd_link_executable for TLS checkH.J. Lu2017-10-191-10/+12
* tile: Mark __tls_get_addr in gc_mark_hookH.J. Lu2017-10-181-2/+10
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-165/+0
* tile: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2017-10-141-3/+8
* tile: Dump dynamic relocation info to the map fileH.J. Lu2017-10-051-1/+9
* Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton2017-07-241-9/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-3/+3
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* 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/+20
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-25/+5
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-2/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+4
* Remove syntactic sugarAlan Modra2016-09-301-7/+7
* Return void from linker callbacksAlan Modra2016-05-281-9/+5
* 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-40/+46
* More fixes related to NONE relocsAlan Modra2015-01-191-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-3/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Make bfd.link_next field a unionAlan Modra2014-06-131-1/+1
* bfd target vector rationalisationAlan Modra2014-05-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-2/+3
* * elf32-tilepro.c (tilepro_elf_finish_dynamic_sections): Don'tMaciej W. Rozycki2013-08-241-2/+3
* PR ld/15323Alan Modra2013-03-301-0/+4
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra2013-02-211-5/+5
* PR ld/15056Alan Modra2013-01-311-5/+27
* * elf32-tilepro.c (tilepro_elf_mkobject): New function.Maciej W. Rozycki2012-12-031-0/+12
* Fix computation of got relocations for .got sections greater thanWalter Lee2012-09-201-2/+8
* Remove unused got_base variable.Walter Lee2012-09-171-6/+0
* Fix computation of got relocations for when .got.plt section is mergedWalter Lee2012-09-171-2/+2
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+1
* Add padding to the plt section so that its size is a multiple of itsWalter Lee2012-08-281-4/+8