summaryrefslogtreecommitdiff
path: root/bfd/elf-m10300.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-34/+34
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-6/+6
* mn10300: Don't free cached internal symbol tableH.J. Lu2017-10-091-1/+1
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* Use %A and %B in more error messagesAlan Modra2017-04-131-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton2016-11-231-1/+1
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-16/+1
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-36/+13
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+5
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-1/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-5/+5
* 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