Age | Commit message (Expand) | Author | Files | Lines |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -1/+1 |
2017-05-16 | Rename non_ir_ref to non_ir_ref_regular | Alan Modra | 1 | -1/+1 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -2/+2 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-23 | Fix the linker so that it will not silently generate ELF binaries with invali... | Nick Clifton | 1 | -1/+1 |
2016-11-23 | elf_backend_dtrel_excludes_plt | Alan Modra | 1 | -16/+1 |
2016-11-23 | Delete duplicate target short-cuts to dynamic sections | Alan Modra | 1 | -36/+13 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+5 |
2016-10-07 | Pass link_info to _bfd_merge_private_bfd_data | Alan Modra | 1 | -1/+3 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -5/+5 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -9/+5 |
2016-05-13 | Set dynamic tag VMA and size from dynamic section when possible | Alan Modra | 1 | -6/+4 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -26/+26 |
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-15 | Fix memory access violations triggered by running objdump on fuzzed binaries. | Nick Clifton | 1 | -1/+7 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-12 | Copy relocations against protected symbols | Alan Modra | 1 | -1/+1 |
2014-06-13 | Free linker hash table from bfd_close. | Alan Modra | 1 | -18/+25 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -2/+1 |
2014-06-13 | Move link_hash_table_free functions earlier | Alan Modra | 1 | -14/+14 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -2/+2 |
2014-05-02 | bfd target vector rationalisation | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2013-11-05 | Pass ignored unresolved relocations to ld backend | H.J. Lu | 1 | -2/+2 |
2013-03-30 | PR ld/15323 | Alan Modra | 1 | -0/+4 |
2013-03-27 | * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc. | Alan Modra | 1 | -1/+3 |
2013-02-11 | * elfcode.h (elf_checksum_contents): Free contents. | Alan Modra | 1 | -2/+2 |
2013-02-10 | * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. | Alan Modra | 1 | -6/+2 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -3/+3 |
2012-09-02 | Add hdynamic to elf_link_hash_table for _DYNAMIC | H.J. Lu | 1 | -1/+1 |
2012-06-29 | * section.c (bfd_get_linker_section): New function. | Alan Modra | 1 | -75/+68 |
2012-06-29 | * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .rela | Alan Modra | 1 | -26/+0 |
2012-05-07 | * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound | Maciej W. Rozycki | 1 | -1/+1 |
2012-04-24 | PR ld/13991 | Alan Modra | 1 | -2/+2 |
2012-03-13 | * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't error | Alan Modra | 1 | -9/+2 |
2012-03-07 | * mn10300.h (elf_mn10300_reloc_type): Add R_MN10300_TLS_GD, | Nick Clifton | 1 | -91/+792 |
2011-11-08 | * elf-m10300.c (mn10300_elf_relax_section): Fix check for an | Nick Clifton | 1 | -2/+2 |
2011-10-19 | PR ld/13177 | Alan Modra | 1 | -1/+4 |
2011-06-13 | * linker.c (bfd_link_hash_traverse): Follow warning symbol link. | Alan Modra | 1 | -4/+1 |
2011-05-23 | * elf-m10300.c (mn10300_elf_mkobject): New function. | Nick Clifton | 1 | -0/+16 |
2010-10-25 | bfd/ | Daniel Jacobowitz | 1 | -9/+2 |
2010-08-25 | Add target_id to elf_backend_data. | H.J. Lu | 1 | -0/+1 |
2010-06-27 | fix set but unused variable warnings | Alan Modra | 1 | -5/+0 |
2010-02-04 | * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add | Nick Clifton | 1 | -4/+9 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -6/+0 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-07-01 | * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER, | Nick Clifton | 1 | -1/+1 |