aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elf_backend_init_file_headerAlan Modra2019-11-181-4/+7
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* _bfd_clear_contents bounds checkingAlan Modra2018-10-131-1/+1
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-2/+4
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+3
* %L conversionsAlan Modra2018-02-191-2/+4
* 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
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-29/+29
* dyn_relocs tidyAlan Modra2017-12-061-54/+29
* readonly_dynrelocsAlan Modra2017-12-011-18/+33
* 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/+6
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-126/+0
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-4/+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/+19
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-11/+4
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-22/+1
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-105/+84
* Help diagnose problems with the metag target when mixing static and shared bi...Nick Clifton2016-11-181-2/+9
* 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-5/+4
* Return void from linker callbacksAlan Modra2016-05-281-9/+5
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-6/+4
* 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
* Make asection->id and asection->index unsignedAlan Modra2015-08-311-2/+2
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-33/+38
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-221-1/+5
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Free linker hash table from bfd_close.Alan Modra2014-06-131-5/+8
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-1/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-12/+12
* Make bfd.link_next field a unionAlan Modra2014-06-131-4/+4
* bfd target vector rationalisationAlan Modra2014-05-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* My patch to the binutils strip-10.d test was wrong. The osabi field should a...Nick Clifton2014-01-291-1/+2
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-2/+2