summaryrefslogtreecommitdiff
path: root/bfd/elf32-m68k.c
AgeCommit message (Expand)Author
2016-01-01Copyright update for binutilsAlan Modra
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich 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-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu
2015-07-25Fix broken -Bsymbolic-functionsAlan Modra
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-12Copy relocations against protected symbolsAlan Modra
2014-10-16Fix 17492, ld segfault with --oformat=binaryAlan 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-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-12-19Set proper OS ABI magic for ELF/m68kAndreas Schwab
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu
2013-10-08* elf32-m68k.c (elf_m68k_size_dynamic_sections): Add DT_DEBUG alsoAndreas Schwab
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-21 * elf-bfd.h (struct core_elf_obj_tdata): New.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
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra
2012-06-22* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Don't makeAndreas Schwab
2012-05-21* elf32-m68k.c (elf_m68k_grok_prstatus): New function.Andreas Schwab
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki
2012-04-26* elf32-m68k.c (elf_m68k_check_relocs): Mark non-GOT referencesAndreas Schwab
2012-04-24 PR ld/13991Alan Modra
2012-03-31* elf32-m68k.c (elf_m68k_relocate_section): AllowAndreas Schwab
2012-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra
2011-12-01 * elf32-m68k.c (elf_m68k_check_relocs) <R_68K_8, R68K_16, R_68K_32>: ForNick Clifton
2011-10-19 PR ld/13177Alan Modra
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra
2011-02-22* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GDAndreas Schwab
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-m68k.c (bfd_elf_m68k_set_target_options): Don't set GOTMaciej W. Rozycki
2010-08-13 bfd/Nathan Sidwell
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-09-28 * elf32-m68k.c (elf_m68k_final_write_processing): New function.Nick Clifton
2009-09-07* elf32-m68k.c (rtype_to_howto): If the reloc index is out ofAndreas Schwab
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton
2009-08-26 * elf32-m68k.c: Rewrite initialization of GOT entries for TLSNick Clifton
2009-08-26 * elf32-m68k.c (elf_m68k_copy_indirect_symbol): Propagate non_got_refNick Clifton
2009-06-18 * elf-bfd.h (struct sym_sec_cache): Delete.Alan Modra
2009-02-03 M68K TLS support.Nick Clifton