aboutsummaryrefslogtreecommitdiff
path: root/bfd/ihex.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Stop corruption of ihex output shen addresses are sign extended.rhn1-0/+18
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+1
2018-02-19%L conversionsAlan Modra1-2/+3
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-10/+10
2018-02-16Remove bfd stub function casts.Alan Modra1-7/+7
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-2/+2
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-46/+46
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-5/+2
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-2/+2
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/+8
2016-09-30Remove syntactic sugarAlan Modra1-10/+10
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-04Fix stack buffer overflows when parsing corrupt ihex files.Yuriy M. Kaminskiy1-3/+3
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/+1
2014-10-30Fixes a seg-fault in the ihex parser when it encounters a malformed ihex file.Nick Clifton1-1/+1
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra1-0/+1
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-07-11include/ChangeLogCatherine Moore1-0/+1
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra1-1/+2
2009-11-232009-11-23 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+2
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-7/+8
2009-09-02update copyright datesAlan Modra1-1/+1
2009-04-16bfd/Richard Sandiford1-0/+1
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+4
2007-04-26bfd/Alan Modra1-1/+1
2007-02-15 * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,Alan Modra1-5/+2
2006-06-19bfd/Alan Modra1-1/+2
2006-06-01 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flagsAlan Modra1-4/+5
2006-05-04 * coff-or32.c (bfd_section_from_shdr): Remove unused localBen Elliston1-2/+0
2005-05-23Approved by nickc@redhat.comFred Fish1-0/+1
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-04-11Convert to ISO C90 formattingNick Clifton1-141/+83
2004-10-08Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton1-0/+1
2004-08-13bfd/Alan Modra1-18/+16
2004-07-21bfd/H.J. Lu1-0/+2
2004-06-24bfd/Alan Modra1-6/+6
2004-04-30 * section.c (bfd_make_section_anyway): Add all sections to hash tab.Alan Modra1-1/+2
2003-12-01 * coff-rs6000.c: Remove ARGSUSED and VARARGS.Kazu Hirata1-1/+0
2003-11-04 * aout-adobe.c (aout_adobe_set_section_contents): Constify location.Alan Modra1-3/+3
2003-10-16Index: doc/ChangeLogAndrew Cagney1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-59/+68
2002-07-30 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra1-14/+17