summaryrefslogtreecommitdiff
path: root/bfd/coff-sh.c
AgeCommit message (Expand)Author
2022-06-08HOWTO size encodingAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-03-02bfd_cleanup for object_pAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-11-27Correct R_SH_IND12W handlingAlan Modra
2019-11-26Fix comparison operations in SH code that trigger warning in clang.Nick Clifton
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-02-26unrecognized/unsupported reloc messageAlan Modra
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-16Remove bfd stub function casts.Alan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-06-21Fix addrss violation when processing a corrupt SH COFF binary.Nick Clifton
2017-06-21Fix seg-fault in the BFD parsing a corrupt input binary.Nick Clifton
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-01-01Copyright update for binutilsAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-11Fix typo in coff-sh.c.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-10Don't always build coffgen.oAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold
2014-03-05Update copyright yearsAlan Modra
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra
2011-01-14 * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra
2009-09-02update copyright datesAlan Modra
2009-02-18bfd/ChangeLogDave Korn
2008-07-21 * coff-sh.c (bfd_pe_print_pdata): Define to NULL for nonNick Clifton
2008-07-18 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function toNick Clifton
2007-07-03Switch sources over to use the GPL version 3Nick Clifton
2007-04-26bfd/Alan Modra
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra
2006-07-13* coff-sh.c (_bfd_sh_align_load_span): Catch sh_insn_info() returning a NULLNick Clifton
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-03-03update copyright datesAlan Modra
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston
2004-10-21bfd/H.J. Lu