aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+8
2021-10-25ubsan: _bfd_xcoff64_swap_aux_in left shift of negative valueAlan Modra1-5/+2
2021-10-07PR28423, use-after-free in objdumpAlan Modra1-23/+1
2021-07-06PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan1-1/+1
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot1-82/+119
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-1/+20
2021-03-31Use bool in bfdAlan Modra1-170/+170
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-13/+96
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot1-9/+36
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot1-90/+144
2021-03-12bfd: move xcoff64_ppc_relocate_section after the HOWTO tableClément Chigot1-188/+190
2021-03-12bfd: use default coff_write_object_contents for XCOFF64Clément Chigot1-350/+2
2021-03-12bfd: add missing smclass when creating csect for xcoff64Clément Chigot1-3/+3
2021-02-22Don't handle BFD_RELOC_16 in XCOFF reloc_type_lookupAlan Modra1-3/+0
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16XCOFF constifyAlan Modra1-5/+4
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-2/+3
2020-03-22XCOFF64 uninitialised readAlan Modra1-2/+2
2020-03-02bfd_cleanup for object_pAlan Modra1-5/+5
2020-02-19_bfd_alloc_and_readAlan Modra1-3/+1
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19xcoff slurp_armap bounds checkingAlan Modra1-2/+11
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+2
2019-01-04PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extractingAlan Modra1-8/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-08-21Pack reloc_howto_structAlan Modra1-4/+0
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-12/+12
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-37/+37
2017-07-19Extend previous fix to coff-rs6000.c to coff64-rs6000.cNick Clifton1-1/+41
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+2
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-0/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-05-28Return void from linker callbacksAlan Modra1-14/+9
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+2
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra1-7/+5
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-1/+1