summaryrefslogtreecommitdiff
path: root/bfd/elf32-sh.c
Commit message (Expand)AuthorAgeFilesLines
* sh4-linux segfaults running ld testsuiteAlan Modra2023-04-201-0/+2
* Test SEC_HAS_CONTENTS in relax routinesAlan Modra2023-02-231-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd_get_relocated_section_contents allow NULL data bufferAlan Modra2022-12-171-0/+9
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR27858, global-buffer-overflowAlan Modra2021-05-131-3/+2
* Use bool in bfdAlan Modra2021-03-311-231/+230
* 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
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-11/+6
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-58/+7
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-15/+14
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* 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-30/+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-20/+16
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-28/+14
* FIXME for merging of e_flags and .gnu.attributesAlan Modra2020-05-011-0/+4
* Remove SH-5 remnantsAlan Modra2020-04-211-16/+2
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-151-6/+7
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Correct R_SH_IND12W handlingAlan Modra2019-11-271-8/+6
* Fix comparison operations in SH code that trigger warning in clang.Nick Clifton2019-11-261-1/+1
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-3/+6
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+2
* elf_backend_modify_headersAlan Modra2019-11-181-2/+0
* bfd_section_* macrosAlan Modra2019-09-191-9/+9
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23980, assertion failAlan Modra2018-12-181-1/+5
* Prevent a seg-fault in the linker when trying to process SH object files with...Nick Clifton2018-07-301-17/+105
* Remove sh5 and sh64 supportAlan Modra2018-04-161-632/+11
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-2/+3
* assorted target messagesAlan Modra2018-02-261-1/+1
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-1/+1
* %L conversionsAlan Modra2018-02-191-44/+56
* 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-32/+32
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-1/+1
* Fix Common symbol override test failsAlan Modra2017-12-061-0/+9
* dyn_relocs tidyAlan Modra2017-12-061-48/+17
* 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-7/+7
* sh: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu2017-10-141-4/+9