aboutsummaryrefslogtreecommitdiff
path: root/bfd/versados.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-2/+2
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-1/+2
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-5/+15
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-8/+22
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton1-16/+29
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-0/+1
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton1-3/+18
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-05-02bfd target vector rationalisationAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-3/+3
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
2010-06-27fix set but unused variable warningsAlan Modra1-1/+3
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-11-232009-11-23 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+2
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/+3
2007-04-26bfd/Alan Modra1-1/+1
2007-03-26 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra1-1/+2
2006-06-19bfd/Alan Modra1-3/+3
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-275/+202
2005-03-03update copyright datesAlan Modra1-1/+1
2005-02-24 * coffcode.h (coff_print_aux): Warning fix.Alan Modra1-2/+2
2004-10-08Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton1-0/+2
2004-07-21bfd/H.J. Lu1-0/+2
2004-06-24bfd/Alan Modra1-3/+3
2004-04-30 * section.c (bfd_make_section_anyway): Add all sections to hash tab.Alan Modra1-1/+2
2003-11-30 * ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-11-04 * aout-adobe.c (aout_adobe_set_section_contents): Constify location.Alan Modra1-2/+2
2003-10-16Index: doc/ChangeLogAndrew Cagney1-2/+2
2003-06-25Correct spelling of "relocatable".Alan Modra1-3/+3
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-28/+29
2002-07-30 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra1-3/+7
2002-06-05 * bfd-in.h: Remove "taken from the source" comment.Alan Modra1-0/+1
2002-05-15Fix ld --just-symbolsAlan Modra1-0/+1
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+1
2002-01-06 * syms.c (_bfd_generic_make_empty_symbol): New function.Alan Modra1-14/+3
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-25/+43
2001-08-26 * oasys.c: Add missing prototypes.Andreas Jaeger1-5/+24