diff options
Diffstat (limited to 'bfd/elf32-target.h')
-rw-r--r-- | bfd/elf32-target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-target.h b/bfd/elf32-target.h index 6192ad5..707b007 100644 --- a/bfd/elf32-target.h +++ b/bfd/elf32-target.h @@ -178,7 +178,7 @@ static CONST struct elf_backend_data elf32_bed = }; #ifdef TARGET_BIG_SYM -bfd_target TARGET_BIG_SYM = +const bfd_target TARGET_BIG_SYM = { /* name: identify kind of target */ TARGET_BIG_NAME, @@ -266,7 +266,7 @@ bfd_target TARGET_BIG_SYM = #endif #ifdef TARGET_LITTLE_SYM -bfd_target TARGET_LITTLE_SYM = +const bfd_target TARGET_LITTLE_SYM = { /* name: identify kind of target */ TARGET_LITTLE_NAME, |