aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-05Update copyright yearsAlan Modra1-3/+1
2014-02-04Fix PowerPC targets minor memory leaks found by CoverityJan Kratochvil1-3/+12
2014-01-09Use table jump macros in coff-rs6000 targets.Tristan Gingold1-171/+95
2013-08-212013-08-21 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+54
2013-07-24bfd/Tristan Gingold1-28/+30
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+1
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-8/+9
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+17
2013-05-16bfd/Tristan Gingold1-1/+3
2012-10-16Dangling bfd pointer in archive cache.Joel Brobecker1-2/+2
2012-08-20 * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc forTom Tromey1-3/+3