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