diff options
Diffstat (limited to 'bfd/elf32-z80.c')
-rw-r--r-- | bfd/elf32-z80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-z80.c b/bfd/elf32-z80.c index 89089f5..b27f7af 100644 --- a/bfd/elf32-z80.c +++ b/bfd/elf32-z80.c @@ -30,7 +30,7 @@ /* All users of this file have bfd_octets_per_byte (abfd, sec) == 1. */ #define OCTETS_PER_BYTE(ABFD, SEC) 1 -typedef struct { +typedef const struct { bfd_reloc_code_real_type r_type; reloc_howto_type howto; } bfd_howto_type; |