diff options
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r-- | bfd/libelf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h index 52a60ba..d0aa970 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -422,9 +422,9 @@ struct elf_backend_data const struct elf_size_info *s; - unsigned char want_got_plt : 1; - unsigned char plt_readonly : 1; - unsigned char want_plt_sym : 1; + unsigned want_got_plt : 1; + unsigned plt_readonly : 1; + unsigned want_plt_sym : 1; }; /* Information stored for each BFD section in an ELF file. This |