summaryrefslogtreecommitdiff
path: root/bfd/elf64-s390.c
Commit message (Expand)AuthorAgeFilesLines
* IBM zSystems: Fix offset relative to static TLSStefan Schulze Frielinghaus2023-01-101-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* IBM zSystems: Issue error for *DBL relocs on misaligned symbolsAndreas Krebbel2022-10-191-0/+18
* Revert reloc howto nitsAlan Modra2022-06-081-3/+3
* HOWTO size encodingAlan Modra2022-06-081-62/+62
* s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pieStefan Liebler2022-04-281-1/+14
* s390: Avoid dynamic TLS relocs in PIEStefan Liebler2022-04-281-13/+13
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in bfdAlan Modra2021-03-311-232/+232
* 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
* s390x: Set .got sh_entsize only if .got size > 0H.J. Lu2020-11-231-1/+1
* Fix a bug in the s390x linker when discarding all inpuit files.Nick Clifton2020-11-191-2/+3
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-7/+4
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-48/+1
* 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-23/+16
* 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
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* 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
* S/390: Prevent GOT access rewrite for certain symbolsAndreas Krebbel2018-09-171-2/+18
* Suppress string diagnostics for pre-release GCCAlan Modra2018-07-251-1/+1
* S/390: Suppress string diagnostics for pre-release GCCAndreas Krebbel2018-07-231-2/+2
* S/390: Improve partial relro support for 64 bitAndreas Krebbel2018-07-181-59/+84
* Fix diagnostic errorsAlan Modra2018-07-061-1/+3
* Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1H.J. Lu2018-06-041-0/+9
* ld: Unify STT_GNU_IFUNC handlingH.J. Lu2018-05-281-1/+0
* -Wstringop-truncation warningsAlan Modra2018-05-041-1/+1
* Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton2018-03-091-3/+3
* 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-4/+11
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+2
* %L conversionsAlan Modra2018-02-191-6/+7
* 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-8/+8
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* S/390: Fix (some) PIE+undef weak failuresAndreas Krebbel2017-12-131-6/+6
* BFD whitespace fixesAlan Modra2017-12-061-77/+77
* dyn_relocs tidyAlan Modra2017-12-061-19/+5
* readonly_dynrelocsAlan Modra2017-12-011-17/+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-6/+6
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-181/+0