aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-lm32.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-1/+1
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-3/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+5
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-05-02bfd target vector rationalisationAlan Modra1-4/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-12-17Use _bfd_elf_copy_private_bfd_dataH.J. Lu1-21/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-03-30 PR ld/15323Alan Modra1-0/+4
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra1-1/+3
2013-02-21bfd/Alan Modra1-2/+1
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra1-11/+1
2012-10-23 bfd/Nathan Sidwell1-122/+6
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu1-2/+1
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra1-31/+36
2012-06-29 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .relaAlan Modra1-26/+0
2012-05-16 PR binutils/13558Nick Clifton1-1/+1
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-3/+3
2012-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra1-9/+2
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-10/+1
2010-10-25 bfd/Daniel Jacobowitz1-9/+2
2010-08-25Add target_id to elf_backend_data.H.J. Lu1-0/+1
2010-06-27fix set but unused variable warningsAlan Modra1-17/+2
2010-02-04 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton1-6/+35
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-2/+0
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-172009-06-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-12/+2
2008-12-23Add LM32 port.Nick Clifton1-0/+2909