aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-1/+1
2017-07-03BFD long long cleanupAlan Modra1-1/+7
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+1
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-0/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-5/+4
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/+3
2016-09-30Remove syntactic sugarAlan Modra1-3/+3
2016-05-28Return void from linker callbacksAlan Modra1-14/+10
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+1
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-4/+3
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-28/+0
2015-08-31Make asection->id and asection->index unsignedAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-0/+2
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-36/+1
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra1-0/+1
2014-06-13Make bfd.link_next field a unionAlan Modra1-1/+1
2014-05-02bfd target vector rationalisationAlan Modra1-2/+2
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold1-0/+2
2014-03-11intptr_t type definition neededAlan Modra1-0/+1