aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-5/+5
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-13/+15
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton1-14/+16
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-18/+18
2009-05-21 * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, notDave Korn1-11/+2
2009-04-14bfd/ChangeLogDave Korn1-0/+5
2009-03-14include/coff/Richard Sandiford1-0/+1
2009-02-18bfd/ChangeLogDave Korn1-3/+8
2008-09-30 * coffgen.c (coff_write_symbols): Check to see if a symbol's flagsNick Clifton1-0/+41
2008-08-14 * coffgen.c (coff_find_nearest_line): Correct cached line index.Alan Modra1-2/+2
2008-07-30Silence gcc printf warningsAlan Modra1-3/+4
2007-08-13 * coffgen.c (coff_get_normalized_symtab): Correct cast.Daniel Jacobowitz1-1/+1
2007-07-312007-07-30 Michael Snyder <msnyder@access-company.com>Michael Snyder1-13/+8
2007-07-272007-07-27 Michael Snyder <msnyder@access-company.com>Michael Snyder1-2/+5
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+2
2007-07-262007-07-26 Michael Snyder <msnyder@access-company.com>Michael Snyder1-8/+13
2007-07-262007-07-25 Michael Snyder <msnyder@access-company.com>Michael Snyder1-1/+3
2007-07-12Add support for building on a 64-bit Windows host.Nick Clifton1-12/+12
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+3
2007-04-26bfd/Alan Modra1-2/+2
2007-04-02PR binutils/4292Nick Clifton1-1/+10
2006-06-19bfd/Alan Modra1-2/+2
2005-05-23Approved by nickc@redhat.comFred Fish1-0/+14
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-21Update to ISO-C90 and fix formattingNick Clifton1-1/+1
2005-04-15Use fprintf_vma to print vma values.Nick Clifton1-22/+6
2005-03-22Convert to ISO C90 formatting.Nick Clifton1-355/+248
2005-02-21 * coffgen.c (bfd_coff_get_comdat_section): Check thatAlan Modra1-1/+2
2005-02-20include/Alan Modra1-2/+2
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston1-72/+0
2004-08-13bfd/Alan Modra1-2/+1
2004-07-21bfd/H.J. Lu1-0/+9
2004-06-24bfd/Alan Modra1-4/+4
2004-06-15 * section.c (struct sec): Remove usused flags. Reorganize a little.Alan Modra1-2/+2
2003-11-04 * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.Alan Modra1-1/+1
2003-10-202003-10-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-10-16Index: doc/ChangeLogAndrew Cagney1-1/+1
2003-04-01Fixes for iWMMXt contribution.Nick Clifton1-3/+0
2003-03-25Add iWMMXt supportNick Clifton1-1/+2
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-77/+77
2002-10-25Files missed in previous commit.Dave Anglin1-1/+1
2002-07-30 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra1-6/+13
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-3/+3
2002-06-07Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra1-10/+6
2002-01-25Don't mark info message for translation.Nick Clifton1-1/+1
2001-11-19Define and use bfd_is_const_section().Nick Clifton1-7/+11
2001-11-02Add commentNick Clifton1-1/+9
2001-11-022001-11-02 H.J. Lu (hjl@gnu.org)H.J. Lu1-1/+2