aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-m10300.c
AgeCommit message (Expand)Author
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-18Add output_type to bfd_link_infoH.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-06-13Free linker hash table from bfd_close.Alan Modra
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra
2014-06-13Move link_hash_table_free functions earlierAlan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu
2013-03-30 PR ld/15323Alan Modra
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra
2013-02-11 * elfcode.h (elf_checksum_contents): Free contents.Alan Modra
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra
2013-01-10Remove trailing white spaces in bfdH.J. Lu
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-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra
2012-03-07 * mn10300.h (elf_mn10300_reloc_type): Add R_MN10300_TLS_GD,Nick Clifton
2011-11-08 * elf-m10300.c (mn10300_elf_relax_section): Fix check for anNick Clifton
2011-10-19 PR ld/13177Alan Modra
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra
2011-05-23 * elf-m10300.c (mn10300_elf_mkobject): New function.Nick Clifton
2010-10-25 bfd/Daniel Jacobowitz
2010-08-25Add target_id to elf_backend_data.H.J. Lu
2010-06-27fix set but unused variable warningsAlan Modra
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