Constify more arrays
authorAlan Modra <amodra@gmail.com>
Wed, 16 Dec 2020 22:03:39 +0000 (08:33 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 18 Dec 2020 00:04:16 +0000 (10:34 +1030)
commitbd38246a45dc199ce32b50878670bbbdf7e27ad5
treefcc0851e06cfe59387319a1ad754b6fd1f64e35c
parent7f3a18cfb58deb36e05469d94e7b9e48b19d90af
Constify more arrays

bfd/
* coff-z80.c (bfd_howto_type): Make typedef const.
* elf32-z80.c (bfd_howto_type): Likewise.
* elf32-m32c.c (EncodingTable): Likewise.
* elf32-csky.c (csky_arch_for_merge): Likewise.
(csky_archs): Use typedef.
* elf32-m68hc11.c (m68hc11_direct_relax_table): Make const.
(find_relaxable_insn, m68hc11_elf_relax_section): Adjust to suit.
* elf32-ppc.c (ppc_alt_plt): Make const.
* elf32-rl78.c (relax_addr16): Likewise.
* targets.c (_bfd_associated_vector): Likewise.
(bfd_target_vector, bfd_associated_vector): Likewise.
* libbfd-in.h (bfd_target_vector, bfd_associated_vector): Likewise.
* libbfd.h: Regenerate.
include/
* opcode/arc-attrs.h (CONFLICT_LIST): Make const.
13 files changed:
bfd/ChangeLog
bfd/coff-z80.c
bfd/elf32-csky.c
bfd/elf32-m32c.c
bfd/elf32-m68hc11.c
bfd/elf32-ppc.c
bfd/elf32-rl78.c
bfd/elf32-z80.c
bfd/libbfd-in.h
bfd/libbfd.h
bfd/targets.c
include/ChangeLog
include/opcode/arc-attrs.h
This page took 0.026598 seconds and 4 git commands to generate.