summaryrefslogtreecommitdiff
path: root/bfd/elfxx-sparc.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-09Work around sparc glibc bugAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-12-06dyn_relocs tidyAlan Modra
2017-12-01readonly_dynrelocsAlan Modra
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu
2017-11-23Rename u.weakdef and make it a circular listAlan Modra
2017-10-19sparc: Check bfd_link_executable for TLS checkH.J. Lu
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu
2017-10-08sparc: Remove a strayed commentH.J. Lu
2017-10-07sparc: Dump dynamic relocation info to the map fileH.J. Lu
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-07-03bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec...Egeyar Bagcioglu
2017-06-29bfd: prevent all but undef weak syms from becoming dynamic in sparc.Egeyar Bagcioglu
2017-05-19binutils: support for the SPARC M8 processorJose E. Marchesi
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-04-10Port the bug fix for PR 19704 (Missing dynamic relocation against undefined w...Qing Zhao
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra
2017-01-02PR20989, sparc GOT sequence optimisationAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra
2016-12-04bfd,ld: Continue after partially-successful relaxed call relocations in sparc.Alyssa Milburn
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra
2016-11-19Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC"Jose E. Marchesi
2016-11-18bfd: fix negative GOT offsets for non-local references on sparc64James Clarke
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-09-19bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARCJose E. Marchesi
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke
2016-06-17bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine nu...Jose E. Marchesi
2016-05-28Return void from linker callbacksAlan Modra
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-10-07New ARC implementation.Nick Clifton
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-12Remove trailing spaces in bfdH.J. Lu
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-12Copy relocations against protected symbolsAlan Modra
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi
2014-08-05Fix PR17226, ld --gc-sections segfaults on sparc-linuxAlan Modra
2014-06-13Free linker hash table from bfd_close.Alan Modra
2014-06-13Move link_hash_table_free functions earlierAlan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu