aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-v850.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-15objcopy --extract-symbolAlan Modra1-3/+4
2015-09-23Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton1-3/+11
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-3/+3
2015-08-12Remove trailing spaces in bfdH.J. Lu1-9/+9
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton1-23/+344
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-4/+4
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-3/+3
2015-01-15Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton1-1/+5
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-05-02bfd target vector rationalisationAlan Modra1-2/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-04-24 * ecoff.c: casting the return value of BFD_ALIGN to intNick Clifton1-1/+1
2013-04-03 * elf32-v850.c (v850_elf_is_target_special_symbol): New function.Nick Clifton1-0/+8
2013-03-30 PR ld/15323Alan Modra1-0/+4
2013-01-24Add support for V850E3V5 architectureNick Clifton1-4/+19
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-3/+3
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton1-92/+420
2012-11-09Remove trailing redundant `;'H.J. Lu1-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-2/+3
2011-01-14 * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra1-2/+2
2010-10-25 bfd/Daniel Jacobowitz1-9/+2
2010-07-23Add support for v850E2 and v850E2V3Nick Clifton1-140/+626
2010-06-27fix set but unused variable warningsAlan Modra1-8/+1
2010-01-11 * elf32-v850.c (v850_elf_perform_relocation): Fix overflowNick Clifton1-1/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-22include/elf/Alan Modra1-1/+1
2009-05-21 * elf-bfd.h (struct elf_backend_dataAlan Modra1-2/+2
2008-11-25 * elflink.c (is_reloc_section): New function. Returns true if theNick Clifton1-3/+1
2007-09-26bfd/Jan Beulich1-1/+3
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-1/+2
2007-04-26bfd/Alan Modra1-1/+1
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra1-0/+17
2007-03-08duh. commit correct version of patch.Alan Modra1-5/+4
2007-03-08include/elf/Alan Modra1-1/+8
2007-03-07 PR 3958Alan Modra1-5/+15
2006-09-28 * elflink.c (_bfd_elf_gc_mark_hook): New function.Alan Modra1-34/+5
2006-09-16* bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as itsNick Clifton1-27/+26
2006-05-02 * dwarf2.c: Formatting.Alan Modra1-2/+4
2005-07-082005-07-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-19/+1
2005-07-05 * elf.c (special_sections): Move const qualifier.Alan Modra1-2/+2
2005-07-04 PR 1004Alan Modra1-63/+24
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-775/+670
2005-06-202005-06-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+6
2005-06-15* elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by theNick Clifton1-0/+1
2005-05-17(v850_elf_relocate_section): Move code to test for the presence of a symbolNick Clifton1-9/+12
2005-05-072005-05-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-10/+67