2002-01-29 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2002 05:00:07 +0000 (05:00 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2002 05:00:07 +0000 (05:00 +0000)
        * nm.c (print_value): Mark abfd unused.

binutils/ChangeLog
binutils/nm.c

index 0015ed3..ee2492d 100644 (file)
@@ -1,5 +1,9 @@
 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
 
+       * nm.c (print_value): Mark abfd unused.
+
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
        * unwind-ia64.c (unw_decoder): Change second argument
        to unsigned int, to match function prototypes.
 
index d9d4c47..68eae77 100644 (file)
@@ -1453,7 +1453,7 @@ print_symbol_filename_posix (archive_bfd, abfd)
 
 static void
 print_value (abfd, val)
-     bfd *abfd;
+     bfd *abfd ATTRIBUTE_UNUSED;
      bfd_vma val;
 {
 #if ! defined (BFD64) || BFD_HOST_64BIT_LONG