* aoutx.h (aout_get_external_symbols): Declare 'amt' locally.
[deliverable/binutils-gdb.git] / bfd / bfdwin.c
index 3a35fc91c414845eb46bee330b1048fabc6e6e49..63ad5ed3f53a7023c7c8f2c67516d78f3ed8c13b 100644 (file)
@@ -1,5 +1,5 @@
 /* Support for memory-mapped windows into a BFD.
-   Copyright 1995, 1996, 2001, 2002, 2003, 2005, 2007, 2008
+   Copyright 1995, 1996, 2001, 2002, 2003, 2005, 2007, 2008, 2009
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
@@ -78,7 +78,7 @@ bfd_free_window (bfd_window *windowp)
   i->refcount--;
   if (debug_windows)
     fprintf (stderr, "freeing window @%p<%p,%lx,%p>\n",
-            windowp, windowp->data, windowp->size, windowp->i);
+            windowp, windowp->data, (unsigned long) windowp->size, windowp->i);
   if (i->refcount != 0)
     return;
 
This page took 0.023914 seconds and 4 git commands to generate.