diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-30 16:29:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-30 16:29:58 +0000 |
commit | b20dd2ce19d4b550ed801ead75acf451ea9036c6 (patch) | |
tree | c1bea3753e05b4e7c4eac16ee18f872e16e64127 /bfd/ChangeLog | |
parent | 1276c7599c55846a2b602dbcc1260043b275e0e4 (diff) | |
download | gdb-b20dd2ce19d4b550ed801ead75acf451ea9036c6.zip gdb-b20dd2ce19d4b550ed801ead75acf451ea9036c6.tar.gz gdb-b20dd2ce19d4b550ed801ead75acf451ea9036c6.tar.bz2 |
Add ATTRIBUTE_UNUSED to info in compute_bucket_count.
2010-07-30 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (compute_bucket_count): Add ATTRIBUTE_UNUSED to info.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6b1de15..9b4223f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |