mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
ppc64 constify
Nothing to see here. * elf64-ppc.c (synthetic_opd): Constify.
This commit is contained in:
parent
14aa7c52a3
commit
8cb1c2c857
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user