summaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
AgeCommit message (Expand)Author
2016-01-01Copyright update for binutilsAlan Modra
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-09-15xtensa: generate PLT entries for call0 ABIMax Filippov
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-05-14xtensa: fix localized symbol refcounting with --gc-sectionsMax Filippov
2015-04-09xtensa: replace action list with splay treeMax Filippov
2015-04-09xtensa: optimize find_removed_literalMax Filippov
2015-04-09xtensa: optimize removed_by_actionsMax Filippov
2015-04-09xtensa: optimize check_section_ebb_pcrels_fitMax Filippov
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-09-23Fix 'call8: call target out of range' xtensa ld relaxation bugSterling Augustine
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-05Update copyright yearsAlan Modra
2014-01-07remove VA_* from binutilsTom Tromey
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu
2013-03-30 PR ld/15323Alan Modra
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra
2013-02-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-10-16 * elf32-xtensa.c (free_section_cache): Renamed fromAlan Modra
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki
2012-04-24 PR ld/13991Alan Modra
2011-10-19 PR ld/13177Alan Modra
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra
2011-06-02Fix spelling mistakes.Nick Clifton
2010-10-25 bfd/Daniel Jacobowitz
2010-10-08Fix build with -DDEBUG=7Alan Modra
2010-09-242010-09-24 Thomas Schwinge <thomas@codesourcery.com>Thomas Schwinge
2010-08-25Add target_id to elf_backend_data.H.J. Lu
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2010-06-27fix set but unused variable warningsAlan Modra
2010-05-282010-05-28 Sterling Augustine <sterling@tensilica.com>Sterling Augustine
2010-02-08 * section.c (struct bfd_section): Delete has_tls_reloc,Alan Modra
2010-02-04 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. AddNick Clifton
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-09-09 * elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.Alan Modra
2009-09-02update copyright datesAlan Modra
2009-06-172009-06-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2009-05-27 bfd/Nathan Sidwell
2009-04-032009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>Sterling Augustine
2009-02-242009-02-24 Sterling Augustine <sterling@tensilica.com>Sterling Augustine
2008-09-18 * elf32-xtensa.c (elf_xtensa_check_relocs): Check for negative refcount.Bob Wilson