aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-sparc.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-04bfd,sparc: fix the .dynsym sh_index when stripping all symbols in ldJose E. Marchesi1-1/+19
2018-09-04bfd, sparc: avoid duplicated error messages on invalid relocations.Jose E. Marchesi1-2/+0
2018-03-28PR ld/22972 on SPARC.Eric Botcazou1-7/+19
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton1-1/+8
2018-02-27Use standardized error message for unrecognized relocs.Nick Clifton1-1/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-11/+19
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-4/+5
2018-02-19%L conversionsAlan Modra1-2/+3
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-7/+7
2018-02-16Remove bfd stub function casts.Alan Modra1-1/+1
2018-02-15PR ld/22832 on SPARC.Eric Botcazou1-1/+2
2018-02-10Fix GOT relocation overflow on SPARC.Eric Botcazou1-52/+70
2018-02-06Fix PR ld/22263 on SPARC.Eric Botcazou1-160/+109
2018-01-25Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC).Eric Botcazou1-18/+13
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-09Work around sparc glibc bugAlan Modra1-11/+15
2017-12-06BFD whitespace fixesAlan Modra1-186/+186
2017-12-06dyn_relocs tidyAlan Modra1-46/+16
2017-12-01readonly_dynrelocsAlan Modra1-19/+34
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-8/+8
2017-10-19sparc: Check bfd_link_executable for TLS checkH.J. Lu1-10/+10
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-160/+0
2017-10-08sparc: Remove a strayed commentH.J. Lu1-2/+0
2017-10-07sparc: Dump dynamic relocation info to the map fileH.J. Lu1-1/+10
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-3/+3
2017-07-03bfd: partial revert commit EC1ACAB (prevent all but undef weak symbols to bec...Egeyar Bagcioglu1-7/+0
2017-06-29bfd: prevent all but undef weak syms from becoming dynamic in sparc.Egeyar Bagcioglu1-20/+47
2017-05-19binutils: support for the SPARC M8 processorJose E. Marchesi1-2/+15
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-04-10Port the bug fix for PR 19704 (Missing dynamic relocation against undefined w...Qing Zhao1-28/+186
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-01-02PR20989, sparc GOT sequence optimisationAlan Modra1-2/+29
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-8/+17
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-9/+5
2016-12-04bfd,ld: Continue after partially-successful relaxed call relocations in sparc.Alyssa Milburn1-2/+2
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-11/+1
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-18/+23
2016-11-19Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC"Jose E. Marchesi1-8/+8
2016-11-18bfd: fix negative GOT offsets for non-local references on sparc64James Clarke1-10/+12
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+4
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-3/+3
2016-09-30Remove syntactic sugarAlan Modra1-8/+6
2016-09-19bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARCJose E. Marchesi1-8/+8
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke1-1/+2
2016-06-17bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine nu...Jose E. Marchesi1-2/+55
2016-05-28Return void from linker callbacksAlan Modra1-5/+3