Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/bfdwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1  Line 1 
1  /* Support for memory-mapped windows into a BFD.  /* Support for memory-mapped windows into a BFD.
2     Copyright 1995, 1996, 2001, 2002, 2003, 2005, 2007, 2008     Copyright 1995, 1996, 2001, 2002, 2003, 2005, 2007, 2008, 2009
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4     Written by Cygnus Support.     Written by Cygnus Support.
5    
# Line 78  bfd_free_window (bfd_window *windowp) Line 78  bfd_free_window (bfd_window *windowp)
78    i->refcount--;    i->refcount--;
79    if (debug_windows)    if (debug_windows)
80      fprintf (stderr, "freeing window @%p<%p,%lx,%p>\n",      fprintf (stderr, "freeing window @%p<%p,%lx,%p>\n",
81               windowp, windowp->data, windowp->size, windowp->i);               windowp, windowp->data, (unsigned long) windowp->size, windowp->i);
82    if (i->refcount != 0)    if (i->refcount != 0)
83      return;      return;
84    

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26