Add ATTRIBUTE_UNUSED to info in compute_bucket_count.
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Jul 2010 16:29:58 +0000 (16:29 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Jul 2010 16:29:58 +0000 (16:29 +0000)
2010-07-30  H.J. Lu  <hongjiu.lu@intel.com>

* elflink.c (compute_bucket_count): Add ATTRIBUTE_UNUSED to info.

bfd/ChangeLog
bfd/elflink.c

index 6b1de15cef3ec03862ffe029e912c691fd1d3d83..9b4223f8df935a33bb141ec15667d885dd35014d 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elflink.c (compute_bucket_count): Add ATTRIBUTE_UNUSED to info.
+
 2010-07-30  Anthony Green  <green@moxielogic.com>
 
        * config.bfd (targ_cpu): Add moxie-*-rtems support.
index f445912dc98e50968deaed1e99ff78aff0c6f1e3..e0fbc830011eb36b7e2af674c7649bbaf8f044d2 100644 (file)
@@ -5352,7 +5352,7 @@ static const size_t elf_buckets[] =
    Therefore the result is always a good payoff between few collisions
    (= short chain lengths) and table size.  */
 static size_t
-compute_bucket_count (struct bfd_link_info *info,
+compute_bucket_count (struct bfd_link_info *info ATTRIBUTE_UNUSED,
                      unsigned long int *hashcodes ATTRIBUTE_UNUSED,
                      unsigned long int nsyms,
                      int gnu_hash)