summaryrefslogtreecommitdiff
path: root/bfd/elfxx-sparc.c
Commit message (Expand)AuthorAgeFilesLines
* Use __func__ rather than __FUNCTION__Alan Modra2023-01-121-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Revert reloc howto nitsAlan Modra2022-06-081-23/+23
* HOWTO size encodingAlan Modra2022-06-081-94/+94
* sparc64 segfault in finish_dynamic_symbolAlan Modra2022-05-311-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in bfdAlan Modra2021-03-311-228/+228
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Skip IFUNC relocations in debug sections ignored by ld.so. Fixes some ld tes...Mikael Pettersson2020-09-171-1/+19
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-1/+2
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-34/+2
* Remove is_vxworks from _bfd_sparc_elf_link_hash_tableH.J. Lu2020-06-061-1/+1
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-13/+16
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-19/+2
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-22/+18
* Indent labelsAlan Modra2020-02-261-1/+1
* bfd_size_type to size_tAlan Modra2020-02-191-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+4
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* BFD whitespace fixesAlan Modra2019-04-031-3/+3
* 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