summaryrefslogtreecommitdiff
path: root/bfd/elf32-sh.c
AgeCommit message (Expand)Author
2016-01-01Copyright update for binutilsAlan Modra
2015-10-15bfd: [SH] Emit DT_PLTGOT for FDPIC output unconditionallyRich Felker
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-09-15Fix the SH behavior for EF_SH_PIC flag in FDPIC ABIRich Felker
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-12Remove trailing spaces in bfdH.J. Lu
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-15Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-12Copy relocations against protected symbolsAlan Modra
2014-08-01Fix PR10373 which is SH relax bug.Kaz Kojima
2014-07-08This fixes PR 17110 which shows that the SH section relocation code can be ca...Nick Clifton
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-12-17Use _bfd_elf_copy_private_bfd_dataH.J. Lu
2013-12-12Remove bfd_elf32_bfd_set_private_bfd_flagsH.J. Lu
2013-03-30 PR ld/15323Alan Modra
2013-03-28 * elf32-sh.c (sh_elf_relocate_section): Suppress warnings forKaz Kojima
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra
2013-02-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra
2013-02-10 PR ld/15113Alan Modra
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-10-23 bfd/Nathan Sidwell
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra
2012-06-29 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .relaAlan Modra
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki
2012-04-24 PR ld/13991Alan Modra
2012-04-19bfd/Thomas Schwinge
2012-04-17 * elf32-sh.c (allocate_dynrelocs): Don't allocate dynamicKaz Kojima
2012-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra
2012-02-27 * elf32-sh.c (sh_elf_osec_to_segment): Check for elf flavour bfdAlan Modra
2011-10-19 PR ld/13177Alan Modra
2011-06-22 * elf32-sh.c (sh_elf_relocate_section): Allow R_SH_TLS_LE_32 for PIE.Kaz Kojima
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra
2010-10-25 bfd/Daniel Jacobowitz
2010-09-242010-09-24 Thomas Schwinge <thomas@codesourcery.com>Thomas Schwinge
2010-08-25Add target_id to elf_backend_data.H.J. Lu
2010-08-20 * elf32-sh.c (sh_elf_relocate_section): Handle non-ELF outputMaciej W. Rozycki
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2010-06-27fix set but unused variable warningsAlan Modra
2010-05-252010-05-21 Daniel Jacobowitz <dan@codesourcery.com>Nick Clifton
2010-02-04 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-06-18 * elf-bfd.h (struct sym_sec_cache): Delete.Alan Modra
2009-06-172009-06-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu