aboutsummaryrefslogtreecommitdiff
path: root/bfd/opncls.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-152009-12-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-10/+10
2009-12-152009-12-14 Doug Kwan <dougkwan@google.com>Doug Kwan1-22/+22
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-31/+24
2009-10-20 PR binutils/10802Alan Modra1-1/+1
2009-10-16 PR binutils/10785Alan Modra1-1/+3
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-19/+20
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-16 * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,Doug Evans1-5/+11
2009-06-12* opncls.c (_maybe_make_executable): New function. Gives executeNick Clifton1-36/+30
2009-06-112009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+12
2008-08-23(find_separate_debug_file): Use the canonicalAndreas Schwab1-8/+22
2008-03-28Add support for thin archives.Nick Clifton1-0/+9
2007-11-15 PR 5328Alan Modra1-5/+5
2007-09-14 * opncls.c (find_separate_debug_file): Ensure bfd_set_error hasAlan Modra1-23/+27
2007-08-09 * opncls.c (bfd_openr_iovec): Fix the OPEN parameter macro expansion.Jan Kratochvil1-1/+2
2007-07-242007-07-23 Michael Snyder <msnyder@access-company.com>Michael Snyder1-0/+2
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+3
2007-04-26bfd/Alan Modra1-2/+2
2006-12-15bfd/Alan Modra1-4/+21
2006-06-01 * stabs.c (_bfd_link_section_stabs): Use bfd_make_section*_with_flagsAlan Modra1-7/+3
2006-04-252006-04-25 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+26
2006-03-16 PR 2434Alan Modra1-2/+2
2005-11-03 * configure.in: Check for fopen64.Daniel Jacobowitz1-2/+2
2005-10-05 * archive.c: Add missing SUBSECTION for documentation.Bob Wilson1-0/+2
2005-07-05 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2, bfd_alloc2,Jakub Jelinek1-0/+72
2005-06-09 * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.Mark Mitchell1-0/+8
2005-06-08 * opncls.c (bfd_fdopenr): Don't set bfd_error unconditionally.Alan Modra1-2/+4
2005-06-08 * opncls.c (bfd_fopen): Don't set bfd_error unconditionally.Alan Modra1-2/+1
2005-06-08 * opncls.c (bfd_fdopenr): Add missing break statements.Mark Mitchell1-3/+3
2005-06-07 * opncls.c (bfd_fopen): New API.Mark Mitchell1-59/+69
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-05-03bfd/H.J. Lu1-1/+1
2005-03-07 * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.Jakub Jelinek1-2/+2
2005-02-23 * opncls.c (bfd_zalloc): Document this function.Ben Elliston1-1/+12
2005-02-20include/Alan Modra1-5/+7
2005-01-31 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,Ben Elliston1-4/+0
2004-10-24 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.Daniel Jacobowitz1-1/+1
2004-10-10 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.Alan Modra1-13/+13
2004-06-24bfd/Alan Modra1-14/+6
2004-04-232004-04-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2004-04-212004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+184
2004-01-21Stop indexed move byte instructions from being relaxed.Nick Clifton1-10/+12
2003-11-30 * ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-202003-10-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+3
2003-06-29Convert to C90 and a few tweaks.Alan Modra1-107/+68
2003-06-27Fix --add-gnu-debuglinkNick Clifton1-32/+76
2003-06-12Add new switch to objcopy: --add-gnu-debuglink=<file>Nick Clifton1-23/+152
2003-03-31Fix memory leaksNick Clifton1-1/+6
2003-01-31bfd_follow_gnu_debuglink: New function. Follow the pointer contained inside aNick Clifton1-1/+334