summaryrefslogtreecommitdiff
path: root/bfd/elf-m10300.c
Commit message (Expand)AuthorAgeFilesLines
...
* Return void from linker callbacksAlan Modra2016-05-281-9/+5
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-6/+4
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-26/+26
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-1/+1
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-3/+3
* Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton2015-01-151-1/+7
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Free linker hash table from bfd_close.Alan Modra2014-06-131-18/+25
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-2/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-14/+14
* Make bfd.link_next field a unionAlan Modra2014-06-131-2/+2
* bfd target vector rationalisationAlan Modra2014-05-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-2/+2
* PR ld/15323Alan Modra2013-03-301-0/+4
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elfcode.h (elf_checksum_contents): Free contents.Alan Modra2013-02-111-2/+2
* * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra2013-02-101-6/+2
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-3/+3
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+1
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-75/+68
* * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .relaAlan Modra2012-06-291-26/+0
* * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki2012-05-071-1/+1
* PR ld/13991Alan Modra2012-04-241-2/+2
* * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra2012-03-131-9/+2
* * mn10300.h (elf_mn10300_reloc_type): Add R_MN10300_TLS_GD,Nick Clifton2012-03-071-91/+792
* * elf-m10300.c (mn10300_elf_relax_section): Fix check for anNick Clifton2011-11-081-2/+2
* PR ld/13177Alan Modra2011-10-191-1/+4
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-4/+1
* * elf-m10300.c (mn10300_elf_mkobject): New function.Nick Clifton2011-05-231-0/+16
* bfd/Daniel Jacobowitz2010-10-251-9/+2
* Add target_id to elf_backend_data.H.J. Lu2010-08-251-0/+1
* fix set but unused variable warningsAlan Modra2010-06-271-5/+0
* * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton2010-02-041-4/+9
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-6/+0
* update copyright datesAlan Modra2009-09-021-1/+1
* * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,Nick Clifton2009-07-011-1/+1
* * elf-m10300.c (mn10300_elf_relax_section): Allow for theNick Clifton2009-06-291-2/+21
* * elf-m10300.c (mn10300_elf_relax_section): Handle non-sectionNick Clifton2009-06-251-1/+0
* bfd/Nathan Sidwell2009-05-271-0/+4
* * elflink.c (is_reloc_section): New function. Returns true if theNick Clifton2008-11-251-40/+6
* * elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflowDJ Delorie2008-07-151-9/+17
* * elf-m10300.c (mn10300_elf_relax_section): Use _bfd_merged_section_offsetNick Clifton2007-12-311-6/+5
* * elf-m10300.c (mn10300_elf_relax_section): Extend previous fix to cover forw...Nick Clifton2007-11-281-2/+2
* * elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs whenNick Clifton2007-11-211-1/+32
* * ld-mn10300/mn10300.exp: Fix the start address of the .bss section for the i...Nick Clifton2007-11-161-13/+24
* * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to be generat...Nick Clifton2007-11-131-14/+67
* * elf-m10300.c (mn10300_elf_relax_delete_bytes): Do not look for alignNick Clifton2007-10-311-17/+20