summaryrefslogtreecommitdiff
path: root/bfd/elf-m10300.c
AgeCommit message (Expand)Author
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
2009-09-02update copyright datesAlan Modra
2009-07-01 * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,Nick Clifton
2009-06-29 * elf-m10300.c (mn10300_elf_relax_section): Allow for theNick Clifton
2009-06-25 * elf-m10300.c (mn10300_elf_relax_section): Handle non-sectionNick Clifton
2009-05-27 bfd/Nathan Sidwell
2008-11-25 * elflink.c (is_reloc_section): New function. Returns true if theNick Clifton
2008-07-15* elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflowDJ Delorie
2007-12-31* elf-m10300.c (mn10300_elf_relax_section): Use _bfd_merged_section_offsetNick Clifton
2007-11-28* elf-m10300.c (mn10300_elf_relax_section): Extend previous fix to cover forw...Nick Clifton
2007-11-21* elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs whenNick Clifton
2007-11-16* ld-mn10300/mn10300.exp: Fix the start address of the .bss section for the i...Nick Clifton
2007-11-13* config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to be generat...Nick Clifton
2007-10-31* elf-m10300.c (mn10300_elf_relax_delete_bytes): Do not look for alignNick Clifton
2007-10-30* mn10300.h (R_MN10300_ALIGN): Define.Nick Clifton
2007-10-19Add MN10300 linker relaxation support for symbol differencesNick Clifton
2007-10-19* elf-m10300.c: Convert to ISO C.Nick Clifton
2007-09-28 * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code.Alan Modra
2007-09-26bfd/Jan Beulich