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