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:
f0e2c79
)
* config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
author
Alan Modra
<amodra@gmail.com>
Tue, 25 May 2010 00:51:49 +0000
(
00:51
+0000)
committer
Alan Modra
<amodra@gmail.com>
Tue, 25 May 2010 00:51:49 +0000
(
00:51
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 9386fea55c371371f540826fd2ef3e287463abf7..8f6b478b9c961122c168bc8afe5abfe418a341b0 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2010-05-25 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
+
2010-05-19 Nick Clifton <nickc@redhat.com>
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index 4f604a1bae6f3a3d4612fd1168b69c1634e08575..b79f21492045ab13fbf412fedf9a20ccc3557bcf 100644
(file)
--- a/
gas/config/tc-ppc.c
+++ b/
gas/config/tc-ppc.c
@@
-3101,7
+3101,7
@@
ppc_section_type (char *str, size_t len)
}
int
-ppc_section_flags (flagword flags, bfd_vma attr, int type)
+ppc_section_flags (flagword flags, bfd_vma attr
ATTRIBUTE_UNUSED
, int type)
{
if (type == SHT_ORDERED)
flags |= SEC_ALLOC | SEC_LOAD | SEC_SORT_ENTRIES;