* libelf.h (elf_backend_data): Use unsigned, not unsigned char, for bitfields.
authorKen Raeburn <raeburn@cygnus>
Wed, 12 Jul 1995 04:29:47 +0000 (04:29 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 12 Jul 1995 04:29:47 +0000 (04:29 +0000)
bfd/libelf.h

index 52a60ba..d0aa970 100644 (file)
@@ -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