From 8cb1c2c857aa176a410126b4dc01d6fceaf21356 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 15 Dec 2020 22:08:46 +1030 Subject: ppc64 constify Nothing to see here. * elf64-ppc.c (synthetic_opd): Constify. --- bfd/elf64-ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf64-ppc.c') diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 9e59217..f702a0e 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -2056,7 +2056,7 @@ get_opd_info (asection * sec) /* Parameters for the qsort hook. */ static bfd_boolean synthetic_relocatable; -static asection *synthetic_opd; +static const asection *synthetic_opd; /* qsort comparison function for ppc64_elf_get_synthetic_symtab. */ -- cgit v1.1