summaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-07-19Fix address violation when attempting to read a corrupt field in a COFF archi...Nick Clifton
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-07-03BFD long long cleanupAlan Modra
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-09-30Remove syntactic sugarAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton
2015-08-31Make asection->id and asection->index unsignedAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-12Remove trailing spaces in bfdH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold
2014-03-11intptr_t type definition neededAlan Modra
2014-03-05Update copyright yearsAlan Modra
2014-02-04Fix PowerPC targets minor memory leaks found by CoverityJan Kratochvil
2014-01-09Use table jump macros in coff-rs6000 targets.Tristan Gingold
2013-08-212013-08-21 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-07-24bfd/Tristan Gingold
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-07-022013-07-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2013-05-16bfd/Tristan Gingold
2012-10-16Dangling bfd pointer in archive cache.Joel Brobecker
2012-08-20 * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc forTom Tromey
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton
2011-09-302011-09-30 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-07-11include/ChangeLogCatherine Moore
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra
2011-05-18bfdTristan Gingold
2011-05-04include/coffTristan Gingold
2011-04-182011-04-18 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2010-06-27fix set but unused variable warningsAlan Modra
2010-03-24Update copyright year.H.J. Lu