mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
This commit is contained in:
@ -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>
|
2010-05-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
|
* config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
|
||||||
|
@ -3101,7 +3101,7 @@ ppc_section_type (char *str, size_t len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
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)
|
if (type == SHT_ORDERED)
|
||||||
flags |= SEC_ALLOC | SEC_LOAD | SEC_SORT_ENTRIES;
|
flags |= SEC_ALLOC | SEC_LOAD | SEC_SORT_ENTRIES;
|
||||||
|
Reference in New Issue
Block a user