From b35d266b300fb3acd9e4a6190da4c3c5368ad734 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 5 Jul 2005 06:23:37 +0000 Subject: * elf.c (special_sections): Move const qualifier. (special_sections_b..special_sections_t): Likewise. * elf32-arm.c (elf32_arm_symbian_get_sec_type_attr): Remove duplicate const. (elf32_arm_symbian_special_sections): Move const qualifier. * elf32-m32r.c: Similarly. * elf32-m68hc11.c: Similarly. * elf32-m68hc12.c: Similarly. * elf32-mcore.c: Similarly. * elf32-ppc.c: Similarly. * elf32-sh64.c: Similarly. * elf32-v850.c: Similarly. * elf32-xtensa.c: Similarly. * elf64-alpha.c: Similarly. * elf64-hppa.c: Similarly. * elf64-ppc.c: Similarly. * elf64-sh64.c: Similarly. * elfxx-ia64.c: Similarly. * elfxx-mips.c: Similarly. --- bfd/elf32-v850.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elf32-v850.c') diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 26f479c9c06..ac7ac5e1b36 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) -- cgit v1.2.1