mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
elflink.c constify
* elflink.c (elf_flags_to_names): Constify.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-12-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elflink.c (elf_flags_to_names): Constify.
|
||||
|
||||
2020-12-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* libxcoff.h (struct xcoff_backend_data_rec): Constify
|
||||
|
@ -14358,7 +14358,7 @@ typedef struct
|
||||
flagword flag_value;
|
||||
} elf_flags_to_name_table;
|
||||
|
||||
static elf_flags_to_name_table elf_flags_to_names [] =
|
||||
static const elf_flags_to_name_table elf_flags_to_names [] =
|
||||
{
|
||||
{ "SHF_WRITE", SHF_WRITE },
|
||||
{ "SHF_ALLOC", SHF_ALLOC },
|
||||
|
Reference in New Issue
Block a user