aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.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-1/+1
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-09-23Fix 'call8: call target out of range' xtensa ld relaxation bugSterling Augustine1-4/+37
2014-06-13Make bfd.link_next field a unionAlan Modra1-7/+7
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov1-15/+17
2014-05-02bfd target vector rationalisationAlan Modra1-2/+2
2014-03-05Update copyright yearsAlan Modra1-2/+1
2014-01-07remove VA_* from binutilsTom Tromey1-4/+4
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-1/+3
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-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra1-5/+5
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra1-11/+1
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-108/+108
2012-10-16 * elf32-xtensa.c (free_section_cache): Renamed fromAlan Modra1-6/+6
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu1-1/+1
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra1-16/+17
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-5/+5
2011-10-19 PR ld/13177Alan Modra1-1/+3
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-3/+0
2011-06-02Fix spelling mistakes.Nick Clifton1-2/+2
2010-10-25 bfd/Daniel Jacobowitz1-9/+2
2010-10-08Fix build with -DDEBUG=7Alan Modra1-1/+1
2010-09-242010-09-24 Thomas Schwinge <thomas@codesourcery.com>Thomas Schwinge1-1/+1
2010-08-25Add target_id to elf_backend_data.H.J. Lu1-0/+1
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2010-06-27fix set but unused variable warningsAlan Modra1-7/+0
2010-05-282010-05-28 Sterling Augustine <sterling@tensilica.com>Sterling Augustine1-12/+37
2010-02-08 * section.c (struct bfd_section): Delete has_tls_reloc,Alan Modra1-0/+4
2010-02-04 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton1-5/+38
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-10/+9
2009-09-09 * elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.Alan Modra1-4/+0
2009-09-02update copyright datesAlan Modra1-1/+2
2009-06-172009-06-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-6/+1
2009-05-27 bfd/Nathan Sidwell1-0/+4
2009-04-032009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>Sterling Augustine1-6/+1
2009-02-242009-02-24 Sterling Augustine <sterling@tensilica.com>Sterling Augustine1-5/+13
2008-09-18 * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative refcount.Bob Wilson1-3/+13
2008-08-202008-08-20 Bob Wilson <bob.wilson@acm.org>Bob Wilson1-123/+891
2008-05-07bfd/Bob Wilson1-6/+32
2008-03-11 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype.Alan Modra1-4/+1
2008-02-20PR 868Nick Clifton1-5/+8
2008-02-04 * elf32-xtensa (elf_xtensa_relocate_section): After finding an invalidBob Wilson1-6/+17
2008-01-112008-01-11 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+3
2007-12-21 * elf32-xtensa.c (relax_section): Update DIFF relocations in theBob Wilson1-22/+20
2007-12-12 * elf32-xtensa.c (elf_xtensa_do_reloc): Update self_address along withBob Wilson1-1/+2
2007-12-072007-12-07 Bob Wilson <bob.wilson@acm.org>Bob Wilson1-58/+25