Age | Commit message (Expand) | Author | Files | Lines |
2020-08-26 | Fix sanitization problems in the BFD library when running the linker testsuit... | Nick Clifton | 1 | -7/+7 |
2020-08-25 | elf_hash_table_id access | Alan Modra | 1 | -3/+3 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -22/+11 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -4/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -13/+11 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -3/+3 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -2/+2 |
2019-05-21 | Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relat... | Senthil Kumar Selvaraj | 1 | -3/+15 |
2019-05-21 | Fix PR 24564 - link fails for some rcalls/rjmps with wraparound | Senthil Kumar Selvaraj | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |
2018-09-06 | PR23570, AVR .noinit section defaults to PROGBITS | Alan Modra | 1 | -0/+7 |
2018-08-01 | Fix potential illegal memory access in AVR backend. | Nick Clifton | 1 | -4/+4 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -2/+4 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -2/+3 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -1144/+1144 |
2017-06-27 | Fix PR 13402 | Senthil Kumar Selvaraj | 1 | -1/+4 |
2017-05-04 | Fix PR21404 - assertion fail when calculating symbol size | Senthil Kumar Selvaraj | 1 | -31/+60 |
2017-04-13 | Missing _bfd_error_handler args | Alan Modra | 1 | -2/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-16 | Fix PR20789 - relaxation with negative valued diff relocs | Senthil Kumar Selvaraj | 1 | -37/+62 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+2 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -2/+2 |
2016-09-06 | Fix PR ld/20545 - relaxation bugs in avr backend | Senthil Kumar Selvaraj | 1 | -7/+33 |
2016-06-15 | Fix PR ld/20254 | Senthil Kumar Selvaraj | 1 | -2/+13 |
2016-06-09 | Fix PR 20221 - adjust syms and relocs only if relax shrunk section. | Denis Chertykov | 1 | -3/+18 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -10/+6 |
2016-03-30 | Fix a seg-fault in the AVR linker. | Senthil Kumar Selvaraj | 1 | -2/+4 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-31 | Make asection->id and asection->index unsigned | Alan Modra | 1 | -2/+2 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -4/+4 |
2015-07-08 | Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation. | Denis Chertykov | 1 | -2/+18 |
2015-02-25 | AVR/ld: Use .avr.prop data during linker relaxation. | Andrew Burgess | 1 | -1/+320 |
2015-02-25 | avr/objdump: Support dumping .avr.prop section. | Andrew Burgess | 1 | -0/+439 |
2015-02-03 | More fixes for illegal memory accesses triggered by running objdump on fuzzed... | Nick Clifton | 1 | -1/+1 |
2015-01-19 | Fallout from recent bfd_reloc_outofrange changes | Alan Modra | 1 | -3/+3 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-23 | AVR: Only set link-relax elf flag when appropriate. | Andrew Burgess | 1 | -1/+0 |
2014-12-22 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -1/+5 |
2014-11-03 | When relaxing, update size of symbols. | Andrew Burgess | 1 | -8/+31 |
2014-11-03 | When relaxing, update symbols at the very end of the section. | Andrew Burgess | 1 | -2/+2 |
2014-07-07 | Adds support for writing values to AVR system I/O registers. | Barney Stratford | 1 | -2/+51 |
2014-07-01 | Add support for the AVR Tiny series of microcontrollers. | Barney Stratford | 1 | -56/+85 |
2014-06-13 | Free linker hash table from bfd_close. | Alan Modra | 1 | -5/+8 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -1/+1 |
2014-06-13 | Move link_hash_table_free functions earlier | Alan Modra | 1 | -18/+18 |