aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-s390.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-01S/390: Fix claimfile failuresAndreas Krebbel1-0/+3
2017-07-28S/390: Fix segfault when linking -shared -nostartfilesAndreas Krebbel1-2/+6
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-7/+7
2017-06-26S/390: Fix testsuite segfault added with recent pgste patch.Andreas Krebbel1-7/+18
2017-06-23S/390: Add support for pgste markerAndreas Krebbel1-0/+70
2017-06-12S/390: Return with an error for broken tls rewritesAndreas Krebbel1-5/+16
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-05-08S/390: Fix ifunc missing runtime relocAndreas Krebbel1-3/+4
2017-04-07ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu1-1/+1
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-01-07S/390: Issue error for overflowing relocs.Andreas Krebbel1-0/+12
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-29link_hash_copy_indirect and symbol flagsAlan Modra1-1/+2
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-6/+20
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-40/+7
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-28/+2
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+6
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-6/+3
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-9/+8
2016-08-25S390: Add support for core dump NOTE sectionsAndreas Arnez1-0/+117
2016-08-25S390: Indentation fixes in elf32/64-s390.cAndreas Arnez1-5/+5
2016-06-16bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE.Marcin Koƛcielnicki1-4/+2
2016-06-07bfd/s390: Misc minor fixes.Marcin Koƛcielnicki1-4/+4
2016-06-07Fix PLT first entry GOT operand calculation.Andreas Krebbel1-3/+4
2016-05-28Return void from linker callbacksAlan Modra1-8/+3
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu1-15/+0
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-4/+6
2016-02-01elf64-s390.c: Fix -Werror=misleading-indentationJan Kratochvil1-4/+4
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-19[S/390] Add null ptr check + port GOTOFF handling from 32 bit over to 64 bitAndreas Krebbel1-3/+23
2015-10-22S/390: ifunc: Redirect local function calls to the IPLT.Andreas Krebbel1-5/+19
2015-10-22S/390: ifunc: Fix function pointers to hidden ifunc symbols.Andreas Krebbel1-1/+41
2015-10-22S/390: ifunc: Fix PR18841.Andreas Krebbel1-0/+17
2015-10-22S/390: ifunc: Fix for undefined ifunc symbols.Andreas Krebbel1-10/+9
2015-10-22S/390: Get rid of superfluous parameter to s390_elf_allocate_ifunc_dyn_relocs.Andreas Krebbel1-2/+1
2015-10-12PR19083 S/390: Fix garbage collection of some GOT relocs.Andreas Krebbel1-5/+6
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-44/+46
2015-04-27S/390: z13 use GNU attribute to indicate vector ABIAndreas Krebbel1-1/+17
2015-03-14S/390: Disable relocation sort against code sections.Andreas Krebbel1-0/+1
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-09-19S/390: Don't replace R_390_TLS_LE32/64 with R_390_TLS_TPOFF for PIE.Andreas Krebbel1-1/+7
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-05-02bfd target vector rationalisationAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-1/+2