projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab19de8
)
2014-04-16 Steve Ellcey <sellcey@mips.com>
author
Steve Ellcey
<sellcey@mips.com>
Wed, 16 Apr 2014 17:45:08 +0000
(10:45 -0700)
committer
Steve Ellcey
<sellcey@mips.com>
Wed, 16 Apr 2014 17:45:08 +0000
(10:45 -0700)
* ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
ld/ChangeLog
patch
|
blob
|
history
ld/ldbuildid.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 67dcf23dd9df0b601dec1f591e0421af8246c0a2..9786e6c2332b4ed87ca31ec66180ad1834a70941 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2014-04-16 Steve Ellcey <sellcey@mips.com>
+
+ * ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
+
2014-04-09 Nick Clifton <nickc@redhat.com>
* Makefile.am (default-manifest.o): Remove rule.
diff --git
a/ld/ldbuildid.c
b/ld/ldbuildid.c
index 1214789671a238180ecbaeaa1e9f61d0b526026c..0e1a9bf2a37d2ebc21cb99f0df1ed87259d9e22c 100644
(file)
--- a/
ld/ldbuildid.c
+++ b/
ld/ldbuildid.c
@@
-98,7
+98,7
@@
generate_build_id (bfd *abfd,
const char *style,
checksum_fn checksum_contents,
unsigned char *id_bits,
- int size)
+ int size
ATTRIBUTE_UNUSED
)
{
if (streq (style, "md5"))
{