Browse Subversion Repository
Diff of /trunk/bfd/bfdwin.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
|
|
| |