aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bfd_section_* macrosAlan Modra2019-09-191-13/+11
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-3/+3
* ELF final_write_processingAlan Modra2019-07-231-2/+2
* Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relat...Senthil Kumar Selvaraj2019-05-211-3/+15
* Fix PR 24564 - link fails for some rcalls/rjmps with wraparoundSenthil Kumar Selvaraj2019-05-211-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+0
* PR23570, AVR .noinit section defaults to PROGBITSAlan Modra2018-09-061-0/+7
* Fix potential illegal memory access in AVR backend.Nick Clifton2018-08-011-4/+4
* 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
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-1144/+1144
* Fix PR 13402Senthil Kumar Selvaraj2017-06-271-1/+4
* Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj2017-05-041-31/+60
* Missing _bfd_error_handler argsAlan Modra2017-04-131-2/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix PR20789 - relaxation with negative valued diff relocsSenthil Kumar Selvaraj2016-11-161-37/+62
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+2
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-2/+2
* Fix PR ld/20545 - relaxation bugs in avr backendSenthil Kumar Selvaraj2016-09-061-7/+33
* Fix PR ld/20254Senthil Kumar Selvaraj2016-06-151-2/+13
* Fix PR 20221 - adjust syms and relocs only if relax shrunk section.Denis Chertykov2016-06-091-3/+18
* Return void from linker callbacksAlan Modra2016-05-281-10/+6
* Fix a seg-fault in the AVR linker.Senthil Kumar Selvaraj2016-03-301-2/+4
* Copyright update for binutilsAlan Modra2016-01-011-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-4/+4
* Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov2015-07-081-2/+18
* AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess2015-02-251-1/+320
* avr/objdump: Support dumping .avr.prop section.Andrew Burgess2015-02-251-0/+439
* 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-3/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* AVR: Only set link-relax elf flag when appropriate.Andrew Burgess2014-12-231-1/+0
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-221-1/+5
* When relaxing, update size of symbols.Andrew Burgess2014-11-031-8/+31
* When relaxing, update symbols at the very end of the section.Andrew Burgess2014-11-031-2/+2
* Adds support for writing values to AVR system I/O registers.Barney Stratford2014-07-071-2/+51
* Add support for the AVR Tiny series of microcontrollers.Barney Stratford2014-07-011-56/+85
* 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-18/+18
* Make bfd.link_next field a unionAlan Modra2014-06-131-3/+3
* bfd target vector rationalisationAlan Modra2014-05-021-1/+1
* bfd/ChangeLogDenis Chertykov2014-04-101-1/+181
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-2/+2