aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-12 04:29:47 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-12 04:29:47 +0000
commitc403ad088bc9672dd3ccbf56d180721a1fe6812d (patch)
tree64eb9e877adb9375045ffd94213a0cd7864a1d89 /bfd
parentf55900af7f7c12a386ce44bf5555c912ae798c32 (diff)
downloadgdb-c403ad088bc9672dd3ccbf56d180721a1fe6812d.zip
gdb-c403ad088bc9672dd3ccbf56d180721a1fe6812d.tar.gz
gdb-c403ad088bc9672dd3ccbf56d180721a1fe6812d.tar.bz2
* libelf.h (elf_backend_data): Use unsigned, not unsigned char, for bitfields.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/libelf.h6
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