aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10XCOFF: add support for TLS relocations on hidden symbolsClément Chigot1-21/+12
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01asan: Null-dereference in _bfd_xcoff_copy_private_bfd_dataAlan Modra1-2/+2
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+8
2021-10-07PR28423, use-after-free in objdumpAlan Modra1-4/+45
2021-07-14objdump: add DWARF support for AIXClément Chigot1-12/+14
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-14/+24
2021-07-06PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -...Yuri Chornoivan1-1/+1
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot1-1/+4
2021-04-30Fix illegal memory access when parsing a corrupt PE format file.Nick Clifton1-0/+4
2021-04-22Harmonize and improve auxiliary entries support for XCOFFCl?ment Chigot1-118/+74
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot1-1/+3
2021-03-31Use bool in bfdAlan Modra1-296/+296
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-19/+198
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot1-14/+56
2021-03-12aix: correct HOWTO table and add missing relocationsClément Chigot1-119/+204
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-16/+12
2020-11-09xcoff dependency list for static librariesAlan Modra1-7/+28
2020-08-25PR26482, ASAN: _bfd_xcoff_sizeof_headers coff-rs6000.c:2585Alan Modra1-5/+7
2020-07-07XCOFF deterministic archivesAlan Modra1-0/+14
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-1/+2
2020-03-20XCOFF uninitialized readAlan Modra1-4/+4
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+4
2020-02-27_bfd_xcoff_read_ar_hdr tidyAlan Modra1-31/+17
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19_bfd_alloc_and_readAlan Modra1-6/+2
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19xcoff slurp_armap bounds checkingAlan Modra1-4/+22
2019-09-23xcoff bfd.h tidyAlan Modra1-14/+0
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-4/+4
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+1
2019-01-04PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extractingAlan Modra1-36/+36
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-5/+1
2018-08-01Suppress compile time warning message when compiling coff-rs6000.c with gcc v8.Nick Clifton1-0/+20
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+1
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-1/+1
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-3/+3
2018-02-16Remove bfd stub function casts.Alan Modra1-10/+10
2018-02-06Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.cSergio Durigan Junior1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-120/+120
2017-07-19Fix address violation when attempting to read a corrupt field in a COFF archi...Nick Clifton1-50/+76