aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-s390.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton1-3/+3
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+7
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-6/+7
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-7/+7
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-141/+141
2017-12-06dyn_relocs tidyAlan Modra1-19/+5
2017-12-01readonly_dynrelocsAlan Modra1-16/+34
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-4/+0
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-6/+6
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-175/+0
2017-10-14s390: Check UNDEFWEAK_NO_DYNAMIC_RELOCH.J. Lu1-2/+8
2017-10-11ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki1-0/+2
2017-08-01S/390: Fix claimfile failuresAndreas Krebbel1-0/+3
2017-07-28S/390: Fix segfault when linking -shared -nostartfilesAndreas Krebbel1-1/+3
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-7/+7
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-1/+1
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-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-7/+22
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-36/+7
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-25/+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-2/+4
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-8/+8
2016-08-25S390: Add support for core dump NOTE sectionsAndreas Arnez1-0/+88
2016-08-25S390: Indentation fixes in elf32/64-s390.cAndreas Arnez1-16/+16
2016-06-16bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE.Marcin Koƛcielnicki1-2/+1
2016-06-07bfd/s390: Misc minor fixes.Marcin Koƛcielnicki1-1/+1
2016-05-28Return void from linker callbacksAlan Modra1-8/+3
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-3/+5
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-1/+1
2015-10-22S/390: ifunc: Redirect local function calls to the IPLT.Andreas Krebbel1-4/+24
2015-10-22S/390: ifunc: Fix function pointers to hidden ifunc symbols.Andreas Krebbel1-1/+41
2015-10-22S/390: ifunc: Handle GOTOFF relocs on ifunc symbols.Andreas Krebbel1-2/+22
2015-10-22S/390: ifunc: Fix PR18841.Andreas Krebbel1-0/+17
2015-10-22S/390: ifunc: Fix for undefined ifunc symbols.Andreas Krebbel1-9/+8
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-4/+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-47/+53