ppc64 constify

Nothing to see here.

	* elf64-ppc.c (synthetic_opd): Constify.
This commit is contained in:
Alan Modra 2020-12-15 22:08:46 +10:30
parent 14aa7c52a3
commit 8cb1c2c857
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-12-16 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (synthetic_opd): Constify.
2020-12-16 Alan Modra <amodra@gmail.com>
* arc-plt.h (plt_versions): Constify.

View File

@ -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. */