diff options
Diffstat (limited to 'bfd/elf32-v850.c')
-rw-r--r-- | bfd/elf32-v850.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 26f479c..ac7ac5e 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -3024,7 +3024,7 @@ v850_elf_relax_section (bfd *abfd, goto finish; } -static struct bfd_elf_special_section const v850_elf_special_sections[] = +static const struct bfd_elf_special_section v850_elf_special_sections[] = { { ".call_table_data", 16, 0, SHT_PROGBITS, (SHF_ALLOC + SHF_WRITE) }, @@ -3058,7 +3058,7 @@ static struct bfd_elf_special_section const v850_elf_special_sections[] = static const struct bfd_elf_special_section * v850_elf_get_sec_type_attr (bfd *abfd, asection *sec) { - const struct bfd_elf_special_section const *ssect; + const struct bfd_elf_special_section *ssect; /* See if this is one of the special sections. */ if (sec->name == NULL) |